by fonzie
MORE file I/O troubles
|
|
[4 replies] Last: Hi fonzie, U r trying to write the data to a file after creating th... (by DiptenduDas)
|
by kadajett
My calculator.
|
|
[2 replies] Last: Ok I will work on that, but I need to crash for tonight. Thanks for t... (by kadajett)
|
by vikram025
Enum & macros
|
|
[1 reply] : You can't mix C++ and CPP (preprocessor) data. So if the argument to t... (by Duthomhas)
|
fstream Reading Carriage Return |
|
[7 replies] Last: Thank you very much that was a big help! :D (by deleted account)
|
by luke nffc
Using a function to change the data in a struct
|
|
[7 replies] Last: Ack! Sorry! (by Duthomhas)
|
fscanf in text file |
|
[4 replies] Last: There is no danger in his format string. The worst that can happen is ... (by Duthomhas)
|
by shadowfire36
need some assistance in breaking code in to class
|
|
[4 replies] Last: To execute this correctly you can do it 2 ways. int main() { C... (by Zaita)
|
by gem925
Text file-getting confused
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1624/ You will be more like... (by Zaita)
|
by akimatsu123
header file?
|
|
[4 replies] Last: The simplest explanation would be: "The header file allows you to s... (by Zaita)
|
by pongolator
Opening Image Files
|
|
[1 reply] : That's probably way over your head. If you are using the console, y... (by Duthomhas)
|
by mosdapwn
Changing interface with c++
|
|
[2 replies] Last: Your best bet is Curses . If you are using *nix, check out NCurse... (by Duthomhas)
|
by zachlr
What's wrong with this class?
|
|
[13 replies] Last: Ok, never mind. I used using std::string, but didn't realize I also n... (by zachlr)
|
by gem925
Confused on creating a text.file
|
|
[3 replies] Last: This is the whole assignment listed below it the last part where I am ... (by gem925)
|
by zhemnic
C++ API documentation in html
|
|
[1 reply] : There is not unfortunately. Your best bet is to start at http://www.c... (by Zaita)
|
by Lief Webster
In search of strings
|
|
[3 replies] Last: The size_t is an old C type that basically means "some potentially-h... (by Duthomhas)
|
by Repentinus
Passing arrays as function parameters
|
|
[1 reply] : I'm still not sure exactly what you are doing. Your Compare function... (by Duthomhas)
|
by gem925
Struggling with end of array for program
|
|
[4 replies] Last: Thank you so much for your help I just wish the book would show exampl... (by gem925)
|
by mac173
Console window shuts down instantly
|
|
[4 replies] Last: Arrgh. http://www.cplusplus.com/forum/beginner/1865/#msg6775 (by Duthomhas)
|
by Cbas
Char for switch case
|
|
[3 replies] Last: The problem might be because if you enter 'A' you get a random value i... (by Duthomhas)
|
by Cbas
output to Excel
|
|
[2 replies] Last: Crud. I just re-read your first post and realized that you are trying ... (by Duthomhas)
|