1 / 5

Basic OO Programming with C++

Basic OO Programming with C++. Prof. Ismael H F Santos. General Remarks. Objetivo: Discutir os principais conceitos e os princípios básicos da Orientação a Objetos usando a linguagem C++.

liam
Download Presentation

Basic OO Programming with C++

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. Basic OO Programming with C++ Prof. Ismael H F Santos Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 1

  2. General Remarks • Objetivo:Discutir os principais conceitos e os princípios básicos da Orientação a Objetos usando a linguagem C++. • A quem se destina : Alunos e Profissionais que desejem aprofundar seus conhecimentos sobre Linguagem C++ e suas aplicações Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 2

  3. Bibliography • Thinking in C++ 2nd Edition by Bruce Eckel. • http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html • Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) by Scott Meyers • amazon-books • The Most Important C++ Books...Ever • http://www.artima.com/cppsource/top_cpp_books.html • C++ Free Computer Books • http://www.computer-books.us/cpp.php Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 3

  4. Webliography • CppNotes - Fred Swartz • http://www.tecgraf.puc-rio.br/~ismael/Cursos/apostilas/Cpp-Notes/index.html • The Code Project - C++ • http://www.codeproject.com/index.asp?cat=2 • C/C++ reference • http://www.cppreference.com/index.html • Boost - free peer-reviewed portable C++ source libraries • http://www.boost.org/ Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 4

  5. Module 1 – Introduction to Operating Systems Module 2 – Introduction to OO programming Module 3 – Introduction to C++ Module 4 – Inheritance (Simple and Multiple) and Polymorhism Module 5 – Exception Handling Module 6 – Templates Contents – Basic Level Prof. Ismael H. F. Santos - ismael@tecgraf.puc-rio.br 5

More Related