1 / 18

C++ C++ Fundamentals

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.

keala
Download Presentation

C++ C++ Fundamentals

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. C++C++ Fundamentals Informatics Computer Institute - Makati Sonny Gauran

  2. C++ Fundamentals • The C++ Keywords • Identifiers • Atomic Data Types • Type Modifiers • Variables • Constants • Operators • The Standard C++ Libraries

  3. The C Keywords

  4. The C Extended Keywords

  5. The C++ Keywords

  6. 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

  7. Atomic Data Types

  8. Type Modifiers

  9. Type Modifierscontinued…

  10. Arithmetic Operators Operators

  11. Relational Operators Operators

  12. Logical Operators Operators

  13. Bitwise Logical Operators Operators

  14. Unary Operators Operators

  15. 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

  16. Operator Precedence

  17. Operator Precedence Cont…

  18. Operator Precedence Cont…

More Related