Tópicos Rápidos sobre C++: Difference between revisions

From Wiki**3

Root (talk | contribs)
No edit summary
Root (talk | contribs)
No edit summary
 
Line 1: Line 1:
{{TOCright}}
Consultar:
== C++ Básico ==
* C++ reference (com referência às versões da linguagem): http://cppreference.com
* Standard C++ site: http://isocpp.org
* Outro: http://cplusplus.com


* [[Primitive types in C++]]
[[category:Programação com Objectos]]
* [[Defining functions in C++]]
* [[Namespaces in C++]]
* [[Code organization in C++]]
 
== Classes e Objectos ==
 
* [[Classes and Structures in C++]]
* [[Constructors and Destructors in C++]]
* [[Class Inheritance in C++]] (normal, virtual, multiple)
* [[Defining Methods in C++]] (binding, virtual, inline)
* Classes and [[Code Organization in C++]]
 
== Aspectos de Gestão de Memória ==
 
* [[Object Creation in C++]] (stack, heap, responsibilities)
* [[The "new" and "delete" Operators in C++]]
 
== Operadores ==
 
* [[Operator Redefinition in C++]]
 
== Standard Template Library (STL) ==
 
* [[STL Containers (C++)]]
* [[STL Algorithms (C++)]]
 
== Exemplos de Programação ==
 
* [[Arabian Nights in C++]]
* [[Sheep and Herds in C++]]
 
== Ver Também ==
 
* [http://cplusplus.com/ C++]
** [http://cplusplus.com/reference/ C++ Library Reference] [http://cplusplus.com/reference/stl/ STL Containers] [http://cplusplus.com/reference/algorithm/ STL Algorithms]
** [http://cppreference.com/ C/C++ Reference]
 
[[category:C++]]
[[category:PO]]
[[category:Compiladores]]
[[category:Compiladores]]
[[category:Ensino]]
[[category:Ensino]]
[[en:Quick C++ Topics]]

Latest revision as of 07:56, 27 February 2015

Consultar: