English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have already try to start on c++ but, I have been told that it is to hard for beginners should I, continue or look into an easier programming language.

2006-06-12 14:15:44 · 12 answers · asked by supergeek1010 2 in Computers & Internet Programming & Design

12 answers

i think the easiest and funnest way to start is HTML.
You can get the hang of code and then move on to Java Script, then Java.

If you want you do C then C+

2006-06-12 14:19:27 · answer #1 · answered by nefariousx 6 · 0 0

I would start with the Turing language. It is specifically made for beginning programmers and comes with a complete very thorough help guide. However, if you find that that program is too hard to find, I would suggest you stick with C++. You can always get the jist of things through HTML or Java, though C++ is more powerful.

One thing that I might suggest you stay away from is Visual Basic as it is not really a programming language, it is more of a programming template where you draw what you are supposed to program. It is usually only used by advanced programmers to make very basic programs.

2006-06-12 14:18:56 · answer #2 · answered by Leon Wu 4 · 0 0

For a beginner, i think more better if you try to learn about C Programing, because with C programming you will easy to learn another Programming Language

2006-06-12 14:40:21 · answer #3 · answered by spy_ssl 1 · 0 0

C++ is a great language to start with. It gives you a good grounding in memory management (which you will not get with Java or .Net languages), it teaches you 90% of what you need to know about C (which you will need if you're going to do anything at the OS level or other work requiring high performance), and it teaches you about object oriented programming (which you'll use a great deal in your future work).

Bear in mind that you don't need to learn *all* of C++ syntax before you start messing around with things. Start at hello world and work up, don't start at multiple inheritance and strange template tricks and work down.

Good luck.

2006-06-12 14:38:59 · answer #4 · answered by Ryan 4 · 0 0

Any programming language is difficult in its own way, depending on the complexity of the task you want to accomplish. You may learn how to put "Hello" in the screen in 10 diffrent languages and you will find every one of them very easy. If you want to have a taste of what is possible without the need of writing too much code you will probably like VISUAL BASIC.

2006-06-12 14:22:20 · answer #5 · answered by David C 2 · 0 0

Your first language should be the language that you either will be pursuing a career in or you will turn in to a hobby. Best of luck at your first programing language. Me I am choosing C# Visual Basic.Net that along with PHP and some SQL.

2006-06-12 14:30:03 · answer #6 · answered by Dbarselow 2 · 0 0

you want to make a career in programming,then you should know c++,and yes c++ is good language to start with,
c++ is an object oriented programming language,after learning c++, you can easily learn java

2006-06-12 14:24:16 · answer #7 · answered by miheer 1 · 0 0

That's pretty much what you should start with. You could try Python or Java, but that would just be silly.

2006-06-12 14:17:09 · answer #8 · answered by hiimben2k5 3 · 0 0

Try...english.

2006-06-12 14:17:45 · answer #9 · answered by EC 2 · 0 0

You can try BASIC. Also Java is good for first time programmers.

2006-06-12 14:19:53 · answer #10 · answered by arunhn 3 · 0 0

fedest.com, questions and answers