|
|
#1 |
|
forever gone
Join Date: Jun 2006
Location: octopus
Posts: 1,325
|
Can someone help me? I wanted to try making a game using C++. Can anyone help please? Thanks!
__________________
|
|
|
|
|
|
#2 |
|
Actually, it's Demagogue now
Join Date: Jun 2007
Location: At home duhhh!
Posts: 2,208
|
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! |
|
|
|
|
|
#3 |
|
Veteran Programmer
|
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. |
|
|
|
|
|
#4 |
|
forever gone
Join Date: Jun 2006
Location: octopus
Posts: 1,325
|
Uhh... Anything easier than C++ that's non-GM?
__________________
|
|
|
|
|
|
#5 |
|
Veteran Programmer
|
I can't think of anything off the top of my head. What're you stuck on?
|
|
|
|
|
|
#6 |
|
Original Kool Kat
Moderator
|
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.
__________________
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. |
|
|
|
|
|
#7 |
|
forever gone
Join Date: Jun 2006
Location: octopus
Posts: 1,325
|
I'll try that.
__________________
|
|
|
|
|
|
#8 |
|
Is a ninja
|
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 |
|
|
|
|
|
#9 |
|
Veteran Programmer
|
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).
|
|
|
|
|
|
#10 | |
|
Evil, random-voting vegetable
Join Date: Mar 2005
Location: Down at the shore where there's no-one vacationing.
Posts: 4,860
|
Quote:
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. |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
