User profile: rdev5

User info
User name:rdev5
Old user name:mborja
Name:Matt
Bio:Just another C++ programmer (intermittently since 2006)
History
Joined:
Number of posts:9
Latest posts:

getKeyState missing ) before ; in VC++ 2008
O.O ...hence, VC++ 2008 is not good for locating errors. Ugh! Thanks Gumbercules.

getKeyState missing ) before ; in VC++ 2008
Okay, this is beginning to really irritate me. This is the first chunk of the code where the problem...

getKeyState missing ) before ; in VC++ 2008
I'm currently in the process of creating my first 3D application using the OpenGL library and it's b...

Reading user input as strings with getchar()
[code]printf("%s (size: %d)\n", input, strlen(input));[/code] When run: [code] $ ./inputecho ...

Get IP address of target hostname
Some code I came up with during the conception of my early C++ experience and learning. Going on thr...