Ereon![]() Member Posts: 1018 From: Ohio, United States Registered: 04-12-2005 |
Does anyone know of any tutorials on Visual C++, I need to learn it so I can make new commands for Dark Basic. ------------------ |
HanClinto![]() Administrator Posts: 1828 From: Indiana Registered: 10-11-2004 |
What version of Visual C++? Like the new .NET (Visual Studio Express) stuff, or the older Visual Studio 6.0? It may not make a difference, I'm just wondering what you're using. --clint |
Ereon![]() Member Posts: 1018 From: Ohio, United States Registered: 04-12-2005 |
Visual Studio Express I think, that's the tool I'm using at least. ------------------ |
dartsman![]() Member Posts: 484 From: Queensland, Australia Registered: 03-16-2006 |
check out... also I'd advise buying a "Teach Yourself C++" type book. Make sure that it's aimed at Visual C++ rather then something like dev-c++. Dev-C++ and Visual Studio have different setups and ways of doing things, so sometimes certain code won't work in Dev-C++ the same why that it would in Visual Studio. One way to make sure the book is aimed towards Visual C++ is that if it has a CD, it will include a Trial of Visual Studio/C++. I'm currently working on a C++ tutorial, I haven't gotten too far in it, although it is aimed towards Dev-C++ I am also looking into putting it into Visual Studio .Net examples as well. If you would like to be emailed the latest ones please PM me your email. God Bless ------------------ Startup Christian Games Company Producing Mobile/PC Games/Tools [This message has been edited by dartsman (edited March 29, 2006).] |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
does visual studio express have a timer? ------------------ |
dartsman![]() Member Posts: 484 From: Queensland, Australia Registered: 03-16-2006 |
Why yes there should be a timer object ![]() http://msdn.microsoft.com/vstudio/express/support/faq/#pricing also for other questions for anyone wanting to know about Visual C++ Express... http://msdn.microsoft.com/vstudio/express/support/faq/#vcpp Looks like a great idea, I like Visual Studio .Net (2005), I am currently working on some C++ tutorials that use Dev-C++ (examples also in Visual Studio) and am finding Dev-C++ a nightmare, no offence, its a great freeware IDE, considering, but hey.. I did use it when I first started to program (C/C++). ------------------ Startup Christian Games Company Producing Mobile/PC Games/Tools |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
cool!! lol... ------------------ |
buddboy![]() Member Posts: 2220 From: New Albany, Indiana, U.S. Registered: 10-08-2004 |
um... lol... i can't figure out how to compile... lol.. ------------------ |
firemaker103![]() Member Posts: 643 From: Registered: 07-13-2005 |
Join the club buddboy. ![]() A couple of weeks ago, I finally figured out how to compile. ------------------ |