Midterm Exam Flashcards
He developed c++
Bjarne stroustrup
A middle level programming language
C++
When and where?
1979 at Bell Labs.
Loads and save files, handles directories, invokes DOS and exits Turbo C++
File
Invokes the Turbo C++ editor
Edit
Compiles, Links, and run
Run
Compiles the program
Compile
Manage multiple projects
Project
Sets various compiler
Options
Set various debug
Debug
Manages debugger
Break/Watch
It isbthe statement terminator.
Semicolon
Set of logically connected statements
Block
Two identifiers
Variable
Constants
The operators
Assignment Arithmetic Increment/Decrement Relational Logical
These are sequence of one or more letters
Identifiers
A data storage location that has a value
Variable
Any expression that has a fixed value
Constants
Constants are called what? ./.
Literals ./.
A prefix which you can declare constants
Const
Enclosed between single quotes
Characters
Contains a series of characters
String constants
Numerical constants without fractional components
Integer numbers
Require the use of decimal points
Floating-points
A symbols that tells the compiler
Operators
An assignment operator which is the value on the right side
Single equal sign
Various instructions in the source code
Preprocessor directive