Skip to content

Commit

Permalink
Last fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkotal committed Jan 31, 2024
1 parent d4d3732 commit 90cecfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CPP_Workshop/cpp_presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ int main() {
---

# Tipos de Dados Primitivos
- **char:** caracteres alfanuméricos (ex: 'c', '8', '$'); alternativamente, podemos utilizar valores ASCII para mostrar caracteres específicos
- **char:** caracteres (ex: 'c', '8', '$') correspondentes a valores ASCII
- **int:** números inteiros (ex: 10**3, -2)
- **float:** números com vírgula flutuante de precisão simples (ex: 1.902, -5,926563840)
- **double:** números com vírgula flutuante de precisão dupla (ex: 1.2, -4.587)
Expand Down Expand Up @@ -1434,7 +1434,7 @@ public:
# Outros Tópicos Avançados
- Alguns conceitos de classes
- Classes abstratas, polimorfismo...
- Funções virtuais, classes abstratas...
- Macros
- Substituição de texto em compile time
- Casts
Expand Down

0 comments on commit 90cecfd

Please sign in to comment.