User profile: Callum5042

User info
User name:Callum5042
Name:Callum
Location:England
Bio:I love doing programming, been using C++ for a few years now. I also want to learn Python and Assembly once I feel strong enough with C++. MY goal at the momemt is to write a 2D in game engine C++ and OpenGL and develop my own games using it.
Statistical data
Birthdate:Mar 30, 1995
Gender:Male
Occupation:Other
Skills:C++
Assembly
Python
History
Joined:
Number of posts:133
Latest posts:

How to use a switch statement with int variable
Try using the cases with out the apostrophe. [code]switch(pick) { case 1: co...

need help with rouglike game dev walking through walls!!??
Putting it in code tags will make your code easier to read on forums, and would help us. Incase you...

Restore Minimized Windows
I believe it the [code]ShowWindow(hwnd, SW_SHOW);[/code] This will explain it a bit more in depth. ...

Tic tac toe
Use code tags for posting your code, makes it much easier to read. And if you need to the function ...

Understanding BOOL for a FOOL
From what I'm reading, you need to write a program that accepts a input of number(s) and then tell t...