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
~975 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for quintoncoert

I have received a library in dll format with a .h header file. When I instantiate an object from one of the classes I get an access violation error. It is a run time error; the program compiled bug free. The program even runs. It is just at the exact …

Member Avatar for Basicgear
0
555
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
66
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
64
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
111
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
89
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
90