by award982
Saving variables to a text file, or something similar
|
|
[4 replies] Last: [quote=firedraco]http://www.cplusplus.com/doc/tutorial/files/ This... (by Zhuge)
|
by Compaddict
Linker Error:Unable to open the file "abc.exe"
|
|
[4 replies] Last: @ ROmai.. Thanks.... Running the program as administrator helped... (by Compaddict)
|
by deadbolt742
Writing from file to c-string problem
|
|
[11 replies] Last: Yes, you need to add a terminating '\0'...getline() might not do that ... (by firedraco)
|
by Rachel
List Template Class Overloading << operator
|
|
[4 replies] Last: Thanks a ton for the help; it's compiling and running properly now. (by Rachel)
|
by lilproblems
Overloaded brain - not function
|
|
[4 replies] Last: You did not call the overload function . You just called one of them,... (by icerlion)
|
by agorski
i gets -
|
|
[4 replies] Last: It is because the compiler has to make sure that arrays do not have a ... (by PeteBongo)
|
by NickPaul
Reading a .3DS file
|
|
[7 replies] Last: NickPaul, If I remember correctly, names in 3DS files are strings t... (by Abramus)
|
by BAP
Multi-Dimensional Array Indexing
|
|
[2 replies] Last: [quote=Disch]*Disch stabs multidimentional arrays with a rusty knife* ... (by firedraco)
|
by triz
Reading in arrays from file
|
|
[5 replies] Last: Infinite loops. http://www.cplusplus.com/forum/beginner/3470/#msg1456... (by Duthomhas)
|
by award982
how to delete the last character of a string
|
|
[13 replies] Last: [quote=Kangaroux]I'm not going to argue about this, all I said is that... (by Zhuge)
|
by Despozble
C-string fundamentals
|
|
[2 replies] Last: Wow... thanks... I feel not so bright now. :D (by Despozble)
|
by Kangaroux
Size of multi-dimensional Array
|
|
[5 replies] Last: BTW, that's not a NULL string. That's an empty string. There is a si... (by Duthomhas)
|
by cdummy99
loop question
|
|
[3 replies] Last: not anything that actually affects anything other than your ability t... (by Bazzy)
|
by cartpauj
Having issue with global variable
|
|
[4 replies] Last: Worked like a charm thanks!!! (by cartpauj)
|
by thebenjamins
Subtracting in a loop
|
|
[10 replies] Last: to put text into code click the little <> button by the editor. Or ju... (by cartpauj)
|
by zmarcoz
To create a C++ dll for simple animation
|
|
[10 replies] Last: The reason you shouldn't use GDI should be in the Wiki: http://en.wik... (by chrisname)
|
by ArcherSam
grouping
|
|
[3 replies] Last: 'rvalue' and 'lvalue' have sense only with the = operator, with most o... (by Bazzy)
|
by Null
Another problem with hex...
|
|
[9 replies] Last: .str() (by helios)
|
by ArcherSam
syntax
|
|
[7 replies] Last: Thanks, so parens are used to help clarify statements and used for c++... (by ArcherSam)
|
by mrb9337
Connect Four
|
|
[2 replies] Last: Yes, bestMove is trivial. Is this for an AI class, I take it? Ar... (by jsmith)
|