by hwuy
readline
|
|
[2 replies] Last: thanks! this is what Ive been looking for for a long time. (by hwuy)
|
by nixonm
Problem with array and functions
|
|
[2 replies] Last: Thanks alot tought it was whatever=addition(array ....) was my error. (by nixonm)
|
by rishan
Help, i need small projects/small tasks on 10 sections to help me to learn C++
|
|
[6 replies] Last: thank you that was very helpful, any suggestions for good C++ books wh... (by rishan)
|
by Harry Potter
Conceptual doubt with character pointer:
|
|
[4 replies] Last: Thank you Peter. But, isn't there garbage value in the memory? Ga... (by Disch)
|
by Amuntsen
Generate and print 2d char array, problem.
|
|
[2 replies] Last: worked like a charm, thank you very much! that was really obvious... s... (by Amuntsen)
|
by Kronolynx
while do / while loop problems
|
|
[2 replies] Last: thanks for the help i put it on the line 36 and now is working. i wi... (by Kronolynx)
|
by Aspnet
Reading from file
|
|
[1 reply] : Before u say anything plz i need the code if u ready to show me the c... (by blueberry)
|
by Ruthless
Help me with this question
|
|
[10 replies] Last: @Vlad: I didn't say all non-alphabet characters are digits. I said all... (by Da0omph)
|
by mrbiggles
What is does this code do?? vector<..iterator>..
|
|
[no replies]
|
read column of double into an array |
|
[3 replies] Last: in C++ sin accepts radians. You'll need to do this to convert to rad ... (by Stewbond)
|
by Helpmeee
Star rhombus with while loop
|
|
[8 replies] Last: The command would go just before cout << "*"; and the same command, ... (by whitenite1)
|
by Skyboarder
char *argv[] initialization
|
|
[9 replies] Last: Because c_str() returns a pointer to const char. args .c_str() gives y... (by Athar)
|
by jonpwn
learning java from c++
|
|
[1 reply] : Java is object oriented programming- there is no way around it. Every ... (by LimeOats)
|
by yukimura143
Small help required :)
|
|
[4 replies] Last: The number that you are seeing get printed out is just random garbage ... (by LimeOats)
|
by Dan Feerst
OpenCV - Curvilinear mapping with Hough transforms
|
|
[5 replies] Last: What do you mean by: Is there a way to open up this circle, turning i... (by Lowest0ne)
|
by djru
programming issue with nested if statement
|
|
[5 replies] Last: You know what I understand exactly what your saying, I just took = '1'... (by djru)
|
by DragoraGamer
Array and loops
|
|
[4 replies] Last: Thanks alot! this really helped and solved my problem. (by DragoraGamer)
|
by newbieg
Windows API vs SFML
|
|
[4 replies] Last: I'm in agreement with codeFoil, if you really want to comprehend the W... (by georgewashere)
|
by JAI SINGH
hashing
|
|
[2 replies] Last: Hashing is when you take any type of data, and assign an integer value... (by LimeOats)
|
by anniechen36
floor function for c++
|
|
[2 replies] Last: h(k) = floor of (x/10) if (h(k) => 10) h(k) = floor of ((h(k))/10... (by anniechen36)
|