(wL) Forums
Visual Studio 2010 - Printable Version

+- (wL) Forums (https://war-lords.net/forum)
+-- Forum: Resources (https://war-lords.net/forum/forum-31.html)
+--- Forum: Programming (https://war-lords.net/forum/forum-33.html)
+--- Thread: Visual Studio 2010 (/thread-279.html)



Visual Studio 2010 - Grasp - Nov 20 2010

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


RE: Visual Studio 2010 - Canister - Nov 22 2010

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.


RE: Visual Studio 2010 - PaSS - Dec 10 2010

you should post a link for the download of this


RE: Visual Studio 2010 - mrtenorsax09 - Dec 13 2010

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!


RE: Visual Studio 2010 - Luckylock - Dec 22 2010

There is a pretty good site if you want to learn C++, it's http://www.learncpp.com


RE: Visual Studio 2010 - weliuki - Jan 09 2011

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.


RE: Visual Studio 2010 - Leaky - Jan 19 2011

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


RE: Visual Studio 2010 - oscuro - Feb 25 2011

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.