by stebon12
Help in fixing my Tic-Tac-Toe
|
|
[1 reply] : put all ur game code in a function like playtictactoe. call it from ma... (by SirSmilesaLot)
|
by gian20
help...
|
|
[1 reply] : Well, the _sntprintf() function is NOT C++. It is C. In C++ is very ... (by webJose)
|
by Halo Fan
Error during a simple swap method?
|
|
[3 replies] Last: The compiler just wanted some bounds checking >.< Thank you very much... (by Halo Fan)
|
by programmerx
i need some usful links
|
|
[1 reply] : https://www.sugarsync.com/pf/D326392_7612765_768522 download this book... (by Grax)
|
by MJP4110
break not working or code error
|
|
[1 reply] : why dont u use the set container instead of vector, it stores only uni... (by SirSmilesaLot)
|
by ecchii
Finals Exam Cheat sheet/Notes
|
|
[5 replies] Last: last bump (by ecchii)
|
by markgreen
While Loops
|
|
[3 replies] Last: @raban and @Robert LeBlanc, thank you very much for the big help! (by markgreen)
|
by apache1649
system() not recognizing commands?
|
|
[4 replies] Last: That, sir, is very clever of you. Is that what i need to do? Or will t... (by apache1649)
|
by kfong
reading Weapons from text file
|
|
[7 replies] Last: Thanks for the kind response guys! I'll see what I can do for now! =) (by kfong)
|
by JCaselles
void* pointing to function pointer
|
|
[6 replies] Last: Well, finally I made it work with code::blocks and default template pa... (by JCaselles)
|
by Jiksy
Finding Highest value
|
|
[3 replies] Last: Only the first, but in the text files case there are two identical one... (by Jiksy)
|
by JAM96
System()
|
|
[3 replies] Last: Oh I understand now.. So what is another way of clearing the consol... (by JAM96)
|
by teratosis
Latest correct tutorials for c++
|
|
[2 replies] Last: Perfect!! Thank you. (by teratosis)
|
by countbubba
Data Plotting
|
|
[no replies]
|
by ozone
mean, median and mode.
|
|
[5 replies] Last: wow @Vins3Xtreme you are the bomb. thank you so much........ (by ozone)
|
by Blessman11
GCC 4.7 for windows??
|
|
[5 replies] Last: For free GCC toolchain binary packages for windows see http://www.gnup... (by wisementor)
|
by teratosis
Totally lost! dang@
|
|
[9 replies] Last: @Cire how am I supposed to know that? If I thought you knew it, I w... (by cire)
|
rereading a file. |
|
[no replies]
|
by vanessatse
Group string by first integer
|
|
[2 replies] Last: i suggest u make use of STL container Map instead of vector, map holds... (by SirSmilesaLot)
|
by coolbran
Vector Dynamic Allocation
|
|
[3 replies] Last: "Vector" is ambiguous. A vector can be either an array of something or... (by closed account zb0S216C)
|