Programming basics c++ parts and input command Flashcards
mostly written at the beginning of any c++ program.
include
program that allows you to perform math tasks on numbers. (min,max,round,etc.)
include
standard is short for
std
a unique identifier that you can use to group items together
namespace
C++ provides a namespace for its standard library called the_
standard namespace
entry point of every c++ program
int main()
a pre-processor directive
#include the hashtag
used to create a blank line
/n/n
used to create a new line
/n
2 types of comments
// or /*
where the first line is executed
int main()
inserts contents of another file into the program
include
a command available in the iostream external program
cout
What follows the «_space;symbol is the items you want to_
display
cout<
error