by adamSOS
Need Help Solving a Problem!
|
|
[1 reply] : Hi ! Don't despair you're very close ! It's mostly little things. Rem... (by soranz)
|
by birdwalkr
Fix program thats supposed to find two middle characters of string.
|
|
[5 replies] Last: http://www.parashift.com/c++-faq/const-correctness.html (by cire)
|
by Owain
Extended C++ learning
|
|
[7 replies] Last: It certainly is. Bugger, I really wasted a lot of money :( (by georgep)
|
by Estaiferd
Need help with sorting cards
|
|
[no replies]
|
by Hazukiy
Char String??
|
|
[8 replies] Last: Use the tolower method, as chipp stated. (by strongdrink)
|
Data file formatting - Greatest to Least |
|
[2 replies] Last: The easiest solution is to pack all the names and numbers into a struc... (by AleaIactaEst)
|
by satheesh
How to find Is the directory contains only files not sub folders
|
|
[1 reply] : Use a Boost library, boost::filesystem for example. (by Fransje)
|
by nOm nom NOM3
ISO C++ forbids comparison between pointer and intiger
|
|
[5 replies] Last: mmkay the initial issue was fixed. when I have time ill post about the... (by nOm nom NOM3)
|
by nicksho
Blackjack card hand score
|
|
[7 replies] Last: i really need to get this done (by nicksho)
|
by majorursa
Need help. Writing a wizard story program. not working.
|
|
[3 replies] Last: quick question why does the word become a number? (by majorursa)
|
by satheesh
how can i redirect the system(cmd)
|
|
[2 replies] Last: Also, look at popen() (by kooth)
|
by Taylorgang12
Newbie
|
|
[no replies]
|
by mashglasgow
C++ for macros
|
|
[no replies]
|
by BasicNewbie
virtual function()
|
|
[4 replies] Last: cant get what u mean . so mean cn i do it? (by BasicNewbie)
|
by Kronolynx
problem in overloaded cin
|
|
[1 reply] : it works if i put cin.ignore(); after the first cin but is there any ... (by Kronolynx)
|
by tapedeck
Loop returns nan
|
|
[3 replies] Last: You're a saint, Peter. That works perfectly. Coding: you only learn by... (by tapedeck)
|
by ribenaman
Tic Tac Toe Algorithm Trouble (1,2)
|
|
[20 replies] Last: [quote=ribenaman]How are you getting it to block winning moves though?... (by coder777)
|
by kylesef
"candidate expects 2arguments ..
|
|
[2 replies] Last: ((pow(fV1i),2) should be pow(fV1i,2) same with the line b... (by Moooce)
|
by vani917
Loop problem
|
|
[3 replies] Last: Sorry, we don't do homeworks. (by Peter87)
|
by smeaglegolum
std::out_of_range error
|
|
[5 replies] Last: Hi, When I execute the following statements std::cout << sizeof( uns... (by smeaglegolum)
|