So I ask you...
So I ask you...
Out of context: Reply #8
- Started
- Last post
- 11 Responses
- o0o0
I've never used c++ ... but we've been working in c# at work for about a year, and I've done some java too.
I can say this about c# and java: if you know scripting languages like javascript and actionscript, the learning curve is almost nothing. The syntax is the same.
All you really have to learn is some of the most common objects those languages offer. And you have to get used to using a typed language. Every variable has to have a specific type. And every function has to return a specific type or void. Once you've been doing it for a while it seems natural, and you'll wish scripting laguages did that too.