# Biblioteca Padrão

A Biblioteca padrão contém definições de tipos, variáveis globais e rotinas de categorias diversas, tais como:

* [API Win 32](https://learn.microsoft.com/pt-br/windows/win32/api/)
  * [Cores, Canetas e Pincéis](https://learn.microsoft.com/pt-br/windows/win32/gdi/creating-colored-pens-and-brushes)
  * [Console](https://learn.microsoft.com/pt-br/windows/console/console-reference)
  * [Contexto de Dispositivo](https://learn.microsoft.com/pt-br/windows/win32/gdi/device-contexts)
  * [Gerenciamento de Arquivos](https://learn.microsoft.com/pt-br/windows/win32/api/fileapi)
  * [Criptografia](https://learn.microsoft.com/pt-br/windows/win32/seccrypto/cryptography-functions)
  * [Fontes Tipográficas](https://learn.microsoft.com/pt-br/windows/win32/gdi/font-and-text-functions)
  * [Interfaces Gráficas  - Windows GDI](https://learn.microsoft.com/pt-br/windows/win32/gdi/windows-gdi)
  * [Interação do Usuário](https://learn.microsoft.com/pt-br/windows/win32/user-interaction) (Eventos - clique, pressionamento de tecla, etc)
  * [Manipulação de Imagens](https://learn.microsoft.com/pt-br/windows/win32/gdi/bitmaps)
  * [Protocolos de Rede e internet](https://learn.microsoft.com/pt-br/windows/win32/networking)
  * Terminal
* [Gráficos de Tartaruga](https://pt.wikipedia.org/wiki/Gr%C3%A1ficos_tartaruga) (Turtle Graphics)
* Arquivos PDF
* E-mail
* Manipulação de Bits (conjunções e disjunções Lógicas)
* Strings
* Operações Matemáticas
  * [Trigonometria Racional](https://pt.wikipedia.org/wiki/Trigonometria_racional)

{% hint style="info" %}
É necessário que o arquivo <mark style="color:blue;">`Biblioteca padrão`</mark> esteja na mesma pasta do programa a ser compilado.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://portugues-puro.gitbook.io/documentacao/biblioteca-padrao.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
