by BLooDiEMuRDA
Emergency help error issue!
|
|
[9 replies] Last: So I have to assign a value for valid? Here is how to assign a valu... (by Moschops)
|
by nightshade
What is the Order of Complexity of this algorithm?
|
|
[1 reply] : I don't really know about O of this code. Nested for loops somehow imp... (by hamsterman)
|
by bbcc
member functions
|
|
[7 replies] Last: You need to break that down into individual calls 1. what does GetPar... (by kfmfe04)
|
by IvanLi
need help in urgent, why segmentation fault during read file
|
|
[1 reply] : What's str? Using a char* does not mean unlimited memory. You can use... (by hamsterman)
|
by julof26
č,ľ,...
|
|
[no replies]
|
by bbcc
constructors
|
|
[1 reply] : The part after : in a constructor is called an initializer list. In it... (by hamsterman)
|
by bbcc
Class II
|
|
[1 reply] : [quote=bbcc]does it mean that if we want to use operators we have to d... (by anonymous23323124)
|
by qurilly007
simple scanf() problem
|
|
[1 reply] : scanf() read two characters instead of one, the input character and ... (by matsom)
|
by bbcc
Class
|
|
[6 replies] Last: That' great thank you:) (by bbcc)
|
by ealforque
Problem on Array Declaration
|
|
[1 reply] : Q: whats the problem of this declaration A: Errors: -expected const... (by matsom)
|
by ealforque
Runtime Error Check Failure
|
|
[4 replies] Last: The second one is no better. The type of string literals is const char... (by hamsterman)
|
Parallel Assignment |
|
[2 replies] Last: [quote=NewProgrammer]I want to confirm that the last statement is a pa... (by closed account z05DSL3A)
|
by pcworx
Can some one tell me what LOCATION is?
|
|
[4 replies] Last: yes exactly...damn I don't know I just found out I have some traumatic... (by pcworx)
|
by Kelevra
Collision Jump 'n Run
|
|
[3 replies] Last: Hi, I see what you mean Athar my way was around the problem. I changed... (by Kelevra)
|
by amaac
Problems STL string.substring and strtoint
|
|
[4 replies] Last: Athar You have been a great help. Thankyou for explaining that to me. ... (by amaac)
|
Vector Char and saving files |
|
[2 replies] Last: hints : by vector (1)std::istreambuf_iterator<char> or use string to ... (by stereoMatching)
|
by joshiv
Matrix manipulation
|
|
[6 replies] Last: If you don't have too many different types of matrices (with different... (by Duthomhas)
|
by scarnet
cin.get & cin.getline doesn't work
|
|
[1 reply] : Your problem is line 51: cin>>x; This leaves junk in the input buffe... (by firedraco)
|
by orbit316
Having trouble understanding logic of Functions
|
|
[9 replies] Last: ^e.g. bool prime(int); //later bool prime(int x) { //defines the ab... (by firedraco)
|
by Deymark321
How i made this game?
|
|
[1 reply] : I see a .DEV extension in there. My guess is that you need Dev-C++, ... (by closed account zb0S216C)
|