C++ Basics
Fundamentals of Computer Science
C++ Basics Fundamentals of Computer Science Outline Part 1: - - PowerPoint PPT Presentation
C++ Basics Fundamentals of Computer Science Outline Part 1: Overview Program Structure Part 2: Variables and Data Types Operators Basic Input/Output (I/O) Part 3: Control Structures Functions Control
Fundamentals of Computer Science
Overview Program Structure
Variables and Data Types Operators Basic Input/Output (I/O)
Control Structures Functions
Any identifier – function or variable – must be declared before it is used So… can define function above main() function OR Can use a function declaration before code:
Overview Program Structure
Variables and Data Types Operators Basic Input/Output (I/O)
Control Structures Functions