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

I have c++ in my college portion. But I really wonder if it's going to be of any use for me to study it. Consider the fact that c++ is considered better than c, so the next programming language may be well, better than c++ or it could be something comletely different, unrelated to c++.
Would it be a good option for me to really slog it out learning c++ or wait for a better alternative?

2006-09-07 04:29:41 · 9 answers · asked by Gabriel- The God Sent one 3 in Computers & Internet Programming & Design

9 answers

There is no 'best language to learn'. Only the best language for the situation.

C++ is better than C if you need an object oriented language, or the rest of the company you're working for is using C++, but it is not inherently better. In fact, applications written in C++ tend to run slower than applications written in C.

If you need to learn Object Oriented Programming and/or Design, then C++ is as good a choice as any, without me knowing what section of the computer industry interests you the most.

You'll also find that once you know how to program (in any language), other languages are really easy to pick up. Learn C++ now, learn it well, and when you decide to learn C#, Java, php, or whatever language your potential future employer uses, you'll pick those up in a week.

2006-09-07 04:40:31 · answer #1 · answered by wfinn 2 · 1 0

C++ is used for practically everything. Most operating systems are built in a mix of C++, C (primarily), and Assembly. Depending on what you want to do with your knowledge, other languages will be useful too (Java for many apps, PHP for web development, etc.). Learning C and C++, however, will give you a very strong base of knowledge to learn these other languages from.

2006-09-07 05:20:06 · answer #2 · answered by John J 6 · 0 0

honestly, don't worry about which language you choose to study in school. just learn how to program well in the language that is available. good programming habits are alot more valuable the knowledge of any one particular language. after all if you end up in a programming career you will constantly be having to learn new languages to keep up with the industry, this will be much easier to do if you learn to think programatically without worry about the specific syntax of any one language

2006-09-07 05:50:41 · answer #3 · answered by jude D 2 · 0 0

Well, it all depends on what you want to do. If you want to develop websites then you can choose Coldfusion, if you want to develop video games then consider Flash ActionScript, C++, VB, Java, et al. If you want to go into application development then you can go over to softwares that deal with that.

The better question is: what do you plan on using the programming language for?

2006-09-07 04:39:43 · answer #4 · answered by The First 3 · 0 0

The use of your programs will say all
C++, C#, Java... had lots of samples code on net, but it just a tool for developer
I'm using PLSQL with Oracle Developer Suite, not ease to use but the its programs are useful.
The most iportant is you must lead the base of programming

2006-09-07 04:46:32 · answer #5 · answered by luatsu8 2 · 0 0

It really depends on the type of applications you are trying to do. Java, java script are good. Not sure how much development is still being done in c++.

Good ole COBOL will still be around for a while ... and even today, most business software remains in COBOL

2006-09-07 04:34:24 · answer #6 · answered by j H 6 · 0 0

c++ is certainly a powerful and widely used language, but it is very complex and easy to to write bad code in.

I would have thought Java would have been a better option, because it is about as powerful, much more portable, and more universal.

2006-09-07 04:34:59 · answer #7 · answered by Anonymous · 0 0

i think Delphi IDE is the best choice for programming in windows platform (and also Linux)

but soon we will see the next generation of programming languages, like SQL.

2006-09-07 05:15:25 · answer #8 · answered by IsaacArsenal 3 · 0 0

My programming professor told me that a lot of companies are using .NET stuff, like VB.NET and whatnot. The software program that I use at my job was made in VB.NET

2006-09-07 04:36:01 · answer #9 · answered by rcrespo@sbcglobal.net 2 · 0 0

fedest.com, questions and answers