Question:
software writting1111111111111111?
llllllllllll
2010-08-07 19:43:40 UTC
I would like to get into software writting, such a writting programs, and such things. I would like to learn either java or javascript, which one is easyer to learn. also i want to beable to change stuff on websites, anyhelp
Five answers:
McBane
2010-08-07 19:54:15 UTC
You don't write software using javascript, GENIUS



~ McBane



****************************

edit

****************************



It all comes down to what you want to write:



Websites (not software): HTML, Javascript, PHP, MySQL



Games, Operating systems, 99% of software writing needs: C++ (Java is inferior to C++)



Artificial Intelligence: Prolog, LISP, C++



Super easy to code programs with easy to make graphical user interfaces but don't have much power or processing abilities: Visual Basic



Database intensive programs such as business software that relies heavily on numbers: Perl or C++



Stuff for video game consoles such as PS3/Xbox360: C++



Your best bet is to pick your language then search for beginner level tutorials on torrent sites.
javax6
2010-08-08 03:02:51 UTC
It's just not that simple my friend.



I went to college for 4 years to learn how to write software, and now I work with a company developing websites and iPhone apps, I also create iPhone apps independently.



Java is a good start but sure as hell not the only language you need to learn. Good luck!
Greater Meridian
2010-08-08 11:18:05 UTC
Learn Pascal because all of these people will tell you not to bother with that. They're all "life in the fast lane" and they'll blow you off anyway-- that's why they insulted you and told you so.



So don't do like they do, or think that way, either. It's the only way you'll still be around after they're gone.
2010-08-08 03:42:46 UTC
Javascript is a website client-side language. Java is a portable desktop language. They're used for totally different things.



Learn programming first http://www-old.oberon.ethz.ch/WirthPubl/AD.pdf Once you've mastered that, start thinking about languages. (You don't learn a language because it;s easy, you learn it because it will let you write the program you want to write.)
tbshmkr
2010-08-08 03:32:37 UTC
How to become a good programmer

- http://kaisar-haque.blogspot.com/2007/11/how-to-become-good-programmer.html

=

C++ Book:

Programming: Principles and Practice Using C++ by Bjarne Stroustrup

- - An Introduction to Programming by the Inventor of C++

- http://www.amazon.com/Programming-Principles-Practice-Using-C/dp/0321543726

=

Code::Blocks == Open Source C/C++ IDE

- http://www.codeblocks.org/downloads/binaries

- - codeblocks-10.05mingw-setup.exe

=

Tutorials online:

- http://www.learncpp.com/

- http://www.cplusplus.com/doc/tutorial/

-

Free Electronic Books:

Thinking in C++ 2nd Edition by Bruce Eckel

Volume 1

- http://www.linuxtopia.org/online_books/programming_books/thinking_in_c++/index.html

Volume 2

- http://www.linuxtopia.org/online_books/programming_books/c++_practical_programming/index.html


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...