by W0JC1K
Wojcik_A1.cpp(68): error C2181: illegal else without matching if
|
|
[3 replies] Last: There is a while loop between if (xinput_main == 1) and "******els... (by Awareness)
|
by alastairl
Function Call Function Loop
|
|
[3 replies] Last: It's the same as you would write a batch file with the content <name o... (by FlashDrive)
|
by SekalN
Assignment help!
|
|
[2 replies] Last: he's totally right. But if you have any questions on source code as it... (by FlashDrive)
|
by cokane
Help fix failed assignment
|
|
[11 replies] Last: anyone no how to make the font on codeblocks bigger so my tired eyes ... (by Athar)
|
by jmbauer1
const method difficulty
|
|
[5 replies] Last: 1) A pointer is not an array. It is a number (representing a memory ... (by Catfish)
|
by jinxjack
What does this mean "::"
|
|
[4 replies] Last: I guess this string :: operator int() {} means that the string is... (by FlashDrive)
|
by Awareness
How to program a soccer league match fixture?
|
|
[no replies]
|
simple graphics output |
|
[1 reply] : If you just want to look at the shape of your output without having to... (by mik2718)
|
by sathya691
return by reference : what's different here ??
|
|
[4 replies] Last: Why... this, then? #include <iostream> int & crazy(int &i) { re... (by Catfish)
|
by yhangel
by passing exit c++
|
|
[10 replies] Last: That is correct. I usually test my programs from the console anyway...... (by Duthomhas)
|
by Anmol444
Play Again Loop
|
|
[5 replies] Last: ty (by Anmol444)
|
by georgep
Issue with strings
|
|
[4 replies] Last: Oh right, thank you very much! I didn't get the correct answer straigh... (by georgep)
|
by ZachZundel
Division Error
|
|
[1 reply] : floats? I can't even remember the last time I used one of those. Thi... (by Ben Duncan)
|
by monkeybutt
Syntax error?????
|
|
[4 replies] Last: Oh, I see. Silly mistake. Thank you. (by monkeybutt)
|
by rushab
iostream and iostream.h
|
|
[6 replies] Last: tnx dev c++ is my fav!!! but i face lots of errors in visual c++...its... (by rushab)
|
by ettedo2000
Need help with a IF Statment program
|
|
[1 reply] : You could use the #include <cctype> header and use the tolower() [ht... (by Ben Duncan)
|
by vthimis
mingw installation
|
|
[1 reply] : You may want to read this: http://www.mingw.org/wiki/MinGWforFirstTime... (by yasar11732)
|
by Phil123
Function Does Not Take 3 Arguments
|
|
[2 replies] Last: Ahhhh ok, so that's my problem. Thanks! (by Phil123)
|
by vthimis
command lline compilers:)
|
|
[2 replies] Last: i dont want an IDE:// thats why i want the command line. i 'll try min... (by vthimis)
|
Homework Assistance: Working with pointers to read/edit/write an .ini file |
|
[4 replies] Last: A SEMICOLON -- A FRIGGIN' SEMICOLON. I had been missing that - I was ... (by Anaximander Thales)
|