by Anthony973
Why does it print twice the same thing?
|
|
[1 reply] : Add std::cin.ignore(); after line 55. I can see other things you pr... (by fg109)
|
Dynamically allocated arrays |
|
[1 reply] : for (int i = 0; i >= numScores; i++) vs for (int i = 0; i < numSc... (by fg109)
|
by kenmaster151
Problem displaying correct HTML table.
|
|
[no replies]
|
by zoran404
Best way to sort an array
|
|
[9 replies] Last: Ok, I'll use if else instead of template... (by zoran404)
|
by janebartley
Outputting Randomized Arrays
|
|
[1 reply] : I don't know what 'chosen' and 'not chosen' mean. But you can use the ... (by eklavya sharma 2)
|
by corbett
classes + constructors
|
|
[6 replies] Last: @MiiNiPaa No, they don't, in sense of using it as their constructor.... (by vlad from moscow)
|
Test results program |
|
[3 replies] Last: @codenewb54 I'm so confused. I don't know how to create the function.... (by vlad from moscow)
|
by DarthBrogan
How to append strings to the front of other strings?
|
|
[1 reply] : yourstring = " " + yourstring + " "; (by Disch)
|
by janebartley
Help Changing Array Of Characters To A String Array
|
|
[5 replies] Last: It will contain pairs 'C', std::string( "Country" ) 'D'. std::string... (by vlad from moscow)
|
by vezprog
Overload << Operator with Input Parameter
|
|
[4 replies] Last: Again, thank you very very much for the help. It does work now as memb... (by vezprog)
|
by En3rgy16
Problem with comparing strings
|
|
[3 replies] Last: @En3rgy16 Please, enter any book on C++ for beginners and investiga... (by vlad from moscow)
|
by lazyCrab
Programming a USB A male to A male cable
|
|
[1 reply] : Bump. Nobody? (by lazyCrab)
|
by Rousan
Use switch structure nested in sentinel¬-controlled while loop.
|
|
[no replies]
|
Question about test scores program w/ pointers |
|
[2 replies] Last: Yes, but how do I create a function that can determine exactly how man... (by closed account 3UMLy60M)
|
by benbalach
How do I overload variables in derived classes?
|
|
[7 replies] Last: @benbalach Everything works! How does the line of code above work exa... (by vlad from moscow)
|
self object |
|
[11 replies] Last: Simulate a null reference via an exemplar. #include <iostream> #incl... (by JLBorges)
|
by SeBeQ
Free() problem, app crash
|
|
[2 replies] Last: Thanks for reply I will choose another library with different functio... (by SeBeQ)
|
by Austin J
How many times do you usually need to compile?
|
|
[4 replies] Last: for as long as my compiler doesn't give me errors. For easy errors to ... (by DeXecipher)
|
by omaidmaster
Basic Program to take an integer and returns 0 and 1s of that digit.
|
|
[no replies]
|
by jh79
Saving and Recovering a file named by an user-entered parameter
|
|
[1 reply] : 1. Use cout (http://www.cplusplus.com/reference/iostream/) to get u... (by tcs)
|