Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
About Me

I love to make games and play them. Been programming since the age of 13. I have lots of experience making little 2D games, and online games. I am currently attending a Game Simulation Programming degree at DeVry University.

Interests
Game Programming & Composing
PC Specs
Alienware M17-R1 Windows Vista Ultimate 64bit Intel Core2 Duo CPU T9400 @ 2.53 GHZ 4.00 GB Memory (RAM)…
Favorite Tags
Member Avatar for zandiago

Good day boys and girls. So let me ask you, what are your thoughts on piracy. Such as illegal music download, software & movie piracy? In recent times there has been stiffer penalties for being found guilty of the offense. many people have different arguments for/against piracy. For example, those …

Member Avatar for jon.kiparsky
2
973
Member Avatar for tehmarto

Hello, I wanna write an anticheat for a game. So it seems that the cheat itself is editing the memory (for example movement speed). So what I'm gonna do is make my anticheat tool to scan the memory offset and compare the value in the memory to the normal value …

Member Avatar for tehmarto
0
236
Member Avatar for Haxifix

My friend and I were making a pac man console game in C++, and we can't seem to get the AI we wrote for our ghosts to work properly [code] #include <iostream> #include <Windows.h> using namespace std; struct Player { int x, y; Player() { x = -1; y = …

Member Avatar for Haxifix
0
919
Member Avatar for Hand

Hello. I have started to learn OpenGL in C/C++ and I want to use 2D graphics. My operating systems are Windows XP and Linux (Ubuntu). How do I load a image from a file and draw it on screen? My image files are png and jpg. Can I write a …

Member Avatar for joshalb
0
131
Member Avatar for freeeasycoupons

Please suggest me from where I can get the links and free tutorials for c++ .

Member Avatar for joshalb
-1
90
Member Avatar for denguru4

Hi, i just finished my program but i am having problems on how i will create a setup that will install my program to another system. i use both microsoft visual studio 2008, and 2005. i will appreciate it if any one can help me. thanks

Member Avatar for joshalb
0
96
Member Avatar for joshalb

Hello. I'm trying to store a child class into it's a pointer of it's baseClass, like this: [code=cpp]baseClass*test = new subClass;[/code] Which works and all, except I'm having trouble using 'delete' to destroy the newly created subClass. So something like this: [code=cpp]baseClass*test = new subClass; delete baseClass;[/code] Here's a more …

Member Avatar for arkoenig
0
157
Member Avatar for joshalb

A friend and I are working on our first game engine in C++. We're both new to C++, but not to programming in general. Our current method of handling objects (things within the game, such as a player object) works fine, and is pretty fast! But I'm not sure if …

Member Avatar for joshalb
0
145