by JamieAl
Testing restart functionality in C/C++ [General C++ Programming]
|
|
[no replies]
|
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 JUANDENT
Making a shared_ptr out of a stack object corrupts the heap!! [General C++ Programming]
|
|
[1 reply] : Not correct.
The line
auto cc = std::make_shared<Customer>(customer... (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)
|
by ElusiveTau
How to create bare-minimum Windows Application with Console Access? [Windows Programming]
|
|
[7 replies] Last: You can call AllocConsole()[/code] to get a console in a Windows (GUI... (by kigar64551)
|