Hamumu Software Hamumu Software Hamumu Software
Name
Password Register
Latest Journal update: May 12, 2013
Old 12-28-2010, 01:42 PM   #1
yourter12
forever gone
 
yourter12's Avatar
 
Join Date: Jun 2006
Location: octopus
Posts: 1,325
Default C++ Platform Game Tutorial Needed

Can someone help me? I wanted to try making a game using C++. Can anyone help please? Thanks!
__________________
yourter12 is offline   Reply With Quote
Old 12-28-2010, 01:56 PM   #2
Megadog
Actually, it's Demagogue now
 
Megadog's Avatar
 
Join Date: Jun 2007
Location: At home duhhh!
Posts: 2,208
Default Re: C++ Platform Game Tutorial Needed

Do you know how to code in C++?

I too want to do this, but I'm reading the huge C++ book written by it's creator. It is hard, but it makes sense...sorta...
__________________
Back to the roots: Lets put the Hamumu back into Hamumu Forums!
Megadog is offline   Reply With Quote
Old 12-28-2010, 02:01 PM   #3
SpaceManiac
Veteran Programmer
 
SpaceManiac's Avatar
 
Join Date: Oct 2007
Location: Elsewhere
Posts: 2,882
Send a message via Skype™ to SpaceManiac
Default Re: C++ Platform Game Tutorial Needed

First things first, I recommend a general intro to C++. Get a C++ compiler (I recommend Code::Blocks - be sure to get the version with Mingw) and check out this tutorial. Go through everything from the beginning, try the examples yourself as you go along, make sure you understand it all.

If you're having troubles or you've got it down, post here.
SpaceManiac is offline   Reply With Quote
Old 12-28-2010, 02:35 PM   #4
yourter12
forever gone
 
yourter12's Avatar
 
Join Date: Jun 2006
Location: octopus
Posts: 1,325
Default Re: C++ Platform Game Tutorial Needed

Uhh... Anything easier than C++ that's non-GM?
__________________
yourter12 is offline   Reply With Quote
Old 12-28-2010, 03:32 PM   #5
SpaceManiac
Veteran Programmer
 
SpaceManiac's Avatar
 
Join Date: Oct 2007
Location: Elsewhere
Posts: 2,882
Send a message via Skype™ to SpaceManiac
Default Re: C++ Platform Game Tutorial Needed

I can't think of anything off the top of my head. What're you stuck on?
SpaceManiac is offline   Reply With Quote
Old 12-28-2010, 07:23 PM   #6
Blackduck
Original Kool Kat
Moderator
 
Blackduck's Avatar
 
Join Date: Oct 2007
Location: Duck Pond
Posts: 1,446
Send a message via ICQ to Blackduck Send a message via AIM to Blackduck Send a message via MSN to Blackduck Send a message via Skype™ to Blackduck
Default Re: C++ Platform Game Tutorial Needed

C++ is a complicated one to start with. I suggest Java since it works on both Windows/Mac & browsers. It also handles stuff for you like memory and garbage collecting (deletes variables that aren't used anymore) for you, amongst other things. I suggest Eclipse as a compiler.

That or you can try Basic, Assembly, Machine Code, Fortran and all those other fun ones.
__________________
Download Hank's Toolbox to mod your Loonyland 2 or use these reference files to learn more about making your own mods!

Last edited by Blackduck; 12-28-2010 at 07:26 PM.
Blackduck is offline   Reply With Quote
Old 12-29-2010, 12:25 PM   #7
yourter12
forever gone
 
yourter12's Avatar
 
Join Date: Jun 2006
Location: octopus
Posts: 1,325
Default Re: C++ Platform Game Tutorial Needed

I'll try that.
__________________
yourter12 is offline   Reply With Quote
Old 12-29-2010, 04:47 PM   #8
Julian
Is a ninja
 
Julian's Avatar
 
Join Date: Aug 2005
Location: http://www.nationstates.net/dordinal
Posts: 2,999
Send a message via MSN to Julian Send a message via Skype™ to Julian
Default Re: C++ Platform Game Tutorial Needed

Oh no, not java. Sure, it's simple to use, but it teaches you nothing about proper coding (like garbage collection). C/C++ is hard to learn, but just as easy to use once you know it (and you find the proper libraries to use) and it teaches you more about how to code properly.

ASM is the best way to go though, it gets you right in the dirt
Julian is offline   Reply With Quote
Old 12-29-2010, 06:11 PM   #9
SpaceManiac
Veteran Programmer
 
SpaceManiac's Avatar
 
Join Date: Oct 2007
Location: Elsewhere
Posts: 2,882
Send a message via Skype™ to SpaceManiac
Default Re: C++ Platform Game Tutorial Needed

If you're looking at how hard it is to get into at the basic level, there's really no difference between C++ and Java. When you get on to larger scale things, Java gives you some advantages (like fancier garbage collection) but C++ has its own (like more ability to operate with other people's code).
SpaceManiac is offline   Reply With Quote
Old 12-30-2010, 02:42 AM   #10
Mr.Onion
Evil, random-voting vegetable
 
Mr.Onion's Avatar
 
Join Date: Mar 2005
Location: Down at the shore where there's no-one vacationing.
Posts: 4,860
Default Re: C++ Platform Game Tutorial Needed

Quote:
Originally Posted by Julian View Post
Oh no, not java. Sure, it's simple to use, but it teaches you nothing about proper coding (like garbage collection). C/C++ is hard to learn, but just as easy to use once you know it (and you find the proper libraries to use) and it teaches you more about how to code properly.

ASM is the best way to go though, it gets you right in the dirt
Cleaning up your own memory is hardly an intrinsic part of coding properly.

If you want to learn programming in general, see python, and if you want to make a game, use either Python, Java or C#. All three of those languages have enough frameworks to let you get stuff done without having to bother about the paperwork, such as garbage collection, pointers, or writing your own containers.
__________________
Mr.Onion is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Site Map
Copyright 2013, Hamumu Software