About This Book This book covers all basic C++ syntaxes, almost each syntax entry lists a program example and result output. ( 300 examples, 300 outputs, 300 explanations ). We can quickly reference the most helpful programming syntaxes, such as common command syntax, string function syntax, collection function syntax, class & object syntax……; all these syntaxes are very useful for programming. We can take this book as a basic syntax manual because its entries are arranged alphabetically so that we can easily reference the important syntax. Nowadays or in the future, the C++ Syntax Book can provide great help for coding both in our study and our work.
Where can you find a book with more than 300 examples, more than 300 outputs, and more than 300 explanations in the world? Only right here!
Table of Contents ( from a to z ) #define #variable #if…#else…#endif #ifdef…#else…#endif ## *pointer & operator &argument ? : operator ~ destructor() __DATE__ __FILE__ __LINE__ __TIME__ abs() function abstract class acos() anonymous function array creating (1) array creating (2) array parameter array size asin() at() atan() atexit() atof() atoi() atol() auto break cast operator cbrt() ceil() function cerr cin class defining class method class template clog comment conditional compiling conditional operator constant defining constructor continue convert type cos() cosh() cout ctime() current date & time data type date & time of utc default parameter define variable delete variable delete array dereference destructor detach() div() do / while loop e.what( ) empty() syntax encapsulation end of file enumeration eof() escaping sequence exception exception message exit() exp() expm1() extern extern function extern variable fabs() fdim() find() floor() function fma() fmax() fmin() fmod() for loop friend function function function template function with argument gcd() get() getchar() getenv() getline() getter global variable hypot() if statement if-else statement ifstream inheritance inline function input by user input one character ...... ...... ...... ...... virtual method write() write a file And much more.......
Appendix Data Type Chart Escaping Character Chart C++ Keyword Chart Arithmetical Operator Chart Comparison Operator Chart Logical Operator Chart Assignment Operator Chart File Opening Chart X++ or ++X Chart Error Chart Bitwise Operator Chart Vector method Chart Variables Chart Math Function Chart Operator Precedence Chart String Function Chart Date & Time Function Chart I/O Library Chart Access Permission Chart Type Qualifier Chart File Opening Mode Chart File Location Pointer Chart Exception Chart Signal Chart