by Nic3Guy
Question about Insertion Sort
|
|
[4 replies] Last: i tink the problem is exist inside the if(prev->priority < p) { Queu... (by Nic3Guy)
|
by mta
Operator Overloading Prefix Postfix ++
|
|
[3 replies] Last: Haha ;) No problem (by Acr)
|
by casablancax
Need help with creating C++ 2D array for Battleship game
|
|
[5 replies] Last: You can also use the for-loop and instead of printing it out, set the ... (by Acr)
|
by theonealone
Problem with my code
|
|
[11 replies] Last: Which line number is this on ? i couldnt find that. And no worries th... (by theonealone)
|
by DrCake
School assignment
|
|
[2 replies] Last: A pointer (char * p1) can basically be seen as a variable pointing to ... (by Acr)
|
by angelaang
long long array max size
|
|
[1 reply] : long long is 19/20 digits max http://en.wikipedia.org/wiki/Integer_%28... (by matsom)
|
by desreguard
Need help with *argv and while loops
|
|
[3 replies] Last: If you're going to use std::string (not String) you can use the == op... (by lnk2019)
|
by ZephyrTR
Typedefs and Constness
|
|
[2 replies] Last: Oh! Thats not very intuitive :( Thank you very much by the way. (by ZephyrTR)
|
if/else/else if statements |
|
[9 replies] Last: next time i need to post code, i'll remember to use the code tags and ... (by closed account 98qGz8AR)
|
Constructor using a filename |
|
[1 reply] : C++ is case sensitive. Also it looks like there are more problems with... (by TheNoobie)
|
by Chinchilla03
Bubblesort causing runtime error while sorting a dynamically allocated multidimensional character array
|
|
[no replies]
|
by billywilliam
getline() / cin.getline()
|
|
[4 replies] Last: The call to cin.getline( char* str, streamsize count ) will only rea... (by Alrededor)
|
by Spindrift11
Spell Checker Program Bug
|
|
[5 replies] Last: For what it's worth, and for the sake of completeness, I figured this ... (by Spindrift11)
|
How to use code tags-need precise way to use it |
|
[3 replies] Last: finally haha thanks for that (by NYCrealist123)
|
by candme
share data among objects in a class
|
|
[2 replies] Last: That was it. Appreciated! (by candme)
|
by adamk8875
structs and arrays and functions
|
|
[3 replies] Last: Wow thanks for the fast reply and you guys are life savers i can final... (by adamk8875)
|
by ascii
questions involving inheritance
|
|
[1 reply] : derived_class can still access public and protected members of base_cl... (by Disch)
|
by Abed Yassine
Sorting a 2D array
|
|
[5 replies] Last: You have no class for a card? So you have: string Deck with ea... (by Intrexa)
|
by nocturnum
Need help with tic tac toe game, please help.
|
|
[2 replies] Last: well, thats not really the problem, allow me to explain a bit further.... (by nocturnum)
|
by slash
while loop
|
|
[3 replies] Last: It may be a pain to rewrite it, but you could make this more efficient... (by Lynx876)
|