Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for quintoncoert

im having a similar problem with access violations. Im following a tutorial over SDL. It seems like 'screen' and 'background' are being initialized wrong but I dont know what I can do to correct it. here is the full code... [code=c] //The headers #include "SDL.h" #include <string> //The attributes of …

Member Avatar for Basicgear
0
612
Member Avatar for Basicgear

Im following an SDL tutorial and I seem to receive these errors when building.. First-chance exception at 0x68129afb in Hello World2.exe: 0xC0000005: Access violation reading location 0x00000004. Unhandled exception at 0x68129afb in Hello World2.exe: 0xC0000005: Access violation reading location 0x00000004. I dont know what im doing wrong but VC points …

0
71
Member Avatar for Basicgear

I have been following an SDL tutorial. This is my code followed by the errors. [code=c] //The headers #include "SDL.h" #include <string> //The attributes of the screen const int SCREEN_WIDTH = 640; const int SCREEN_HEIGHT = 480; const int SCREEN_BPP = 32; //The surfaces that will be used SDL_Surface *message …

0
87
Member Avatar for Basicgear

Ive created a console program that works. The program launches and asks for the user to input values for the player class. Then I initialize a list of Monster classes and have values entered into the method to create each monster. But I am receiving an error after the program …

Member Avatar for kvprajapati
0
123
Member Avatar for Basicgear

Im learning as I go with a program I am writing. Im receiving and unexpected error and hoped someone could shine some light on as to why. I am making a list of objects but when I try to add to the list I receive (Invalid token '(' in class, …

Member Avatar for sknake
0
98
Member Avatar for Basicgear

Im brand spankin new to C# but did only a bit of console work with C++ in high school. I am working with the form application walk through and decided to try a few things. I want to have a check box toggle the background of the form between red …

Member Avatar for sknake
0
101

The End.