which computer programming language should i go for??

Don't forget to learn structograms.
This will help you to understand how structured programs work.
After drawing a diagram, it is easy to code it.

Wikipedia: Nassi-Shneiderman diagram

No one said Java...
 
For desktop applications:

- C# for rapid development (best IDE: Visual Studio)
- I suggest learning Delphi if you plan to develop commercial applications in the future (best IDE: Rad Studio)
 
Everyone has their own opinions here, for me when I started programming I just looked at example code from each language and started with the one I could make the most sense of at the time. That happened to be C++, from there I began to stray into C, C#, Java, PHP and HTML. Good luck, just get motivated and don't give up. It takes some dedication to learn!
 
Dont Jump everywhere, learn fundamental and then choose your programing language.

Learn C first, C, is the core behind many languages.

then decide what you really want to do, web, enterprise software, standalone application for desktops or security
 
PHP is the way to go, but before you start PHP, you should at least know some HTML.
 
Desktop apps > C# is a must / Java is Excellent...
For comfortable web apps > PHP
Ecommerce Websites > .net
High class programming > Java
Programming Life is Perfect...
 
I would go with C.

Most programming languages have the same logic behind it, and once you learn one language, you can easily switch to another, just get into language specifics and markup and there you go.
 
I too would go for C. Simple , clean , can help you trough other languages.
 
First learn c++ then go to java,
no c++ no python or c#,
just java ,make it as your dream and target.
 
I would recommend checking out Codecademy.com to see the available sources. For web, first understand HTML & CSS, and how they work together. Then understand how websites are dynamic (vs static). Then you can decide to go for a scripting language such as PHP, Python or Ruby. Choose whichever one you feel most comfortable with. Disclaimer: I have worked with PHP in wordpress, but LOVE Ruby.
 
You should start with c then c++ after that java and php and in this sequence you can learn what you are willing to learn.
 
PHP is the most important one (assuming you aklready know HTML and someCSS)
my skipe is modelsupremacy
we can chat there more
 
Python and Javascript are debatably the easiest languages to learn and use. This means you will be able to get more done in less time.

Intermediate languages are JAVA and C#. These lanuages can produce more efficient code, but this is usually unnecessary on today's super-fast hardware.

C++ is probably the hardest main-stream language to use.
 
vb.net object orientated programing is nice way to start. I suggest you to work a bit with vs 2010.
 
hey guys! i am interested in learning some computer programming languages, guide me from where i should start?

It depends on what you are trying to achieve,
if you want to develop websites/web applications, go with html, css, javascript, php.
for desktop applications, go with java, c++, C

But personally, i suggest you learn c programming first, it's like the fundamentals of all programming languages.
Learn C and it will be a lot easier to learn other programming languages.

Goodluck.
 
It depends on what you are trying to achieve,
if you want to develop websites/web applications, go with html, css, javascript, php.
for desktop applications, go with java, c++, C

But personally, i suggest you learn c programming first, it's like the fundamentals of all programming languages.
Learn C and it will be a lot easier to learn other programming languages.

Goodluck.

For me c is the most advantage language i wouldn't suggest it for beginners. Start with something easier. i know that when we learned it on college
 
For me c is the most advantage language i wouldn't suggest it for beginners. Start with something easier. i know that when we learned it on college

C is the very first programming language I've learned. And it made myself a lot easier to work with other programming languages after learning it. :)
 
Back
Top