by poohbear
strings and loop
|
|
[2 replies] Last: Try this cout << "How many times would you like it to be written... (by SamuelAdams)
|
by Guillermoso
Getting an error while using 'isdigit();'
|
|
[1 reply] : http://www.cplusplus.com/reference/string/string/erase/ you are callin... (by ne555)
|
by Jason17
Parallel arrays problem-unresolved externals
|
|
[3 replies] Last: Wow I see it now, Yeah I cant believe I didint catch that one. Thanks!... (by Jason17)
|
by Jordarrah
Parameter-passing
|
|
[2 replies] Last: #include <iostream> using std::cout; using std::cin; using std::endl... (by fiji885)
|
by Elarionus
Critique and Optimize my coding?
|
|
[2 replies] Last: Usually basic arrays as arguments in functions are passed as pointers ... (by icy1)
|
by adam2016
Inheritance on cpp.com
|
|
[1 reply] : The iterator categories are not real types. They are just a set of cri... (by Peter87)
|
by joemcmahon
Assistance with switch case/strings for planet program
|
|
[4 replies] Last: @coder777 thank you, I fixed that and also managed to change the progr... (by joemcmahon)
|
by RanGH
P1 vs Computer
|
|
[3 replies] Last: I am not sure where you got that code from, but while it looks like c+... (by Manga)
|
by aceadams
How can I do this without a nested loop
|
|
[16 replies] Last: [quote=lastchance]Actually it doesn't. Try n=2147483621 ... that OUGH... (by icy1)
|
Help ASAP C++ calling class!!! |
|
[2 replies] Last: I apologize for that the first post would not load so I created this o... (by josephhoffman28)
|
by fivestar
Diagnol array checker
|
|
[2 replies] Last: How about adding a debugging printout on line 7: std::cout << "Now ch... (by keskiverto)
|
by Darkest
calculator
|
|
[3 replies] Last: #include <iostream> #include <sstream> #include <string> #include <cc... (by lastchance)
|
by Naterade
Alignment in columns using justification?
|
|
[4 replies] Last: Awesome, I appreciate the feedback! I guess to narrow down, in the ri... (by Naterade)
|
Struggling with this code |
|
[5 replies] Last: counting up or counting down does not matter here. The only real diff... (by jonnin)
|
by atmetal
Algorithm for finding prime numbers
|
|
[5 replies] Last: gcd of number & factorial(sqrt(number)) will also work, but the factor... (by jonnin)
|
by roskee
how to make c++ loop fast
|
|
[1 reply] : the console was not meant to run at 80 frames per second :) cls is s... (by jonnin)
|
by lpetre
Trying to search array for user input
|
|
[6 replies] Last: Look at this snippet: // Function to build array // Based on Program... (by jlb)
|
Error |
|
[2 replies] Last: Thank you! I fixed the problem by doing this. Also the "reverse" is re... (by iWrestledAnEmo)
|
Classes C++ Assignment |
|
[2 replies] Last: Thank you so much for the help!! (by mysiarobin1987)
|
by heyitsme1998
why is the next part couldnt show?
|
|
[3 replies] Last: Could you tell us what you're trying to do with that line? (by Repeater)
|