by Morph
What's the problem here
|
|
[7 replies] Last: [quote=Desh]Consider using a vector of strings - since the things insi... (by Mythios)
|
by ollie
linked list
|
|
[2 replies] Last: Yes - or this line: current = current->next; would segfault, because... (by closed account Lv0f92yv)
|
by TheTSPSolver
#if in C++
|
|
[19 replies] Last: I couldn't find anyone in this thread explaining why the heck one woul... (by Albatross)
|
by vim1911
Comparing entered array's elements
|
|
[2 replies] Last: Before your return you could do something like: for( int i = 0; i ... (by Mythios)
|
by realman
a problem with file
|
|
[9 replies] Last: You could do something like this which reads a line inside the file: ... (by Mythios)
|
by Melander
How do i combine 2 .cpp files
|
|
[14 replies] Last: What's with all the bad advise in this thread? - Don't use globals.... (by Disch)
|
by Hanii Puppy
Trying to assign a unique record number
|
|
[2 replies] Last: recordnumber is a variable in the mobile struct (by Hanii Puppy)
|
by jarke
Problem outputting arrays
|
|
[8 replies] Last: Thanks for all of the help, everybody :) (by jarke)
|
by Scythe37
Pointer to a vector
|
|
[5 replies] Last: Please pay attention. You cannot learn anything unless you actually t... (by Duthomhas)
|
by codder
C/C++ Cursor
|
|
[6 replies] Last: It sound like you are drawing a cursor on your window at a position wh... (by closed account z05DSL3A)
|
by pantera
A question about "Accelerated C++" book
|
|
[1 reply] : pantera, First of I can't really answer this because I have not rea... (by closed account z05DSL3A)
|
by rebelnyell
C++ Resources (book suggestions)
|
|
[4 replies] Last: Book Of Brilliant Things http://www.cplusplus.com/articles/Grey_Wolf6... (by closed account z05DSL3A)
|
by Nikoru
Trying to figure out how to do health regenration with a function.
|
|
[11 replies] Last: @moorecm, Alternatively, you could do something with static variables... (by chrisname)
|
by logiq32
compilation problem
|
|
[2 replies] Last: ok, its better thank you, but now I'm stuck with a : error: invalid... (by logiq32)
|
Template Class and by Key comparison |
|
[2 replies] Last: So would it look like class Myclass < T operator < > as the declar... (by closed account Lv0f92yv)
|
by flyraf821
looking for advice
|
|
[2 replies] Last: Totally agreed, Angel. I found (and still find) that to learn new ... (by closed account Lv0f92yv)
|
by guevara
"get pointer" will be dirfted after invoking tellg()
|
|
[4 replies] Last: This behavior really bugs me too... there is, I think, little excuse f... (by Duthomhas)
|
by paprika
Dynamic Object Creation
|
|
[2 replies] Last: Thank you for the respond, it helped :) (by paprika)
|
by Melander
2D graphics
|
|
[4 replies] Last: Actually, the Win32 thing in my opinion is the big thing that absolute... (by Albatross)
|
by newToItAll
modifiers
|
|
[2 replies] Last: Write your own compiler... (by Duthomhas)
|