(wL) Forums

Full Version: Visual Studio 2010
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My friend in school made this really nice web browser and the school even signed a contract for it. He said he used Visual C++ i think? Anyway.. I decided to try Visual studio and i cant seem to figure out some shit
programmers can go here:
http://msdn.microsoft.com/en-us/visualc/default.aspx

On the left side there's a menu to watch videos on c++, how to use the program, and beginner coding.
you should post a link for the download of this
Well, if any of you are students at a certified school/college(most colleges are for this)
you can get visual studio for free here:  https://www.dreamspark.com/default.aspx
(i did so myself)

Plus you can get lots of other things there too!
There is a pretty good site if you want to learn C++, it's http://www.learncpp.com
Programming is not as easy as you think, i would sugest starting with some other languge like free pascal. C++ is too complicated to start.
weliuki Wrote:Programming is not as easy as you think, i would sugest starting with some other languge like free pascal. C++ is too complicated to start.

don't be such a debbie downer
Well you could learn c++ if you really tried but it is actually a pretty hard language to learn well enough that you could actually understand a complicated project like a web browser. You should learn something like basic which is what I started with and just make simple programs like maybe a tic tac toe game or something. A browser is not really the easiest thing in the world for a beginner to make or understand.