-
-
Notifications
You must be signed in to change notification settings - Fork 97
feat: adicionar informações sobre C# #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,14 @@ | |
| super versátil com ótimo desempenho para criar programas de computador, e se destaca | ||
| quando o assunto é criação de jogos e principalmente quando falamos de softwares | ||
| de imagem com o OpenCV, uma biblioteca criada com C++ e muito utilizada. | ||
| - title: C# | ||
| tags: | ||
| - Conceito | ||
| description: C# (lido C Sharp) é uma linguagem de programação criada em 2000 pela | ||
| Microsoft, com a sintaxe orientada em objetos baseada na linguagem C++, além de também | ||
| ser compilada. A linguagem C# foi idealizada para ser simples, moderna e ter propósito geral, | ||
| podendo ser utilizada para programar sistemas de diversos tipos, desde aplicações embarcadas | ||
| até aplicativos e sistemas web. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Acho que é legal falar da diferença dela pro C++, tipo ela não recomendar usar ponteiros (e falar por alto o que é um ponteiro) e que ela usa garbage collector (e falar por alto o que é isso também). Acha que vale a pena inserir alguma informação sobre ela ser parte do .NET? Se bem que desde que eles abriram o código das coisas eu não sei mais em que pé isso anda. |
||
| - title: Cache | ||
| tags: | ||
| - Conceito | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Acho que fica melhor
com a sintaxe de orientação a objetos, ou sócom a sintaxe baseada na linguagem C++.