hello....

i am currently using MS VISUAL STUDIO 6.O to complete my c++ assignment. i have my source code and the header file so that i can attempt to run my program. My question is what exact steps do i use to link my source code and header file together to run the program. I AM TOTALY CONFUSED. i have linked the to files in class, but in DOS, but not in MS VISUAL STUDIO 6.0 PLEASE HELP!!! :sad:

Visual Studio is an IDE, so you should just be able to create a project and add your header files and source files to the proper folders in that project. Then it's just a matter of typing F7 to build everything.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.