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

From Wiki**3

Line 1: Line 1:
 
{{TOCright}}
 
{{TOCright}}
== Basic C++ ==
+
== C++ Básico ==
  
 
* [[Primitive types in C++]]
 
* [[Primitive types in C++]]
Line 7: Line 7:
 
* [[Code organization in C++]]
 
* [[Code organization in C++]]
  
== Classes and Objects ==
+
== Classes e Objectos ==
  
 
* [[Classes and Structures in C++]]
 
* [[Classes and Structures in C++]]
Line 15: Line 15:
 
* Classes and [[Code Organization in C++]]
 
* Classes and [[Code Organization in C++]]
  
== Memory Management Issues ==
+
== Aspectos de Gestão de Memória ==
  
 
* [[Object Creation in C++]] (stack, heap, responsibilities)
 
* [[Object Creation in C++]] (stack, heap, responsibilities)
 
* [[The "new" and "delete" Operators in C++]]
 
* [[The "new" and "delete" Operators in C++]]
  
== Operators ==
+
== Operadores ==
  
 
* [[Operator Redefinition in C++]]
 
* [[Operator Redefinition in C++]]
  
== The Standard Template Library (STL) ==
+
== Standard Template Library (STL) ==
  
 
* [[STL Containers (C++)]]
 
* [[STL Containers (C++)]]
 
* [[STL Algorithms (C++)]]
 
* [[STL Algorithms (C++)]]
  
== Programming Examples ==
+
== Exemplos de Programação ==
  
 
* [[Arabian Nights in C++]]
 
* [[Arabian Nights in C++]]
 
* [[Sheep and Herds in C++]]
 
* [[Sheep and Herds in C++]]
  
== See Also ==
+
== Ver Também ==
  
 
* [http://cplusplus.com/ C++]
 
* [http://cplusplus.com/ C++]
Line 41: Line 41:
  
 
[[category:C++]]
 
[[category:C++]]
[[category:OOP]]
+
[[category:PO]]
[[category:Compilers]]
+
[[category:Compiladores]]
[[category:Teaching]]
+
[[category:Ensino]]
 +
[[en:Quick C++ Topics]]

Revision as of 21:30, 15 November 2008

C++ Básico

Classes e Objectos

Aspectos de Gestão de Memória

Operadores

Standard Template Library (STL)

Exemplos de Programação

Ver Também