by pukol
SDL error BS..
|
|
[3 replies] Last: Yeah thx for all your help. (by pukol)
|
by JRimmer
Unknown Error
|
|
[2 replies] Last: Solved! Thanks. Also made the spelling correction. (by JRimmer)
|
by arnas122
Advance Calculator
|
|
[2 replies] Last: Thank you very much (by arnas122)
|
by klika
Square problem
|
|
[2 replies] Last: I'm not sure what this does, but array indices go from 0 to n-1 , so ... (by long double main)
|
by Ruthgar
Program using the Pythagorean theorem
|
|
[5 replies] Last: Yeah. I get lazy sometimes and don't recognize where I mess up until ... (by GRex2595)
|
by jackbruns28
Problem with palidrome
|
|
[3 replies] Last: You could enter it into a string so that you get one number, then diss... (by GRex2595)
|
by heroicJ
Create a "checkerboard" using cin
|
|
[8 replies] Last: I did that[You should just remove line 11 and replace it with line 15... (by giblit)
|
by jackbruns28
Bungling hollow square loop
|
|
[2 replies] Last: Thank you. (by jackbruns28)
|
by giraffe1234
Inventory Program
|
|
[4 replies] Last: THANK YOU!!! It works perfectly now!! (by giraffe1234)
|
by austin7
function should return a pointer to array..?
|
|
[14 replies] Last: Um... what do you think will happen when the following line executes: ... (by MikeyBoy)
|
by SGTChubbz
Make 'a' = 0, 'b' = 1, etc
|
|
[2 replies] Last: #include <iostream> #include <string> #include <cctype> int main() {... (by JLBorges)
|
by alee4408
Reading a file into vectors
|
|
[2 replies] Last: I would post the entire program but its huge. This is the structure wi... (by alee4408)
|
by geekytom777
How to add trailing zeros to integers?
|
|
[7 replies] Last: He wants to output the rounded value though yours will not round alee.... (by giblit)
|
by JRimmer
Pointer to Pointer
|
|
[4 replies] Last: // That first line represents this V V V ... (by JRimmer)
|
by engr
how to reduce the file size of C++?
|
|
[6 replies] Last: I do not recommenced squishing your lines together, compile time depen... (by vasilenko93)
|
by klika
C++ Graeffe's square root method
|
|
[no replies]
|
by Babel
Enumerations
|
|
[7 replies] Last: Something like this (the example uses a scoped enum; treatment would b... (by JLBorges)
|
by Kauto
Pointer and declaration difficuty
|
|
[4 replies] Last: > you can't pass array by value, True. Arrays are not copyable types.... (by JLBorges)
|
by bwilfong3
Calling functions and reference
|
|
[3 replies] Last: you need to give two int variables to your getBoardSize function becau... (by Yanson)
|
by Sharan123
Regulating FPS
|
|
[3 replies] Last: SDL_GetTicks() returns the number of milliseconds since the SDL librar... (by NullInfinity)
|