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.

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

Relevance
Still have questions? Get your answers by asking now.