string revers |
|
[6 replies] Last: // reverse order of words in string. #include <iostream> #include <st... (by anup30)
|
by AT8795
Help with a Menu Driven Program
|
|
[7 replies] Last: Thanks! (by AT8795)
|
by rahul820
string
|
|
[3 replies] Last: http://www.cplusplus.com/reference/cstdlib/atoi/ gives an example, but... (by closed account 2LzbRXSz)
|
by Triage
Creating Spaces
|
|
[2 replies] Last: Thanks a lot. (by Triage)
|
by slour
file open error
|
|
[9 replies] Last: You're welcome^^ (by TarikNeaj)
|
by harpo123
Code does not exit while(getline) loop
|
|
[2 replies] Last: line is string (by harpo123)
|
by lapinas
c++ olympiad
|
|
[5 replies] Last: Thanks for replying. Maybe you know something like that http://comscig... (by lapinas)
|
by mgjohns61585
Algorithm Question
|
|
[5 replies] Last: Started around the 20th of January. Had C for 2 months, then c++ for a... (by TarikNeaj)
|
by JRimmer
Random Number Generation within a range
|
|
[1 reply] : #include <iostream> #include <random> #include <ctime> int main() { ... (by fg109)
|
by HellfireXP
How do I keep the console open?
|
|
[4 replies] Last: The top post on this forum is about that topic. http://www.cplusplus.c... (by Gamer2015)
|
by Soyabean
Having problem returning function....sigh pls help!
|
|
[3 replies] Last: My pleasuer, would appricaite if you could edit your post and use the ... (by TarikNeaj)
|
by bcav311
making this loop continue and q to quit
|
|
[8 replies] Last: only thing it does is when i hit q it will ask the enter a number fro... (by xenovia12)
|
by brosephius
Trouble with classes
|
|
[13 replies] Last: . How then do I pass values/references amongst the functions. if you... (by xenovia12)
|
by baoduyhp
Return various values for different executions
|
|
[4 replies] Last: I second that anup30. Use the srand() and rand() which is under the ... (by digital D)
|
by davidm
initializing an array
|
|
[2 replies] Last: #include <iostream> using namespace std; int main() { int fibonachi... (by davidm)
|
by dphan553
ChessBoard game
|
|
[no replies]
|
by rokujohaven
Help with derivative code
|
|
[1 reply] : > it's been giving me nonsense answers Give an example input, with its... (by ne555)
|
Need help sorting file to arrays |
|
[4 replies] Last: I accidentally used cin instead of fin . It's a very easy mistake ... (by fg109)
|
by Gmoney2015
txt.file output in alphabetical order
|
|
[no replies]
|
by Rheemy
Trouble with Subclasses: invalid use of nonstatic member func
|
|
[2 replies] Last: ahh okay that makes sense. Thanks! In terms of memory allocation doe... (by Rheemy)
|