by Liger XT5
input from file to array scrambling
|
|
[2 replies] Last: It works, Thanks! (by Liger XT5)
|
by BJT
How to use signal to handle control in C++
|
|
[no replies]
|
by Macester
Debug assertion failed
|
|
[1 reply] : Take a look at line 27. Where did you increase the length of that str... (by kempofighter)
|
by LEESI
Calculations in a Function
|
|
[11 replies] Last: now its working lol, thanks for that, i see where its going now much m... (by LEESI)
|
by w0ot
for loop
|
|
[5 replies] Last: Actually the formula for the sum of the first N odd numbers (1, 3, 5, ... (by sammy34)
|
by atreyucurses
Vector programming problem.
|
|
[4 replies] Last: Sigh. What I get for not compiling my own code first. #include <io... (by Duthomhas)
|
by timmy2thej
My Book Cipher
|
|
[1 reply] : First I'd start with a bit of design. A 'Book' class could be appropri... (by sammy34)
|
by w0ot
If statement problem
|
|
[4 replies] Last: thanks ! (by w0ot)
|
Strange destructor behavior |
|
[8 replies] Last: @PJYang2010 'this' is a pointer to the object being manipulated, so ... (by adikid89)
|
by billinares
Having fun with 'const'
|
|
[8 replies] Last: Not necessarily. You might consider returning a reference if it is ... (by jsmith)
|
by oontvoo
virtual polymorphic functions
|
|
[6 replies] Last: Yeah. The idea is that you can treat all related types the same way... (by Disch)
|
by dannyhinhk
Any reference links on "Classes and Objects"??
|
|
[1 reply] : Have you already gone through C++ tutorial on this website? http://... (by Danielsson)
|
by nufshm
3D text in C++......?
|
|
[3 replies] Last: fread fwrite...? (by mhjerry)
|
by sleepyfool
C++ strings
|
|
[2 replies] Last: I only know C ,so I give you some C code ,but you can understand that!... (by mhjerry)
|
by Adrioth
Not quite getting it right!
|
|
[6 replies] Last: There's no need to include <stdio.h> or <conio.h>. (by Danielsson)
|
by newwiee
Input by function
|
|
[10 replies] Last: The problem is that cin >> does not read the newline when you first en... (by rxlim)
|
by mmthob
program problem
|
|
[4 replies] Last: For the while loop as Zhuge said, you can do something along the lin... (by bluezor)
|
by Rizzla
Custom Header Files
|
|
[5 replies] Last: What code do you have that you think is incorrect then? (by firedraco)
|
Trouble with ifstream |
|
[3 replies] Last: Yes. (by firedraco)
|
I can't get my formula to work |
|
[1 reply] : This doesn't really help you with your immediate problem, but you migh... (by helios)
|