by wtf
Global Fstream not working.
|
|
[2 replies] Last: Well whadyaknow? I added outfile.clear() to the beginning of main() a... (by wtf)
|
by jpdevaney
Problem with program not working.
|
|
[1 reply] : Please use the format tags when posting code. The code looks fine t... (by kbw)
|
by hyene
RUN - TIME question??!
|
|
[2 replies] Last: thanks about the help helios, now i `ll try to find what function abou... (by hyene)
|
by Null
What's this?
|
|
[2 replies] Last: Thanks (by Null)
|
by joshky
Vectors and Objects
|
|
[3 replies] Last: Just FYI... class account{ public: void acc... (by jsmith)
|
by cppuser
static variables in namespace/classes
|
|
[4 replies] Last: Yes, I have just read about that... But if we set inclusion guards... (by cppuser)
|
by Beginner101
My little program does not work
|
|
[1 reply] : Is there anything in the list foo ? Learning to debug your own pro... (by kbw)
|
by Brick
Feedback on my Tic Tac Toe C++ program
|
|
[2 replies] Last: Thanks for the reply. cin.ignore( numeric_limits <streamsize> ::m... (by Brick)
|
by benji00za
typedef and array typedef
|
|
[1 reply] : typedef does not create a new type, just a synonym for an existing typ... (by kbw)
|
by paoloricardo
extern declaration error
|
|
[5 replies] Last: I've resolved this as follows: HEADER.H typedef struct ... (by paoloricardo)
|
by byu1212
Counting words in a text file
|
|
[2 replies] Last: Sure did thanks~ (by byu1212)
|
getting header files from this site |
|
[3 replies] Last: Cool! the way my teacher explained the site, made it seemed like you h... (by ICANSEEYOU7687)
|
by kevinchkin
sscanf question
|
|
[2 replies] Last: Ahhaa. Thanks Duoas. I think I got it now except for one thing. So... (by kevinchkin)
|
by loveless
how to pick a specific data in fstream
|
|
[6 replies] Last: sorry~~~~i get it what you mean already~~~~~ after trying to work out... (by loveless)
|
by joshky
Variable Names
|
|
[5 replies] Last: Is there any way to use user input to name a variable No.... (by mcleano)
|
by Warrior2089
Allocating and deleting a Pointer
|
|
[8 replies] Last: Still, Zhuge is correct... Line 11 will never be true. new will th... (by jsmith)
|
by rave003
structure and a class
|
|
[3 replies] Last: EDIT: yes, default inheritance is public for structs and private for c... (by jsmith)
|
by marvolo1300
need tips on how to make calculator work
|
|
[4 replies] Last: here is the working code #include <iostream> using namespace s... (by lekaimadh)
|
by drtt1gg3r
reading a key input
|
|
[1 reply] : http://www.cprogramming.com/fod/kbhit.html i'm not sure but it should... (by Null)
|
by Nsanden
Using a database in VC++ or stick to textfiles?
|
|
[2 replies] Last: Thanks for your help! cool, it's ole db I've been using in c# aswel... (by Nsanden)
|