by karelsmits
if (condition) AND NOT (condition)
|
|
[2 replies] Last: thanks (by karelsmits)
|
by Aslam
String Compairing!!!
|
|
[no replies]
|
by Sorb3t3ro
How to compile a C++ program in Windows 7?
|
|
[3 replies] Last: Did you remember to restart your command shell? I'm just clutching at... (by kbw)
|
by workman845
Project Book Cipher Suggestions?
|
|
[2 replies] Last: Yes, I'm trying to count every character in the text file, and then th... (by workman845)
|
by winarm69
getline function in simple program
|
|
[no replies]
|
by poonninja
GUI buttons
|
|
[3 replies] Last: I learned all that "GUI-Stuff" using the Qt lib. (I think) It is much ... (by maad)
|
by smilingTiger
I shouldn't need a 'double' ??
|
|
[4 replies] Last: Then what you can do is input into a string, strip the dots, and conve... (by helios)
|
by maad
Invalid use of incomplete type / log() error
|
|
[no replies]
|
by CometJack
How do I countdown?
|
|
[2 replies] Last: You'll need a timed poll. Here's one for Windows: http://www.cplusp... (by Duthomhas)
|
by awanz
how to print ***
|
|
[3 replies] Last: thanks for the response given... next...I want to learn about the func... (by awanz)
|
by whitesnow
What are global variables exactly?? (1,2)
|
|
[21 replies] Last: Actually, in my example I broke the rules set by your teacher a little... (by Danielsson)
|
by stacgou
Display Bubble Sort
|
|
[1 reply] : use [ code ] [ / code ] next time without spaces, for readability. al... (by adikid89)
|
Annoying Runtime Error With Vectors |
|
[2 replies] Last: You do not have to store the last checked position because you are cha... (by Duda)
|
by exiledAussie
default destructors access violation
|
|
[6 replies] Last: Haha all good mate. Glad I was able to help :)... (by sammy34)
|
by xandout
first POST/ Program
|
|
[3 replies] Last: well I think it's really only a security issue when you use it with po... (by Dacster13)
|
by babagannoujh
Beginning Question
|
|
[2 replies] Last: If you are using the IDE you want to open a new project, empty win 32 ... (by genuwine21)
|
by cortez
How to raise 5 to: the power of 3
|
|
[2 replies] Last: For loop: http://cplusplus.com/doc/tutorial/control/#for (by moorecm)
|
by jufus09
Problem with c++ program
|
|
[5 replies] Last: I did that but now i get a new error and a problem with case 3 I gues... (by jufus09)
|
by Otto123
Stuck and need assistance please...
|
|
[4 replies] Last: Yeah, you shouldn't give up. Learning just takes some time. Anyways th... (by Dacster13)
|
by dwinters
Using a variable as an array size
|
|
[2 replies] Last: If you write in C++ you have the option of stl, but if you want to wri... (by genuwine21)
|