by PSStallion
increment/decrement operators
|
|
[5 replies] Last: Nope. I say it won't work for same reason that hoursWorked_John /= !(... (by MiiNiPaa)
|
by tamarela
iterators
|
|
[2 replies] Last: delete or erase (by tamarela)
|
struct help |
|
[3 replies] Last: Find the index of the element that has chrono==4. You'll need a handy... (by Duthomhas)
|
by awsdert
C Framework recomendations
|
|
[2 replies] Last: Thanks but not quite what I meant (though pretty close), I was hoping... (by awsdert)
|
Beinnging C++ Function |
|
[5 replies] Last: Thank you, i believe i am understand it a little bit more. (by Icecreammikey)
|
by karichie
Date Help
|
|
[4 replies] Last: Gotcha!! Thanks, will try this out!! (by karichie)
|
Need help in visualizing the hierarchy... |
|
[5 replies] Last: BTW is the date class in the right place? (by Silver Falcon)
|
by Bingocat4
Shooter Game Help
|
|
[3 replies] Last: Okay I got it figured out. newBullet.x = players .x + (20 * cos(play... (by Bingocat4)
|
by bonita
threads
|
|
[3 replies] Last: > I do not use C++11 I use an older version. Make the thread function... (by JLBorges)
|
by DreamCore
auto iterators and vector.erase()?
|
|
[3 replies] Last: In a range-based for loop, the type of enemyItr is (a reference to) ... (by cire)
|
by bonita
instance of a class?
|
|
[2 replies] Last: thanks (by bonita)
|
by prestokeys
Nesting JLBorges' vout function
|
|
[5 replies] Last: The order of evaluation problem can be easily solved; store the result... (by JLBorges)
|
by Varnell
Ofstream not creating file
|
|
[11 replies] Last: I believe I have completed all requirements except for the ofstream ou... (by Varnell)
|
What type of new C++ project do I open? |
|
[no replies]
|
by alpernick
Determine File's Type
|
|
[2 replies] Last: If you plan this to be anything but a toy... Maintaining a massive d... (by Duthomhas)
|
by bradm4593
triangular numbers
|
|
[10 replies] Last: Welcome to the board!* BTW, no need to calculate every triangular num... (by Duthomhas)
|
Can you debug this? |
|
[5 replies] Last: Ok I will look to see how to find the objects "included" (by closed account zqMDizwU)
|
by Kubani
How to define a class
|
|
[8 replies] Last: Although I could to find the bug of that code but still I have some is... (by Kubani)
|
by voidStream
Trees
|
|
[1 reply] : You need to allocate memory with new. Node *head = new Node; (by prestokeys)
|
by Cynthia401
Initializing Constructors
|
|
[11 replies] Last: class Club { public: Club(); Club(Club &c); Club(string cname); ... (by closed account j3Rz8vqX)
|