PrivateJenkins Resident Dork


Age : 19 Joined : 04 Mar 2008 Posts : 550 Location : Univ. of Illinois
| Subject: A Quick Tutorial in C++ Wed 19 Mar - 4:07 | |
| For some of the lesser experienced C++ programmers on this project (myself included), I found a nice little C++ tutorial that can help out with syntax and such.
Here it is
If anyone wants to post other helpful tutorials, please go ahead! |
|
Grimzag Commissar


Age : 20 Joined : 21 Sep 2007 Posts : 2487 Location : Antartica
| Subject: Re: A Quick Tutorial in C++ Wed 19 Mar - 6:42 | |
| I'll look into it when finals are over :P _________________ You and your friends are dead.
Game Over ----------------------------------------
Most random movie line ever
| Spoiler: | | |

|
|
|
Gilgamesh

Age : 20 Joined : 10 Apr 2007 Posts : 5722 Location : Australia
| Subject: Re: A Quick Tutorial in C++ Wed 19 Mar - 23:47 | |
| I don't really have time to look at that right now but it occurred to me that before we start coding we should set some formatting standards so it is easier to share code around. _________________ You're about to die. Scream if you must. |
|
2.72

Joined : 07 Nov 2007 Posts : 753
| Subject: Re: A Quick Tutorial in C++ Thu 20 Mar - 10:02 | |
| Agreed, Gilgamesh.
I've never used that tutorial, but that site has one of the best references for the C++ standard library around. That tutorial covers a lot of topics, so it might be helpful to find a short Java to C++ guide. |
|
PrivateJenkins Resident Dork


Age : 19 Joined : 04 Mar 2008 Posts : 550 Location : Univ. of Illinois
| Subject: Re: A Quick Tutorial in C++ Thu 20 Mar - 10:56 | |
| Alright, so as I see it we have two options for coding: C or C++. A lot of what I've seen is written in C++, but there is a fair amount of C programming out there with 2-D fighting games.
Also, Who has any nice IDE's they wanna share? I use eclipse, if anyone has any other ideas, let us know. |
|
2.72

Joined : 07 Nov 2007 Posts : 753
| Subject: Re: A Quick Tutorial in C++ Thu 20 Mar - 11:24 | |
| I mostly use Dev-C++. It can automatically download and install a lot of libraries, but it's pretty much compiler-specific, and it is Windows-only. You can find it here.
I also use Visual Studio 2005 from time to time.
About the language: any good graphics library for C will work with C++, so we don't really need to worry about that. |
|
James Draegun The Re-Animator


Age : 19 Joined : 19 Mar 2008 Posts : 1990
| Subject: Re: A Quick Tutorial in C++ Thu 20 Mar - 11:49 | |
| | Looks useful PJ, will read when I have the time later |
|