by Bdanielz
How would I create an input and ouput file, at runtime if they do not exist?
|
|
[1 reply] : if you try to open a file with ofstream and it doesnt exist it will cr... (by closed account Dy7SLyTq)
|
by aharper
Structured Data: Nesting Triangles(using structs and doing some geometric calculations)
|
|
[no replies]
|
by Aibsr
operator[]
|
|
[2 replies] Last: Thanks (by Aibsr)
|
by cheng412
file text problem!!! Solution needed!!!
|
|
[4 replies] Last: Info on arrays: http://www.cplusplus.com/doc/tutorial/arrays/ If I w... (by BardaTheHobo)
|
by G8rCre8or
Program to count characters, words and lines
|
|
[no replies]
|
by SoftMOUNT
Global variable being ambiguous?
|
|
[5 replies] Last: Arrh thank you, I understand it now; I thought that was what it was us... (by SoftMOUNT)
|
Fstream and structs conflict? |
|
[2 replies] Last: (++count is better than count++) ++FOO increments FOO and returns F... (by Daleth)
|
All Same Array |
|
[3 replies] Last: You could, for each element in the array, iterate over the array again... (by Daleth)
|
by account1
References and de-references
|
|
[1 reply] : Check out the section on data structures, it explains the arrow operat... (by Danny Toledo)
|
by Mehdinaqvi
i need help..check my program and help me plz
|
|
[7 replies] Last: please tell me how to print this on screen? All you have to do is ad... (by Danny Toledo)
|
by Filip Cvetko
Member Initializer List
|
|
[2 replies] Last: thank you so much, you've been very helpful (by Filip Cvetko)
|
by Pepper12704
errror help expected ';' before ')' token
|
|
[2 replies] Last: wow! stared at that for an hour, and was lost. Thanks so much!! (by Pepper12704)
|
by Nalin
Reading STL file (stereolithography)
|
|
[no replies]
|
by SlenderMan
Have i set this up right so far?
|
|
[1 reply] : Yeah, it looks conformant to the initial problem description. (by TheGrayWolf)
|
by jackbruns28
Why are my variables not initializing
|
|
[2 replies] Last: num1,num2,num3,num4,num5 = atoi(buf.c_str()); This seems stra... (by abhishekm71)
|
by elfeck
Setting pointer in function
|
|
[3 replies] Last: That doesn't appear to accomplish anything. At line 8, b is local... (by AbstractionAnon)
|
by Ardeshir81
Can't read from file for no reason
|
|
[3 replies] Last: Thank YOU @nevermore28 and @AbstractionAnon Yes I'm sure there is no n... (by Ardeshir81)
|
by prestokeys
Suggestions on a saving/loading system with enumerated info
|
|
[no replies]
|
by cheng412
how to separately add two statements into a file text?
|
|
[4 replies] Last: You do write explicit std::endl after price in your code. You do clos... (by keskiverto)
|
Replacing one character with two |
|
[5 replies] Last: well thanks (by madara uchiha)
|