14 years, 6 months ago
Highlights
Community contributions featuredgameEvents::screen() is returning an SDL_Surface, are you sure you don't want to return a pointer to an SDL_Surface instead? If you do, that should solve your problem since…
14 years, 6 months ago
14 years, 6 months ago
I just started to use try and catch blocks for my new program. I made a class called CException that holds a long and 3 std::string's (Error Msg, Line, Filename, Function Name).…
21 years, 6 months ago
I'm trying to connect to a Web Server and do a simple request for a PHP script passing it a variable in the URL, I used Internet Explorer to connect to another one of my pr…
21 years, 8 months ago
[quote name='Smacker_626' timestamp='1330759191' post='4918800'] At the beginning of the file, include "cstdlib" so that you can access rand()…
14 years, 6 months ago
Latest Activity
See all in DiscussionsgameEvents::screen() is returning an SDL_Surface, are you sure you don't want to return a pointer to an SDL_Surface instead? If …
14 years, 6 months ago
[quote name='Smacker_626' timestamp='1330759191' post='4918800'] At the beginning of the file, include "cstdlib" so that you can access rand() and srand(). …
14 years, 6 months ago
At the beginning of the file, include "cstdlib" so that you can access rand() and srand(). You have a name …
14 years, 6 months ago