feat: add stylings
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
# 🧭 Topic: Basics of C++ & Data Types
|
||||
|
||||
> [!info] Quick Overview
|
||||
> This topic introduces how to compile and run C++ code, basic input/output, variables, built-in data types, and the math library.
|
||||
> By the end, students will be able to write simple C++ programs using variables and standard input/output streams.
|
||||
|
||||
---
|
||||
## 📌 Covered in This Topic
|
||||
|
||||
- Introduction to compilation and code editors
|
||||
- `cin` / `cout` basic usage
|
||||
- Variables and naming conventions
|
||||
- Built-in data types (`int`, `float`, `double`, `char`, `bool`)
|
||||
- Type conversion
|
||||
- Using the math library
|
||||
|
||||
---
|
||||
## 📑 Slides & Materials
|
||||
|
||||
- 👨🏫 [Professor Slides (PDF)](./slides/prof.pdf)
|
||||
- 🧑🏫 [TA Workshop Slides (PDF)](./slides/ta.pdf)
|
||||
|
||||
---
|
||||
## 🛠️ Workshop & Assignments
|
||||
|
||||
- 💬 [Workshop Questions](./workshops)
|
||||
- 🧮 [Assignments](01-topics/01-problem-solving/1-Workshop.md)
|
||||
- ❓ [Q&A and Common Issues](./resources/qa.md)
|
||||
|
||||
---
|
||||
## 🌐 Additional Resources
|
||||
|
||||
- [C++ Reference](https://cplusplus.com/reference/)
|
||||
- [Learn C++](https://www.learncpp.com/)
|
||||
- [Data Types in C++ (W3Schools)](https://www.w3schools.com/cpp/cpp_data_types.asp)
|
||||
|
||||
_Add more useful links here as the course progresses._
|
||||
|
||||
---
|
||||
## ⏩ Navigation
|
||||
|
||||
- ⬅️ [Previous Topic: Problem Solving](../02-problem-solving/topic.md)
|
||||
- ➡️ [Next Topic: Conditions & Loops](../04-conditions-loops/topic.md)
|
||||
|
||||
---
|
||||
|
||||
> [!tip] Tip
|
||||
> If something doesn’t make sense — **don’t stay stuck alone**. Ask the TA to clarify it right away. Often, a quick question can save you a lot of time and frustration. Remember: if you’re confused, chances are others are too.
|
||||
Reference in New Issue
Block a user