|
|
#21 (permalink) |
|
Marios's Mustache Wax
Join Date: Jun 2007
Posts: 3
Reputation: 10
|
Well thats what im talking about... they can do about the same things but the difference is in the time you put in and how safe it is. C++ provides much more standart librarys and string library etc.. with C you can create some string library yourselfe using char arrays but it wont be as safe as C++ standart librarys, IF you are not some pro, and i assume hes not a pro since hes asking what language to chose.. In C++ you will make codes safer and faster usign the standart librarys, like map, vectors, etc.. in the same time using C librarys too if theyr needed..
There are even implamented safer castings in C++ to replace the C style ones (dynamic_cast, reinterpret_cast, static_cast and const_cast), never had any problems with C style casting tho.. Thats what i think. Last edited by Phatguy; 06-02-2007 at 01:21 PM. |
|
|
|
|
#22 (permalink) | |
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
Quote:
I like you already. And that's not something that happens often.
|
|
|
|
|
|
#23 (permalink) | |
|
SuperKenshin's Servent
Join Date: Nov 2006
Posts: 1,025
Reputation: 32
|
Quote:
EDIT: Just saw Phatguy's post...beat me to it the asshole
|
|
|
|
|
|
#24 (permalink) |
|
HopeDagger's Henchman
Join Date: Apr 2007
Location: Canada
Posts: 1,254
Reputation: 50
|
IF ALL YOU KNOW IS PHP. Learn Java. Then you can learn C++ from there. If you know another language other than PHP, learn C++. Pascal works too.
DO NOT LEARN VB OR YOU WILL FAIL.
__________________
Last edited by iMicro; 06-03-2007 at 09:39 PM. |
|
|
|
|
#28 (permalink) |
|
McFox Sandwich
Join Date: Jul 2006
Posts: 463
Reputation: 10
|
Rah33m, I suggest you stay away from Flash/Action Script. I suggest you learn something like Python first. The syntax is very simple, and you will be coding in it quickly. Not only that, it's fast. You will be doing much better in Python than Flash if you really want to program. There is also pyGame(I think thats the name) for Python where it makes it easier to program GUI and games.
After that I would suggest you start C or C++, and later return to Actionscript. If you learn C/C++ there is really no need to learn Java unless you want to. The other guys know a lot more about C++/C than I do so I suggest you listen to them when you want to ask about C++. Believe me though, you will be doing a lot more better things in Python than you will in Actionscript probably. I can recommend some tutorials also if you decide to learn it. I also have an example of a simple calculator in Python to show you what code looks like and how easy it is. http://pastebin.com/f614d0889 That should look pretty English. |
|
|
| Thread Tools | |
| Display Modes | |
|
|