I want to start learning some computer languages , like C# , C+++ , visual basics and more..
My question is from what language should i start..
My question is from what language should i start..
i want to start with something easy.. then to bring it on the next step..
Is the C good for starting ?
Lol, another very specialised language that nearly noone has heard of...
Maybe *after* C... it makes sense to learn the base C syntax first, then if you want to learn OOP move to one of those languages.I would recommend java or c#.
Also, learn Asm if you want to write amazingly efficient programs.
If it takes several times longer, you're doing it wrong. If you're experienced with it, it should take only slightly longer than C. But I always write in C first to test algorithms, then rewrite in Asm when I finalise the design.Never write a whole program in asm, it will take you many times longer and be platform dependent, but it is useful to know to use in C/C++ for inner program loops (your program spends 80% of it's time in 20% of your code).
No, moar liek C++ is a superset of C. Think about which one was invented first.I don't understand why you should learn C first, C is a subset of C++ and is part of learning C++. Also, learning with a garbage collected lang lets you learn programming logic with out worrying about the system you're running on.
*snip*
Wrong, wrong, wrong.you arent gonna use c for anything practically unless you want to be a professional programmer...for a hobby programmer there is no need for asm nor c (well asm can be used if you wanna get into cracking...)