List Question
10 TechQA 2024-10-12 05:27:28Is the object being returned temporary or anonymous, and could it cause memory leaks?
225 views
Asked by AudioBubble
how does int*& variableName work ?
66 views
Asked by wazeeer
Are new and delete still useful in C++14?
5.7k views
Asked by Michael
Accessing char array inside struct showing out of bounds error
1.1k views
Asked by hack-is-art
Does Deleting a Dynamically Allocated Vector Clear It's Contents
1.9k views
Asked by Jonathan Mee
Munmap isn't working
578 views
Asked by Pusheen_the_dev
Access violation on try to fill dynamic array (large number of items)
444 views
Asked by Sergey Svetlikov
Word translator program based on string comparison - heap memory assertion fails
74 views
Asked by wing
How can I track memory allocation of C++ standard library calls?
671 views
Asked by syntagma
Program will not output data to console when using a data input size greater than 30 million
121 views
Asked by David Velasquez