User profile: Kronus

User info
User name:Kronus
Email:kronus980@gmail.com
Name:Larry Ramon Hart
Location:United States
Bio:A indie game programmer/developer, learning C++ is a rather tough task for me, although I have tackled java, I think C++ will be accomplished.
Statistical data
Birthdate:Apr 20, 1992
Gender:Male
Occupation:Programmer
Skills:C
C++
Visual Basic
C++/MFC
VB .NET
Assembly
C++/.NET
Java
C#
C#/.NET
History
Joined:
Number of posts:6
Latest posts:

Check for clicks within an object
@ats15 Sorry for not being clear, as the top code is fine. It's the comment line. mX and mY are the...

Creating a custom filetype
Well for one it would help to have a header. The header would contain information you'd find helpful...

3D Voxel Game Using Allegro/OpenGL; GL_QUADS is slow
@cire Correct =) @Exiled Here's my other model loader. [code] #include "Model.h" bool Mesh::LoadM...

Check for clicks within an object
Writing this code that handles clicks with the left mouse button. But I want to be able to check for...

Adding values from an array
How would one add each value from an array? I'm working from a string but I was wondering if there w...