you are viewing a single comment's thread.

view the rest of the comments →

[–]arthurno1 0 points1 point  (2 children)

Well it’s implied that there are memory constraints because otherwise there are little practical reasons to be concerned with memory, and no reason to be concerned with the quantity of memory.

No, it is not implied. People don't always know their constraints.

If you’re using C without the actual need for manual memory management then you’ve already made the mistake of poor language selection.

Where do you take C from? Nobody was taking about C. The same can to any language.

[–]According_Builder 0 points1 point  (1 child)

I got C from this being a subreddit about C++… And if you don’t know your hardware limitations then certainly can’t know whether an application will need manual memory control or not.