# C++

- [C++ Giriş](https://derslik.kerteriz.net/c++/c++-giris.md): En popüler programlama dillerinden biri olan C++ derslerine giriş yapıyoruz
- [⚙️ C++ Kurulumu](https://derslik.kerteriz.net/c++/c++-kurulumu.md): C++ ortamının nasıl kurulacağını öğreneceğiz.
- [✏️ C++ Syntax](https://derslik.kerteriz.net/c++/c++-syntax.md): Bu derste C++ dilinin yazım kurallarını (syntax) göreceğiz.
- [C++ Temel Dersler](https://derslik.kerteriz.net/c++/c++-temel-dersler.md): C++ programlama dilindeki temel dersleri aşağıdaki başlıklardan sırasıyla takip edebilirsiniz.
- [# C++ Yorum Satırları](https://derslik.kerteriz.net/c++/c++-temel-dersler/c++-yorum-satirlari.md): C++ Yorumlar (Comments) konusunu işliyoruz.
- [# C++ Veri Tipleri](https://derslik.kerteriz.net/c++/c++-temel-dersler/untitled.md): C++ Yorumlar (Data Types) konusunu işliyoruz.
- [# C++ Değişkenler](https://derslik.kerteriz.net/c++/c++-temel-dersler/c++-degiskenler.md): C++ Değişkenler (Variables) konusunu işliyoruz.
- [# C++ Değişmezler](https://derslik.kerteriz.net/c++/c++-temel-dersler/c++-degismezler.md): C++ Değişmezler (Literals) konusunu işliyoruz.
- [# C++ Sabitler](https://derslik.kerteriz.net/c++/c++-temel-dersler/c++-sabitler.md): C++ Sabitler konusunu işliyoruz.


---

# 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://derslik.kerteriz.net/c++.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.
