Topic:   C++   (Read 14626 times)


0 Members and 1 Guest are viewing this topic.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
C++
« on: January 07, 2009, 02:54:52 PM »
Hey, I'm moving up...  again.

Here's the message I posted on the Es forum - Game maker post:
Quote
Well... I've been looking around and am thinking of, well... moving up. Further.
For some reason, I've climbed this great mountain called Vb.net and made some pretty great apps when I finally scraped the ice off of my goggles... And noticed that this mountain is just a hill, and I want something more powerful. I want to be a real programmer. A professional one.

This next mountain I will be climbing is called C++. I will find a compiler that works for all platforms. I will learn, and start the dangerous journey up...

Sorry guys, this is going on hold. Once I get a pretty good distance up the mountain, I will convert this. It will be way more powerful and (Hopefully) multi-platform.


-Gandolf


Anyone know any good compilers?


-Gandolf

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: C++
« Reply #1 on: January 07, 2009, 03:39:34 PM »
Use GCC.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #2 on: January 07, 2009, 04:51:10 PM »
Actually I found a good multi-platform compiler called WideStudio.

Link: http://www.widestudio.org/


-Gandolf

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: C++
« Reply #3 on: January 07, 2009, 04:59:39 PM »
Nice find... be sure to post all the stuff that you make!

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #4 on: January 07, 2009, 05:23:52 PM »
Will do. :D I will also post mac, windows, and linux versions of them.


-Gandolf

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: C++
« Reply #5 on: January 07, 2009, 07:45:25 PM »
G++ is the most widely used C++ compiler (and it's free).

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #6 on: January 07, 2009, 09:14:52 PM »
Oooh. Hmm...

Where is the page I download G++ at? I go to the site, but can't find any download sections.

-Gandolf
P.S. WideStudio has everything I need but it seems a bit old the way the buttons and text is shown.
« Last Edit: January 07, 2009, 09:25:34 PM by Gandolf »

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: C++
« Reply #7 on: January 08, 2009, 06:30:56 AM »

GMG Tim


  • Administrator

  • GMG-er

  • *****


  • Posts: 465
Re: C++
« Reply #8 on: January 08, 2009, 05:14:00 PM »
gcc is included with os x.

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #9 on: January 08, 2009, 05:20:31 PM »
Now that I know the compiler I will use, do you guys have any cross platform IDEs?


-Gandolf

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #10 on: January 08, 2009, 07:25:07 PM »
Alright, I have a few IDEs, but I don't think I'm ready for it...
So...

I'll be learning how to program on the iPhone first. That should give me a large enough step that moving up to C++ should be easy.


-Gandolf

WarHampster


  • GMG Extraordinaire

  • ***


  • Posts: 1501

  • The People's Moderator
    • Arcade of the Absurd
Re: C++
« Reply #11 on: January 08, 2009, 07:47:55 PM »
You're jumping around to much... I recommend learning C before doing anything else. Some people may claim that learning C won't help with C++, but I've found that having a basic understanding of C programming helps a lot with understanding languages that are based on it.
« Last Edit: January 08, 2009, 07:48:27 PM by WarHampster »

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #12 on: January 08, 2009, 09:08:55 PM »
Yeah. Though I think Obj-C on the iPhone should be almost as easy as C if not easier. Also C develops bad habits which can make you worse when you move up to OOP languages.


-Gandolf

Silverwind


  • ^ This guy is amazing.

  • ****


  • Posts: 2805

  • For the glory of my maker
Re: C++
« Reply #13 on: January 09, 2009, 04:48:00 AM »
C isn't object orientated?

EDIT:

btw, what are you trying to make Gan? A network game?
« Last Edit: January 09, 2009, 04:48:52 AM by Silverwind »
I survived the spammage of 2007

Gan


  • Administrator

  • ^ This guy is amazing.

  • *****


  • Posts: 4411
Re: C++
« Reply #14 on: January 09, 2009, 07:12:06 AM »
Quote
C isn't object orientated?
I've read many documents that said that, though I believe they made C++ by adding OOP to C, plus a few other changes.

Quote
btw, what are you trying to make Gan? A network game?
Nothing yet, just learning. Yesterday, I went through 3 iPhone tuts. It's pretty interesting. Hopefully I will learn fast enough to make Es's first game in the iPhone.


-Gandolf