by srlunx
Unable to compile, debug & release...
|
|
[4 replies] Last: I also use Visual C++ 2008 - Express Edition For some reason, when ... (by someb0dy)
|
by Mythios
How can i pass in an array with a value?
|
|
[4 replies] Last: I think this should work: void MyFunction(SDL_Rect *pCamera, SDL_Rec... (by Bazzy)
|
by Mythios
Creating a Tile Engine with SDL Problem
|
|
[no replies]
|
by proudHelios
Sorting an array in ascending order
|
|
[2 replies] Last: Thanks! Those were awesome links. The one for sorting algorithms is fa... (by proudHelios)
|
by mjmr89
Increasing console resolution?
|
|
[no replies]
|
by Timbo1
Division calculator
|
|
[2 replies] Last: Why exactly did you add this? TIMSPrompt:: And another question: ... (by helios)
|
by jakeboii69
amateur code not working. any ideas?
|
|
[7 replies] Last: See, here's the problem with VC++: The default project configuration s... (by helios)
|
by hamsterman
Why do all my programs use 100% CPU?
|
|
[3 replies] Last: The reason regular programs don't use 100% CPU is because they spend m... (by helios)
|
by Sathed
Vectors!
|
|
[5 replies] Last: It might be a good idea to close the ifsteam when you're done with it,... (by seymore15074)
|
by Timbo1
DirectX installation
|
|
[5 replies] Last: The installation shouldn't try compile anything... If in doubt, search... (by exception)
|
by Mythios
How can i make this SDL_Rect Work?
|
|
[5 replies] Last: I see what you mean but i'm getting damn frustrated lol, i've been stu... (by Mythios)
|
by mrgoogle
Random 1 - 6 into a char array.
|
|
[2 replies] Last: yeah it works. Thanks. (by mrgoogle)
|
by Mythios
Error in my SDL Game get_box() Function
|
|
[5 replies] Last: Yup awesome, thanks :D (by Mythios)
|
by Novice
Arrays and Ranges
|
|
[10 replies] Last: Ah, I thought msoft compilers keyed on stdafx.h and ignored everything... (by jsmith)
|
by aeson25
Connecting to a wireless computer
|
|
[1 reply] : You will need to know some networking, more specifically winsock. Try... (by Sathed)
|
by Mythios
SDL Error: redefinition of default parameter
|
|
[3 replies] Last: Thanks a heap for that helios - that explains it a lot better. Cheers (by Mythios)
|
by nenoviciss
a little problem
|
|
[5 replies] Last: I personally would use STL strings instead. #include <algorithm>... (by jsmith)
|
by allenanders
do while loops
|
|
[2 replies] Last: thank you very much it helped a lot (by allenanders)
|
by brabrarob
handling collections
|
|
[1 reply] : With a vector you could add elements so it is better but it isn't th... (by Bazzy)
|
by Nay
Cant see my output!!
|
|
[3 replies] Last: Aside from main() that it should be declared as int , your program ... (by Bazzy)
|