I want to learn C++, I would assume that you guys would know where I could learn it, there are a lot of sites I found on Google, but most of them are a complicated or just don't explain things in a easy understandable way.
At the moment I am just learning this to rewrite files that our engine(E2) uses to understand how weapons, physics, vehicles, etc. should be treated, the files are written in C++ or at least that's what my computer says, if you want I could supply a example.
So do you guys have any suggestions or anything that could help me fulfill this goal?
Learning C++
- Gary
- Posts: 1946
- Joined: Thu Feb 14, 2008 10:17 pm
- Location: USA, FL
- Contact:
Learning C++
Last edited by Gary on Tue May 19, 2009 12:36 am, edited 1 time in total.
- Click16
- Posts: 1941
- Joined: Mon Dec 31, 2007 4:36 am
- Location: United States
Re: Learning C++
its not "eta." its "etc." and ask penguin about C++. he can point you toward tutorials
- Gary
- Posts: 1946
- Joined: Thu Feb 14, 2008 10:17 pm
- Location: USA, FL
- Contact:
Re: Learning C++
You forgot to capitalize your "i".Click16 wrote:its not "eta." its "etc."
Yeah, I saw he posted links to video tutorials, as much as I would like to use video ones, I am cursed with a bandwidth limit and slow internet speeds, so I have to read text tutorials.Click16 wrote: and ask penguin about C++. he can point you toward tutorials
- [TT]
- Posts: 112
- Joined: Sat Mar 15, 2008 8:14 am
- Contact:
Re: Learning C++
if you want i got some codes for ya to check out, there pritty simple as they are games and math type apps. give me a pm or ask if ya want it in code format here if interested
[Contact Me]
[color=#008000]Grimdoomer[/color] wrote: Firts we need to have a purpose for this app
- Grimdoomer
- Admin
- Posts: 1835
- Joined: Sun Dec 09, 2007 9:09 pm
Re: Learning C++
Start with something simple like C#. Also keep in mind you wont have intellisense kissing your ass when using C++.
Don't snort the magic, we need it for the network.
- Eaton
- Posts: 608
- Joined: Mon Apr 21, 2008 7:44 pm
- Location: USA
- Contact:
Re: Learning C++
Find some e-books. And maybe try some DirectX programming. You can download the SDK from Microsoft. It has a great documentation.