Parts of MS Visual Studio 6.0

It's our exam tomorrow and it'll include the parts of the IDE we use, Visual Studio 6.0
But I can't find it in the internet.
Help?
What do you need to find? If you took the class, don't you know your way around the IDE?
What!!?..Where to download?...review?

1
2
3
4
5
6
7
8
if(Where to download) {
cout<<"I think no where, but you can download new free version (Visual Studio Express 2005-2010) "<<endl;
cout<<"At http://www.msdn.com "<<endl;
}
else
{
cout<<"Google for it"<<endl;
}
I need the PARTS of the MS VS 6.0
Yes, I took the class but I don't know what the hell they're called. The only part I remember is the workspace..
If you hover over them, it tells you their name.
Last edited on
Unfortunately, I don't have VS 6.0 in here.
Can you just tell me them?
VS6 is criminally outdated and does a very bad job at compiling standard compliant code.

You're better off getting the latest VS. As someone already mentioned, it's a free download.
I KNOW. But our instructor only teaches us the codes in 6.0!
So just give me the parts of the VS 6.0.
C++ is the same language regardless of what IDE you're using. Unless for some reason your instructor is also teaching pre-standard C++...
Well i want to review the exact same text when you hover on every menu on 6.0
May be u need these:
>workspace
>toolbox
>propeties sheet
>menu bar
>tools bar e.T.E in VC 9.0 which i use there is also solution explore i dont have sure for VC 6.
Topic archived. No new replies allowed.