Image

Imagekritof wrote in Imagecpp

Microsoft Visual Studio.NET problem

I haven't written a c++ program in about 2 years, and now I have to for a programming languages class I'm taking. Unfortunately, my school computer labs have updated their software and I'm completely lost. I used to use MS Visual Studio (don't know what version) and it would allow me to write up a simple .cpp file, debug it, and compile it.

Now, we're using Microsoft Visual Studio.NET, and everything seems to be much more automated. It no longer lets me keep my simple format of just one .cpp file, it seems to require the use of classes. I just want to run and debug my little program. I keep running into errors because the new software forces you to set up an elaborate project. it seems like you can't just create a single cpp file and run it. we were never taught anything like this.This is difficult to explain here, but doesn anyone know what I'm talking about?? Can anyone help me?