hmmm... interesting that my instructor would distribute the code with this error in it.
Pointers seems to be one of those things I have to relearn every couple months.
I'm thinking an access...
Type: Posts; User: TheKidd
hmmm... interesting that my instructor would distribute the code with this error in it.
Pointers seems to be one of those things I have to relearn every couple months.
I'm thinking an access...
Not really. I assumed it should work though, since the code was given to me as something that was already working on someone else's system.
I doubt it makes it more clear, but:
First-chance exception at 0x1000FDAC (glut32.dll) in ConsoleApplication7.exe: 0xC0000005: Access violation reading location 0xCCCCCCCC.
Unhandled exception at...
I am required to use this class to do turtle graphics/relative drawing, however I can never get it to compile.
For example I try to run this program:
#define GLUT_DISABLE_ATEXIT_HACK...
Thank you, sir.
Basically I am trying to draw a screen that has the same star but in different sizes. I am trying to use different sized viewports to accomplish this, but it is only drawing the star once. With the...