IM NEW TO PROGRAMMING AND WOULD LIKE ADVICE ON A LANGUAGE TO START! THANX:drink:
Printable View
IM NEW TO PROGRAMMING AND WOULD LIKE ADVICE ON A LANGUAGE TO START! THANX:drink:
My son is taking an intro to programming course in college and they started the students on C++.
It's just about universal and there are plenty of free compilers and IDE programs (integrated development environments) available.
Good luck and remember to use remarks in that source code!
Might I suggest one that supports lower case alphabetic characters............. then you won't have to shout?Quote:
IM NEW TO PROGRAMMING AND WOULD LIKE ADVICE ON A LANGUAGE TO START! THANX
:)
^LoL^ I am not sure about jumping straight into C++ if your new to programming... If your really "new" I would try HTML just to get used to reading and writing in a specific fashion, then go with something like Visual Basics.
On the other hand if your wanting to jump into it and try a little more advanced I would recommend JavaScript.
Good Luck
HTML isn't a programming language, it's a formatting language.
You should take a look at what kind of development you want to do and narrow the field down from there. If you really want to learn a language it's easier if you pick an area that you can give yourself projects to work on and that will keep you interested. If you name the field, I (or any number of other people here) can offer you some appropriate suggestions and probably materials to check out.
C/C++, while having a greater learning curve, can be done by noobs as long as they pay attention to the resources they're using to learn the language and good programming/design practices.
Scripting languages can be nice to start out with (I'd go perl, python, or ruby) and can generally be done on windows or *nix.
C# and Java are useful for any number of project types and handle the majority of the memory management issues for you (which makes doing c/c++ a little harder). They also generally have more noob friendly (ish)threading, libraries, etc.
I wouldn't do Visual Basic nowadays unless it's absolutely necessary.
I was thrown straight into C++ as my first. After a couple of semesters I came to the conclusion programming wasn't the career for me. :eek:Quote:
I am not sure about jumping straight into C++ if your new to programming...
Lol...I started out teaching myself C with some old books on the subject and at points I felt the same way. Part of the problem is that most books are written more to teach you the language syntax than good programming. In my experience many of the people teaching code aren't much better.Quote:
Originally Posted by AngelicKnight
I started with Fortran, Cobol and Basic and quit programming for hardware.
I've been able to read C++ when kernal hacking. I've had to help my son on a couple of labs for his course. Actually writing C++ isn't that bad. The Sams teach yourself C++ and of course the "dummies" books are quite good.
One thing I've learned is to comment your code, it doesn't make the compiled program any larger but makes it a whole lot easier to collaborate or even read your own code then next day.
I've said this a dozen times but those are the most poorly written books I've read. Anyone who's actually read those "Teach Yourself C++ Within A Few Weeks" books will have a general idea of what im talking about. Teach yourself, indeed :rolleyes:.Quote:
The Sams teach yourself C++
If you're going to pick up a Sams book then atleast grab C++ Primer Plus instead. It truly picks up on where the other books failed.
That's what his professor spec'd as a textbook, job security?
I bought the "dummies" book.