I just came from Visual C++ 6.0. In 6.0, you would go to File, then New File and choose the C++ Source File, then write your program and Build and Run. When one is used to that going to .NET 2003 is a bit difficult. Cause it's very different. Run is no longer Run, it's Start. And you can only Build a Source File that is in a Project.
I came here for help and I didn't get any useful help. Maybe I just worded it wrong or something. Idk. So as a last resort to buying .NET 2003 for Dummies, which I'll buy later anyway to learn more about the platform, I asked my professor and he told me what I needed to know. It's very simple, but different enough from 6.0.
Here is the answer: (for anyone else who might like to know)
{
Start C++.NET
File>New>Empty Project
File>Add New Item>C++ File
Write Code
Build>Build (Project Name)
Debug>Start Without Debugging
}
This is pretty simple and it was all I needed to know. If anyone knew that and didn't give me the answer -you suck.
I came here for help and I didn't get any useful help. Maybe I just worded it wrong or something. Idk. So as a last resort to buying .NET 2003 for Dummies, which I'll buy later anyway to learn more about the platform, I asked my professor and he told me what I needed to know. It's very simple, but different enough from 6.0.
Here is the answer: (for anyone else who might like to know)
{
Start C++.NET
File>New>Empty Project
File>Add New Item>C++ File
Write Code
Build>Build (Project Name)
Debug>Start Without Debugging
}
This is pretty simple and it was all I needed to know. If anyone knew that and didn't give me the answer -you suck.