SOW_C++_CSO_Chapter_02_9e-1.ppt
Document Details
Uploaded by SelfSatisfactionRing
Full Transcript
STARTING OUT WITH C++ 9th Edition Chapter 2 Introduction to C++ Copyright © 2019, 2016, 2012 Pearson Education, Inc. All Rights Reserved 2.1 The Parts of a C++ Program Copyright © 2019, 2016, 2012 Pearson Education, Inc. All Rights Reserved The Parts of a C++ Program comment // sample C++ program pr...
STARTING OUT WITH C++ 9th Edition Chapter 2 Introduction to C++ Copyright © 2019, 2016, 2012 Pearson Education, Inc. All Rights Reserved 2.1 The Parts of a C++ Program Copyright © 2019, 2016, 2012 Pearson Education, Inc. All Rights Reserved The Parts of a C++ Program comment // sample C++ program preprocessor directive #include which namespace to use using namespace std; beginning of function named main int main() beginning of block for main { cout