02.02 - Game Development Tools

Started by
58 comments, last by Teej 19 years, 12 months ago
Yeah its me again. I got a good compiler, ummm Dev-c++ or something similar to that and i typed in a few codes and it popped up with an error message. Will some pleeez tell me what i did wrong.
Code:
#include <iostream>
#include <stdlib.h>

int main(int argc, char *argv[])
{
int first=1;
int second=5;
int third=3;
int sum=(first+second)*third;
printf("%d ",sum);
system("PAUSE");
return 0;

}
Error messages:
2 C:\DEV-C_~1\2
unable to run program file.

The Compiler log says this:
Executing make...
make.exe -f "C:\DOCUME~1\TOMCOL~1\MYDOCU~1\jeff''s\images\DEV-C_~1\Makefile.win" all
Execution terminated

Please can someone help me.

Only the eyes of a true player will see what realy beholds the game. Only the eyes of a true player may see the pixels and nothing else. Only the eyes of the true player can see the game, feel the game, be the game. I am a true player. Are you?
Only the eyes of a true player will see what realy beholds the game. Only the eyes of a true player may see the pixels and nothing else. Only the eyes of the true player can see the game, feel the game, be the game. I am a true player. Are you?
Advertisement
Anyone here have any luck using Audacity for sound editing. I have it anyhow, and want to know if it would serve the purpose
You''ve never seen anyone like me, and you''ll never see anyone like me again!
Level editors? anyone?
Theres a little tool that everyone here has underestimated. Early SNES developers didn''t have paintshop or anything, do without further hesitation, I present to you the greatest 2D game sprite creator in HISTORY! PAINT! AAAHAHAHA HAHA HAAA!
Okay, okay, enough of that. Here is some of my work, all in paint.

http://www.eminentpixel.com/files/N1.gif
www.clickteam.com

for anywhere from $30 to $300 you can buy completly GUI based game development programs that need no real programming!
I''m using Painter Classic for graphics. Its a natural media ''simulator''. Its definitely my favorite. For 2D graphics creation its king!! For audio I use SoundForge and Cakewalk. I''m not too good with audio so I can only do basic editing. No composing for me!!
Or you could stop being a cheapskate and just buy Visual Studio. Install Intel''s compiler and you have the best dev environment you can get.
Something I recently made with a commercial game development software. http://home.ripway.com/2003-6/12352/Matrix.zip

Shift: jump
Control: hold for slow mo
Z: shoot
Up while jumping: fly
i got the free trial of Jasc Paint Shop with my computer and its still working after like 8 months of use... strange
I am needing a 3d game platform to build my game!!

ground, fog... etc but i need something professional!!

not darkbasic or any other things like that!!

I work on 3d s max and photoshop and i wanna make a game
like gothic 2

please help!

This topic is closed to new replies.

Advertisement