After c/c++ what should I learn?
1–10 of 32 posts
Re: After c/c++ what should I learn?
#2Re: After c/c++ what should I learn?
#3Java is the language for a lot of web-based "portal" applications. You might go to a book store in the computer science section and look around for books on Java and web portals. This topic includes related technologies such as XML, and XSLT.
Re: After c/c++ what should I learn?
#4Re: After c/c++ what should I learn?
#5Re: After c/c++ what should I learn?
#6Java is the language for a lot of web-based "portal" applications. You might go to a book store in the computer science section and look around for books on Java and web portals. This topic includes related technologies such as XML, and XSLT.
and how is ruby
Or maybe even PHP? The problem with PHP normally is people jump in without any previous programming experience and say they have mastered it in 6 months - when in fact they know barely anything. You obviously have a good programming background and would use it properly.
Re: After c/c++ what should I learn?
#7Re: After c/c++ what should I learn?
#8I knew exactly what I wanted to do before getting into the CS program at my school and I ended up dropping out to be a freelancer and work on my own projects. Not sure that was a good decision but I just couldn't keep focus on school while other things were calling.
That's just me though. If I were to teach myself "skills" then I would have bored myself silly. I just wanted to build things and the skills were picked up along the way.
If you want to build web applications then you should probably look at Ruby, Python or PHP. Ruby makes me happier than PHP. Python would probably be about the same but I flipped a coin and Ruby won. There are lots of other names being thrown around but as a freelancer the languages I mentioned were a better choice.
Re: After c/c++ what should I learn?
#9Re: After c/c++ what should I learn?
#10Given that you already know C and C++, I'd learn Perl, Python, or Ruby, since they're a very natural extension of C and C++ and can be used very easily in problem domains where you wouldn't want to use C or C++. Learning more than one of these may prove useful if you want to hack on a variety of different open source codebases, so whichever one you pick first isn't so important as picking one and having it in your toolbox.