Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
I need a GOOD Visual C++ tutorial.?
I just got Visual C++ and want to learn how to use it. I have no experience with C++, and only a little with BASIC. I've used google to search for tutorials, but I haven't found any that work. All of them said this code would work, but it doesn't:
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World!";
return 0;
}
I need a link that tells me how to use Visual C++, and one that teaches me how to use the C++ language.
Thanks,
-Conkt
3 Answers
- Anonymous1 decade agoFavorite Answer
You can start learning C++ with these video tutorials:
http://xoax.net/comp/cpp/index.php
They are perfect for beginners. This one can get you started by showing you how to install a free compiler:
http://xoax.net/comp/cpp/console/Lesson0.php
Here are some simple games with code downloads that you can use to get some ideas:
http://xoax.net/comp/cpp/console/Lesson9.php
http://xoax.net/comp/cpp/console/Lesson23.php
http://xoax.net/comp/cpp/console/Lesson29.php
These tutorials can get you started with graphics programming in OpenGL:
http://xoax.net/comp/cpp/opengl/index.php
You can go through the tutorials and if you have questions on them or anything else in C++, please post to me here:
Enjoy!
Source(s): http://xoax.net/ - RiversblissLv 61 decade ago
i use to program using C++ and VB but i think your code needs a tid bit of tuning like in iostream...y not follow these links to read more..there´s tons of tutorials on the net..just keep searching...good luck:)!!!
put thisin google toolbar and hit enter:
intitle:"index of" C++
intitle:"index of" C++ text
intitle:"index of" C++ manuals