Conventions
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Create a file named HelloUniverse.cpp and save it."
A block of code is set as follows:
#include <iostream>
int main() {
std::cout << "Hello Universe" << std::endl;
return 0;
}
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Select System info from the Administration panel."