Posted By
Message
Assault Andy Administrator
I make other people create vaporwareRegistered 29/07/2002
Points 5686
23rd April, 2004 at 05:51:39 -
All you need is notepad and a compiler, but Visual C++ makes it easier by hilighting things and that.
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy
Decal
Registered 07/06/2003
Points 1509
23rd April, 2004 at 07:55:09 -
I hope it's better then "C++ Editor". That program is exactely the same as Notepad but it got a "C Language color engine" And has no compiler and i think i found a bug in that program. I can't save my work. I'm just waiting until Dev C++ is finished
www.decal.rr.nu
Klikmaster Master of all things KlikRegistered 08/07/2002
Points 2599
23rd April, 2004 at 10:15:19 -
I use DevC++
SolidSnake, if u use dev c++, make sure you have the line
system("Pause");
before the end of the main function, or else the app will close automatically if u run it
n/a
Shen Possibly Insane
Registered 14/05/2002
Points 3497
23rd April, 2004 at 13:38:10 -
I use Kate and gcc for mandrake it's like teh good, and free. Edited by the Author.
gone fishin'
Decal
Registered 07/06/2003
Points 1509
25th April, 2004 at 15:41:26 -
Yeah i noticed it.
I opened the same app 10000 times at try to see how it works, but only got 0.001 second to see it.
So thanks for showing me the system("Pause"); part.
I try to read the "Guide to C Programming" help file. A lobg help file. The only problem is to remember the semicolon ; at the end of a statement. I always forget it and wondering why i can't compile. Shuld be a reminer when i click enter.
www.decal.rr.nu
Pixalatio
Registered 16/03/2003
Points 652
6th May, 2004 at 14:26:22 -
Visual C++ makes me add the .h on the end of header files or it says it cnt find them :S
Twas brillig, and the slivey toves
Did gyre and gimble in the wabe,
All mimsy were the borogroves,
And the momewraths outgrabe.
http://www.pixalatio.tk - visit me please
Did you know that your computer has secret buttons hiding behind others.
I intent to never delete any part of my sig until it is t big to handle.
for one small minute my rating was possibly insane
Mr Icekirby
Registered 18/12/2003
Points 846
6th May, 2004 at 17:09:00 -
c and c++ are so confusing, i prefere
start of level
>>shoot an object( "active" ) at speed 100
klik code is so much easier...
Mr Icekirby says so!
OBEY ME!
vortex2
Registered 27/05/2002
Points 1406
6th May, 2004 at 18:31:02 -
what would be your point by that? sure klick is easier but c++ is alot more powerful. Edited by the Author.
A bit of insanity with every bite!
Tigerworks Klik LegendRegistered 15/01/2002
Points 3882
7th May, 2004 at 08:29:42 -
How much C++ code would it take to make an eight directional movement object shoot a bullet and play an animation when you press spacebar?
In MMF it's 1 event.
In C++ - countless pages of source code.
And anyway, why spend all that time reinventing the wheel when it can be done so easily in MMF?
- Tigerworks
Batchman
Registered 08/08/2003
Points 231
7th May, 2004 at 11:24:13 -
C++ is a super thing called Object Oriented Language
the aim of this sort of language is to NOT TO RECODE THE SAME THING
so your 8 direction movement you will need 4 hour to do this , then you will only need 10 minutes
and now let's say :
how much MMF event would it take to make a platformer's AI which can move and jump with a platform pathfinding ?
n/a
Galaxy613
Registered 29/01/2003
Points 1765
7th May, 2004 at 12:24:35 -
8-direction in C++ MAY take serval pages, but if you make it felxable anuf then you can use it in other projects and it'll save you time.
My forum: http://subsoap.com/ck/forums/index.php
Mr Icekirby
Registered 18/12/2003
Points 846
7th May, 2004 at 16:46:16 -
yes i know c and c++ are much more powerful, but here is where it becomes a problem i like to call me being lazy
Mr Icekirby says so!
OBEY ME!
vortex2
Registered 27/05/2002
Points 1406
7th May, 2004 at 19:36:01 -
well I am a newbie to c++ (extreme) newbie XP but still this is a thread about c++/c not klick.
A bit of insanity with every bite!