190 likes | 394 Views
C++ C++ Fundamentals. Informatics Computer Institute - Makati Sonny Gauran. C++ Fundamentals. The C++ Keywords Identifiers Atomic Data Types Type Modifiers Variables Constants Operators The Standard C++ Libraries. The C Keywords. The C Extended Keywords. The C++ Keywords.
E N D
C++C++ Fundamentals Informatics Computer Institute - Makati Sonny Gauran
C++ Fundamentals • The C++ Keywords • Identifiers • Atomic Data Types • Type Modifiers • Variables • Constants • Operators • The Standard C++ Libraries
Identifiers • Used to reference • Variables • Functions • Labels • Various user-defined objects • May vary between 1 to 32 characters • The first character must be a letter or and underscore, followed by any number of characters being either letters, numbers, or the underscore
Arithmetic Operators Operators
Relational Operators Operators
Logical Operators Operators
Bitwise Logical Operators Operators
Unary Operators Operators
The Standard C++ Libraries • Linking, Libraries, and Header Files • I/O Functions • String, Memory, and Character Functions • Mathematical Functions • Time, Date, and System Related • Dynamic Allocation • Directory Functions • Process Control • Text and Graphics Functions • Miscellaneous