you should first create an empty project then copy the source files that you have into the project directory and finally add the files to the project. If you are using VC++ 2008 Express: read and watch this tutorial
If you really have zero knowledge of C language then I'd suggest you take a look at some online tutorials or read a book. There are many suggestions in the Read Me threads at the top of the C++ board.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
If you can get to this page scroll down to the bottom of the page and click the [b]Introduction to Visual C++ Video" link.
Regarding Dev-C++. What version of MS-Windows are you using ? It has a vew problems with Vista that you need to correct in the compile options.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Video here
I'm not having a problem with any of the links I posted. They work ok for me.
The changes for Dev-C++ are just directory settings. Go to menu Tools --> Compiler Options. In there change the relative paths to full paths in each of the tabs.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
What I mean is to change "..\bin" to "c:\Dev-C++\bin" You have to do that in each of those directory categories shown in the combo box.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343