login about faq


What is the best programming language in your opinion. what are the pros and cons of each?

asked Jun 07 '10 at 22:24

AndrewFtNguyen's gravatar image

AndrewFtNguyen
7.7k85206240

edited Jun 07 '10 at 22:32

ageekmom's gravatar image

ageekmom ♦
8.4k43148322


What do you want to do with the language? Each has some things it does well. I love PHP, but that is because I'm a web developer.

answered Jun 07 '10 at 22:25

Liam%20Quade's gravatar image

Liam Quade
7.4k92121197

I like C or C++ C++ is reliability easy to learn and very usefull, if you know C++ it does not take much to learn C

Visual Basic or just Basic in general is easy to learn but not very applicable in most cases

java is a nice object oriented language but i myself do not know it but i know a lot of people who prefer it

Assembly gives you the most control over what your programming, yet extremely difficult to pick up

C# i dont know much about it but i know you can use it for web pages

My language of choice is C/C++ or assembly

that's all i can think of for now

answered Jun 07 '10 at 22:29

trueb's gravatar image

trueb
14.9k4999256

edited Jun 07 '10 at 22:30

int x = INT_MAX + 1; <--- how do you define this behaviour? C++ is not "easy" to learn, due to undefined behaviours. Java, despite what you say, can be used to code for embedded devices. It can also be used "for web pages" (as can C, C++, assembly and any other language that supports standard console input/output). Assembly isn't a language. It's a family of languages. C/C++ is not a language. Pick one.

(Jun 07 '10 at 22:33) Seb Seb's gravatar image
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×222
×16
×15

Asked: Jun 07 '10 at 22:24

Seen: 2,092 times

Last updated: Jun 07 '10 at 22:33