they're different languages...basic is simpler
2006-09-29 16:53:30
·
answer #1
·
answered by Chris™ 5
·
0⤊
2⤋
C, Java, and C++ are almost essential for most programming fields. The concepts you'll learn in those languages will give you a solid and flexible foundation. Do not try to learn a language using a "Dummies" book. It won't go far enough in depth. You'll want to take a course or 4 at a community college or something and augment that with books and tutorials. Programming is not something you just buy a book for and learn for fun - at least not if you're serious about using it and being good at it.
Whatever you do, don't let anyone tell you to start with a scripting language. They are rarely as robust and object oriented and if you start there then have to learn something real (like C) then you've got a lot farther to go. If you start with C, then scripting languages aren't so hard.
2006-09-29 16:54:50
·
answer #2
·
answered by GrayTheory 4
·
1⤊
0⤋
Do not start with PERL.
PERL is great and I love it but it is so flexible that it can hurt you if you are starting.
C++ would be my bet.
Do not get those dummies books or "bible" books, you do need some structured class from a college or course.
But once you get the fundamentals then adapting to different languages becomes easier.
If you are interested in JAVA you can go to the SUN web site and they have a good tutorial.
But trust me practice makes perfect and at least in my experience only way to learn is by trial and error and a good reference book for commands.
2006-09-29 17:29:56
·
answer #3
·
answered by Devnull 2
·
0⤊
0⤋
I think there is a lot to be said for learning a scripting language, which is as powerful as C++ but easier to program and almost as fast. Examples include Ruby, Python and PHP.
If you find you are working on projects that need faster computation -- most don't -- then by all means proceed on to C++. Otherwise, enjoy the increased efficiency of your own time with the more flexible languages.
2006-09-29 17:35:14
·
answer #4
·
answered by poorcocoboiboi 6
·
0⤊
0⤋
C language is the most fundamental language where you can learn to create real constructs of programming. C is good language to develope logic also.
C is the foundation for C++, Java, C#, VC
you can start learnig C by reading tutorials at
http://www.braindumpindia.com
2006-09-29 19:01:45
·
answer #5
·
answered by ashish chandra 2
·
0⤊
0⤋
Here's a free starting tutorial on C++
http://www.cprogramming.com/tutorial.html#c++tutorial
Here's another one for Qbasic
http://svatopluk.com/qbtutor/index.htm
You won't learn it all in a day, but hopefully you'll get a head start for next year. If you need to, you can find many more tutorials by searching Google with the key words: beginners programming tutorial. Good luck!
2006-09-29 17:34:17
·
answer #6
·
answered by Latrice T 5
·
0⤊
0⤋
if you study c++ be persistant, do use sample coding first you understand the concept and do a bit of coding, after you can start reading codes of others, try to do it yourself, by the way java/python/ruby are all good. python and ruby are good scripting languages
2006-09-29 17:37:23
·
answer #7
·
answered by howsureyouare 3
·
0⤊
0⤋
I think a fantastic place to start would be a scripting language. Some scripting languages are perl, php, and python. Theres very many more, i would prolly start with perl. Should be a little easier to learn.
Pick up the O'reily book on perl, it has a camal on it. Should work.
2006-09-29 16:56:18
·
answer #8
·
answered by nolan_stallone 2
·
1⤊
2⤋
Javasript is easy and free to learn, very useful for webpages, but not very powerful. If you can handle c++ as a first language, thats cool but... Ouch, C++ is not easy.
2006-09-29 17:41:01
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋
Start with Python or Pearl or C.
2006-09-30 02:40:34
·
answer #10
·
answered by Anonymous
·
0⤊
0⤋
learn an object oriented language like java first
2006-09-29 17:08:18
·
answer #11
·
answered by Nick F 6
·
0⤊
1⤋