May 2014
Beginner
1312 pages
38h 36m
English
“The universe is not only queererthan we imagine,it’s queerer than we can imagine.”
—J. B. S. Haldane
This appendix explains the steps you have to go through to enter a program, compile it, and have it run using Microsoft Visual Studio.
C.3 Creating and running a program
C.3.2 Use the std_lib_facilities.h header file
C.3.3 Add a C++ source file to the project
To get a program to run, you need to somehow place the files together (so that when a file refers to another — e.g., ...