View Single Post
Old Apr 18th, 2005, 1:35 AM   #52
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
c, c++, c#, and java are all referred to as the family of c-style languages. this is because of SYNTAX. continuing on that idea javascript could be considered a c-style language. i'm not sure where python lies, but i assume that it is not because when i see python scripts i ususally think "what the hell" because the syntax is unfamiliar. c# is microsoft's version of the java langugae. it is highly object-oriented like java and due to microsoft's proprietary nature is the language of choice for many of their web applications and such, where java is designed to work well. java was originally designed under the project name "oak" to be a hardwired software to "smart" household technology. vcr's that tape your favorite show (sound anything like tivo?) refrigerators that automatically order milk, washers and dryers that coordinated with the grocery list and ordered detergent as well as milk and batteries and light bulbs and whatever else. the language is designed for interprocess-interobject communication. so which IS harder, c or c++. C++ is harder, but that's only because it's just C with more functionality attached. you can do anything with c that you can with c++, it just may take more lines of code, and that is where the financial standpoint comes in. C++ is cheaper to develop because it takes less people less time to develop applications because of its object-oriented capabilities. learn either and learning the other will be easy. oh screw it, learn C.
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote