PAC notes 2.8.06 Working in visual studio C++ 1. File>New>Projects>Win32 Console Application Name it and save 2. At pop up pick empty project 3. File>New>Files Pick C++ Source File Name it 4. A blank sheet pops up, put your code in it. 5. To Run:Build>Compile "".cpp 6. Build>Execute "".exe It will run I have just learned (the hard way) that a function can be called only if it is above (in the literal document) the function calling it.