User profile: iHutch105

User info
User name:iHutch105
Statistical data
Occupation:Programmer
Skills:C
C++
Perl
Assembly
C#
Javascript
Objective-C
History
Joined:
Number of posts:1280
Latest posts:

winsoc2.h lib
If you think that someone giving you an entire solution that you can readily pass off as you're own ...

Where to learn GLUT?
I'm pretty sure GLUT isn't in development any more. I think there might be another version, freeGLUT...

stack
Before main... [code] void push( int n ); int pop( int &n ); [/code]

Help reading dates and events from .txt
I'm not sure why you're trying to convert your string to an integer there. Generally, when reading ...

5 errors im getting
[quote=Fransje]The problem clearly lies in all those messed up brackets/braces (whatever they're cal...