by need2no
Array of pointers to char
|
|
[2 replies] Last: My crappy compiler didn't give me any warning but that u soo much. (by need2no)
|
Passing by Reference |
|
[1 reply] : 1. function definitions have semicolon which should be removed. it sho... (by writetonsharma)
|
by thatGuy
enum type
|
|
[8 replies] Last: #ifndef HEADERNAME_H #define HEADERNAME_H //header contents #end... (by helios)
|
by unregistered
memory leakage
|
|
[1 reply] : Depends on the OS. On Windows Server, 2k, XP, Vista, 7, Linux, MacOS X... (by helios)
|
by Chromatic
Game of Life Program, Rules failing to work
|
|
[no replies]
|
Class Average |
|
[6 replies] Last: ava = (t1+t2)/2; Not right: you need a variable which will contain t... (by Bazzy)
|
by steball
error C2059: syntax error : 'public'
|
|
[3 replies] Last: Yes, I kind of figured that out after staring at my code long enough. ... (by steball)
|
by rishamessi
dynamic array
|
|
[8 replies] Last: You can but you need a dynamic array ( or a std:: container ) (by Bazzy)
|
by studentm
Sting manipulation
|
|
[2 replies] Last: You can use the isdigit () function to determine if the character is ... (by Duthomhas)
|
by valdinez
How to join two very similar programs?
|
|
[3 replies] Last: TestArray is 'int' and you cant take out its subscript which you are t... (by writetonsharma)
|
by Quentin
One equal value in 2 different ranges
|
|
[2 replies] Last: You can do this in about five lines of code, if you know the algorithm... (by jsmith)
|
by jojojo
loop problem!!
|
|
[15 replies] Last: thank you very much ,, I found the the answer with help and i get the ... (by jojojo)
|
by Kumatei
simple Dev c++ problem
|
|
[1 reply] : Change IDE, Dev-C++ is old and bad. See http://www.cplusplus.com/forum... (by Bazzy)
|
by high5nothi5
Can't figure out my problem!!!
|
|
[5 replies] Last: alright lets see if I can get the right out this time with your sugges... (by high5nothi5)
|
by cdummy
#include<iostream>/how to insert library
|
|
[7 replies] Last: It's also possible this is just a path error, the compiler you use you... (by gcampton)
|
by pmasterkim
Compile error ~ Is a class not defined?
|
|
[3 replies] Last: Firstly thank you to you two for replying and identifying the cause, I... (by pmasterkim)
|
by gcampton
returning arrays
|
|
[7 replies] Last: So in this scenario, of incrementing array size I need to have a set c... (by gcampton)
|
by gcampton
occasional stackdump created and errors on program run.
|
|
[9 replies] Last: Shit, I forgot to click the submit button. Oh, well. (by helios)
|
by sethyra
Error C2440, Cannot convert from void to float
|
|
[3 replies] Last: That worked! Thank you so much for your help. (by sethyra)
|
by foxjwill
calling user-defined function gives symbol(s) not found error
|
|
[2 replies] Last: Dammit! Always the simple things. >_< Thanks! (by foxjwill)
|