C. Getting Started with Visual Studio
“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
C.1 Getting a program to run
To get a program to run, you need to somehow place the files together (so that when a file refers to another — e.g., ...
Get Programming: Principles and Practice Using C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.