Right now I am learning C++, I don't know any other programming launguage. I quite like how strict C++ is because the strictness leads to alot of possibilities in programming and more freedom in a sence.
I know Python, Java, Javascript, PHP, MySQL, Actionscript3, HTML5 and Assembly though I rarely use them since my classes are mostly theory stuff or confine us to a single language. C++ right now.
I quite like how strict C++ is because the strictness leads to alot of possibilities in programming and more freedom in a sence.
Well I prefer to think of it as leaving you more free to do what you want. Most of the time it turns out that what I did was stupid though.
Well I prefer to think of it as leaving you more free to do what you want. Most of the time it turns out that what I did was stupid though.
Haha, that happens to me and other times I write like 20 lines of code for a function and later find out I could have just put in 3 to do the same effect. @darkroot What is the differenct between java and javascript?
What is the difference between java and javascript?
Well Java is a complex standalone object oriented language that must be translated to javabyte code to work while javascript is just some text that is interpreted by the browser. Javascript is mostly just for making dynamic webpages while Java can be made into isolated applications.