by JUANDENT
Making a shared_ptr out of a stack object corrupts the heap!! [General C++ Programming]
|
|
[2 replies] Last: Note: std::make_shared<T>()[/code] creates a new heap-allocated insta... (by kigar64551)
|
by seeplus
C++23 [Lounge]
|
|
[3 replies] Last: Note that something like
for (auto& elem : getVector())[/code]has al... (by Peter87)
|
by JamieAl
Testing restart functionality in C/C++ [General C++ Programming]
|
|
[1 reply] : you will get more help if you put it in a repo where we can see the co... (by jonnin)
|
by helios
Unpopular opinions (1,2) [Lounge]
|
|
[25 replies] Last: Oh, interesting. I should have at least looked up the Wiktionary defin... (by Ganado)
|
by Dazzer
How to start with audio plugin GUI design? [Beginners]
|
|
[1 reply] : we used to call it RAD (rapid application development) and I am not su... (by jonnin)
|
by seeplus
Another one bites the dust [Lounge]
|
|
[no replies]
|
How to get program to distribute input by alternating between two, multi-line string inputs [Beginners] |
|
[5 replies] Last: You can do it with just 1 loop to read the data. Consider:
#include... (by seeplus)
|
by seeplus
New Safe C++ Proposal (1,2,3,4,5,6) [Lounge]
|
|
[103 replies] Last: Sure, why not?[/quote] Because we can both agree up to a certain poin... (by zapshe)
|
by JUANDENT
Need a data structure where I can map a string to a type [General C++ Programming]
|
|
[10 replies] Last: It's not necessary to use an enum. It was just a suggestion. (by Peter87)
|
by Coubarrie
Save to file with vector (dynamically) [General C++ Programming]
|
|
[11 replies] Last: i outside the loop is not a c++ error. It is a questionable programmi... (by jonnin)
|