by Clutch
While loop not executing condition correctly
|
|
[6 replies] Last: Thanks for your help. Much appreciated. (by Clutch)
|
by abdoShaf3i
find and replace from a file
|
|
[1 reply] : Note: This looks like a followup question to http://www.cplusplus.com/... (by keskiverto)
|
by AdehhRR
cin.getline hates forward slashes?
|
|
[1 reply] : I don't think the forward slash is the problem. You could replace the ... (by Peter87)
|
by Icyboom15
Binary Search is drunk
|
|
[1 reply] : Shouldn't you return position instead of max ? (by Peter87)
|
by CheyezaM
ASCII ARt triangle
|
|
[2 replies] Last: @ CheyezaM The first row is easy: figure out how many underscores yo... (by booradley60)
|
by chuebsch
Printing names from strings
|
|
[2 replies] Last: I understand what you did with the first program with counting spaces,... (by chuebsch)
|
by Aarix
Please recommend me a book
|
|
[3 replies] Last: Thank you both for the help. I love how supportive the site is. (by Aarix)
|
Stacks Help witohut class - urgent |
|
[2 replies] Last: thank you :D! (by connor grimes)
|
Error in statement "for" |
|
[2 replies] Last: oh, i think i knew what i have to do to fix it. Thanks so much. (by nhatnamtamtra)
|
by satoshi
Linked List, Addition between the 2 Expressions
|
|
[2 replies] Last: Thanks for the hint. So from the main I called a function which is add... (by satoshi)
|
by generic2709
Using vector to store two different class information
|
|
[6 replies] Last: Thank you Matthew, it works now and i will update that now. (by generic2709)
|
by verdude
Linked list append
|
|
[1 reply] : Two points: void T::append( T attach ) { // make this point to nodes ... (by keskiverto)
|
by fmehri76
learning open gl or not
|
|
[6 replies] Last: thanks. I think I should enter SDL world! (by fmehri76)
|
by enjoii
bool and if statements
|
|
[2 replies] Last: These links might help you understand better: http://www.cplusplus.com... (by giblit)
|
by Zero Cool
Write a for loop that outputs the days of the week
|
|
[5 replies] Last: Pls am kobina, am new in computer programming and i will be needing yo... (by kobina11)
|
by Bass581
Help with reversing string
|
|
[3 replies] Last: Reversing a string can be done in-place: char mystr ; std::cin.getli... (by Smac89)
|
HOW TO BREAK A LOOP FROM A FUNCTION? |
|
[8 replies] Last: no problem (by Little Bobby Tables)
|
by Mechennyy
Combat not working correctly in text RPG
|
|
[4 replies] Last: In Player.cpp in bool Player::attack(Monster& monster) try adding re... (by Mechennyy)
|
by aliasdan30
how to translate the for loop to do-while or while loop?
|
|
[4 replies] Last: thank you very much.. (by aliasdan30)
|
by RobGillespie
Binomial Distribution
|
|
[1 reply] : what binomial distribution is? You probably wouldn't have learned it... (by giblit)
|