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 helios
Unpopular opinions (1,2) [Lounge]
|
|
[24 replies] Last: Sorry, dialectical Midwest that has somehow slipped into my vocabulary... (by Duthomhas)
|
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)
|
by CodeChaser
zero dynamic memory allocation [Beginners]
|
|
[4 replies] Last: Well it was written by a teacher. I need say no more..... (by seeplus)
|
by Hasa2019
Why its showing wrong ? [Beginners]
|
|
[6 replies] Last: Just because you can doesn't mean you should. [/quote] :)
[quote]do-... (by seeplus)
|
by Cyclone
Windows water mark now appears on desktop [Lounge]
|
|
[1 reply] : Definitely run a full virus scan (Windows Defender will do), but it is... (by Duthomhas)
|