Dave Posted March 9, 2004 Share Posted March 9, 2004 adsta said in post # :I personally think c++ wouldn't be that bad for a first language to learn. It's not really that hard to get your head around, and there are many free compilers out there (such as gcc). So head over to www.cprogramming.com and read through the tutorials. Or if you really want, you could learn x86 assembly I'd kindof disagree there. The problem with C++ is the fact that because it is such a powerful language, it means that syntaxically, the language is very complex. For a first time programmer, you don't want to be in a position where you don't understand a piece of code that you've just written (as I found myself doing quite a lot of times). I started out a very long time ago using basic (the old BBC version) then moved onto QBasic, Visual Basic, TCL (scripting language they use for IRC bots and other things as well), C, and then eventually C++. I'd wholeheartedly recommend VB as a first language to get your head around the entire programming mindset and solving simple algorithms, getting you introduced to simple data types, etc. The only problem with this is that you'll find that when you do make the transition from VB to C/C++ (btw: recommend you do C before you start moving onto C++) is that since you can program things in VB with fairly complex graphical interfaces in just a couple pages of code, you can't really do this in C++. It requires quite a bit more effort, but it's definately worth it because you can literally do anything you put your mind to with a language as powerful as C++. Another language I'd definately recommend just to introduce you to object orientated programming (which is implemented in C++ quite a lot) is Java. Again it's not as hard to create GUI's as in C++, but it is a very good language to introduce you to the basic concepts. The other big advantage to learning Java instead of VB first is the fact that syntaxically, C++ and Java are very similar - in fact, there's hardly any differences at all in most cases. Hope this helps. Link to comment Share on other sites More sharing options...
Guest adsta Posted March 10, 2004 Share Posted March 10, 2004 dave said in post # : I'd kindof disagree there. The problem with C++ is the fact that because it is such a powerful language, it means that syntaxically, the language is very complex. For a first time programmer, you don't want to be in a position where you don't understand a piece of code that you've just written (as I found myself doing quite a lot of times). Fair enough. I started with basic aswell, and it helped me get an understanding of the fundamentals of programming. So I guess learning vb first isnt such a bad idea. Link to comment Share on other sites More sharing options...
Neurocomp2003 Posted March 11, 2004 Share Posted March 11, 2004 i started with pascal(moved on to matlab/C/C++/Fortran)...but anyways with all the learn in 24 help books you can find in bookstores and ebooks C++ is just as easy as any other language. However its best to start with C because alot of C++ starts with a C foundation and the things in C are so much simpler. People think basic is easier because they dont' want to look at the ugliness of C++ (but if you program it right there shouldn't be any). Pick up the C++ For game programmimng alot of tips and of course the SAMS C++ in 24 days that gives anyone a very good foundation in C++ ....also Lamothe's Windows programming gives you waht you need interms of GUIs Link to comment Share on other sites More sharing options...
albertlee Posted May 20, 2004 Share Posted May 20, 2004 yo! every one...... My first programming language I learn is Java......Personally, I think Java is quite easy too.......And the programs made by Java can run on any platform.......you can also make an Internet programs like applet....It is such a purposeful and ideal language now in this momment.. Is VB even easier than Java? Albert Link to comment Share on other sites More sharing options...
admiral_ju00 Posted May 21, 2004 Share Posted May 21, 2004 no, vb is easier. Link to comment Share on other sites More sharing options...
AtomicMX Posted June 3, 2004 Share Posted June 3, 2004 if you don't want to loss time, start assembly, it's not so hard as said. Link to comment Share on other sites More sharing options...
Dave Posted June 3, 2004 Share Posted June 3, 2004 Hmm, assembly's good if you want to get into the nitty gritty of programming, but definately not a first time language. Link to comment Share on other sites More sharing options...
AtomicMX Posted June 3, 2004 Share Posted June 3, 2004 I did have much more trouble with C than assembler... i mean, that of learning the sintax structures, and much reserved keys better assembly and it's nemonics and then you build it as you wish,, without needing any include file or library. And if you like C (c++) as its case for first starters better use Visual Basic then... Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now