Business Credit Card | Problem Mortgage | Mortgage Calculator | Credit Counseling | Debt Consolidation
which language should i choose [Archive] - PCMech Forums

PDA

View Full Version : which language should i choose


sulimani
02-23-2003, 08:33 AM
i want to learn an interactive programming laguage which is very common in use and having alot of scintific and engineering applications please help me to choose the best.

LocoCoyote
02-24-2003, 09:19 AM
Well.....
all have their good points. But if you really want to learn programing and not just feeding statements to a compiler.....
Assembly is the only way to go. It is a bit harder to learn than other lanuages, but unlimited in it's power.

aym
02-25-2003, 04:39 PM
Hmm, starting with Assembly isn't a good idea, it will be extremely difficult for someone who hasn't programmed before, I suggest Java, the best to start with IMHO.

doctorgonzo
02-25-2003, 04:58 PM
I also think Java is a good language to start with. It is completely object oriented and it will force you to learn good programming techniques.

Assembly is powerful, but it is very hard to learn. For somebody who is unfamiliar with exactly how computer software works, sticking with something like Java or another high-level language is preferable.

sulimani
02-28-2003, 12:00 PM
well,thanks alot for ur replys but, i know a little programming in c++, pascal, fortran.
but i want to stick with one language and go on it deeply,
dont know what to choose,
is asembly language is that powerful and you can go on it and make of it different applications.

Datamage
02-28-2003, 01:22 PM
Java is good because it can be used to create web-based applications and therefore is a low memory programming language.

Paul Victorey
02-28-2003, 02:00 PM
If you really want to write apps for a PC, go with C++ and learn every nuance. Assembly is nice to know, but aside from using it for very specific sections of code that are highly optimized, like using MMX/3DNow/etc. instructions to do a task faster, it isn't really widely used. Certainly nobody writes entire windows programs in assembly.

sulimani
03-02-2003, 09:43 PM
thanx, Victorey
i think i' ll go with C++ and i look for your help on it.

mattg2k4
03-02-2003, 11:27 PM
I will vote for C++, it has a lot of power and flexibility in it, but isn't nearly so complex as assembly would be.