by claudiordgz
Reading a binary file causes the program to crash
|
|
[2 replies] Last: Thanks Athar, i'll start declaring everything #ifndef CRIMINAL_H... (by claudiordgz)
|
by Ikaron
Limiting input buffer
|
|
[2 replies] Last: The reason why I've started with making a console based game is entire... (by Ikaron)
|
by vagrantdream
another header problem...
|
|
[2 replies] Last: Ah, solved it on my own, forgot #endif at the end of the header. *face... (by vagrantdream)
|
by nflman124
New to Functions
|
|
[12 replies] Last: I get it now thank you. (by nflman124)
|
by n0de
after (str to f) - only 1 digit after floating point
|
|
[no replies]
|
by dunpealx2
where can i find a tutorial for creating matrix
|
|
[no replies]
|
Palindrome test program |
|
[1 reply] : Hello sterlingf5890 :) [quote=sterlingf5890]Visual basic :D Wel... (by coder777)
|
by matt295
C++ question about public data member?
|
|
[1 reply] : If it was public there would be no need for the get/set functions. (by guestgulkan)
|
by Ryan102
Having some troubles cleaning things up.
|
|
[6 replies] Last: What i meant is that you forgot to write a escape mechanism when the u... (by Mike Sandy)
|
by gingerftw
Problem With Return Statement
|
|
[1 reply] : Whatever you thought "return" does, it doesn't. Make sure to reread t... (by Athar)
|
by matt295
C++ simple question about private and protected in classes?
|
|
[1 reply] : Derived classes can access protected members of base classes but not p... (by jsmith)
|
by alexKid
-858993460 why?
|
|
[4 replies] Last: -858993460 == 0xcccccccc in hex. This bit pattern is often used by ... (by jsmith)
|
by wreidan
Problem with code for beginner
|
|
[6 replies] Last: Thanks Mike, This set my basics on the setw. (by wreidan)
|
by vagrantdream
problem learning header include...
|
|
[4 replies] Last: That fixed it coder777. Should submit that solution to the tutorial au... (by vagrantdream)
|
Odd or even? |
|
[3 replies] Last: Hey, Yes, I do remember how an if-else block works =). As for th... (by reiniersanders1993)
|
by SweetLen
inverse pyramid and diamond
|
|
[2 replies] Last: Thnx for the reply. (by SweetLen)
|
by Jeff123
'if' and 'else if' trouble
|
|
[4 replies] Last: If you are storing the input in a char you should probably change th... (by MottMan)
|
by cornman313
trying to write first program
|
|
[3 replies] Last: The same format would probably be fine but their outcome should probab... (by MottMan)
|
by claudiordgz
Problem with getline and class giving weird numbers
|
|
[3 replies] Last: it's included in the #include <sstream> in the header (by claudiordgz)
|
by dunpealx2
matrix calculator. no idea where to start, any idea?
|
|
[1 reply] : What are your problems? (by hamsterman)
|