C++ is fast, efficient and used widely in the games industry (amongst others)Okay why would I wanna do that
Sweet. Can I develop in C++ with Visual Studio?C++ is fast, efficient and used widely in the games industry (amongst others)
Java can be fast (obviously not as fast as an optimized c++ program) and is also pretty easy to pick up. It's also one of the world's most widely used languages, and as a result, there's a ton of content out there (tutorials, books, libraries, etc)
Yes. VS is written in C++ (parts of it are, not sure if every component is)Sweet. Can I develop in C++ with Visual Studio?
Yeah, I'm using a Windows machine right now so iocp will be what I'm using I guess.Yes. VS is written in C++ (parts of it are, not sure if every component is)
However, there's a few things that are platform-dependent (e.g epoll (linux), kqueue (osx/bsd) and iocp (win32)). However, the standard library is pretty much cross-platform.
TL;DR - Download visual studio
2008 will work, although I'd recommend using 2013.Yeah, I'm using a Windows machine right now so iocp will be what I'm using I guess.
Do I have to use that dumb Visual Studio 2013 or will the old 2008 one work?
*shivers* changeeee2008 will work, although I'd recommend using 2013.
Python can be computer programming.. same with Perl. They don't have to be used exclusively for web developmentI know a bit of Python and a lot of PHP, but I want to go more into computer programming, like Java or C#.
What should I learn and where should I start?
I never said what I learned Python for. I learned it for computer programming, but I'd like to learn something else. I also never said anything about Perl.Python can be computer programming.. same with Perl. They don't have to be used exclusively for web development
You said you only learned a bit, which leads to the question on why you wouldn't want to extend your knowledge on the language. Perl is always a good language to learn, especially if you want to get into system administration. It also helps to know it when developing in Java/C/C++, as it is probably has the best mutli-language integration out there.I never said what I learned Python for. I learned it for computer programming, but I'd like to learn something else. I also never said anything about Perl.