/* The program below lists the programs samples that follow. */ int main() { // Compulsory starting point (-Wall -pedantic -ansi) // hello_world.cpp // How to declare a variable and what types are available: // variables.cpp // program_form.cpp // Read from standard input: // input.cpp // input_more.cpp // Style and syntax to be used for a small program: // small_pgm_syntax.cpp }