.Open CSC 5 - C++ Notes . Introduction This page serves as a quick access to notes on common C++ topics, such as loop constructs, conditional constructs, and functions. More will be added in the future. .Open Topics . Basics Directives, variables, literals, primative data types, and arithmetic operations can be found here at .See rcc.csc5.cpp.basics.html . Conditional Constructs Notes on working with if statements, if-else statements, if-else if-else statements, ternary conditional operator, and the switch-case construct can be found here at .See rcc.csc5.cpp.conditionals.html . Loop Constructs Notes on working with for loops, while loops, and do while loops can be found here at .See rcc.csc5.cpp.loops.html . Functions Notes on working with functions, their declaration (prototype) and implementation, and function overloading can be found here at .See rcc.csc5.cpp.functions.html . Arrays Notes on working with arrays can be found here at .See rcc.csc5.cpp.arrays.html .Close Topics . Code Snippets Any code snippets, or code we do in class or lab can be found at: .See rcc.csc5.code.html . Riverside City College Courses Go back to Riverside City College Courses page: .See rcc.courses.html .Close CSC 5 - C++ Notes