diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-26 16:12:12 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-05-26 16:12:12 -0300 |
| commit | 8aaba1d537f00eeea18c28fdfce6a6c4aff5d0f8 (patch) | |
| tree | 82042d566c416f937d4cf9e08dd8ef425c68f32a | |
| parent | ec56c500551cd60e15dad9cc90170cd2e3492342 (diff) | |
Chapter 1
In this chapter, we will cover the following topics:
• Writing your first C program
• Understanding the program development cycle
• Creating, typing into a text editor, and saving your C program
• Compiling your first C program
• Running your program, verifying its result, and, if necessary, fixing it
• Exploring different commenting styles and using them
• Employing guided chaos, followed by careful observation for deeper learning
The knowledge gained with these topics will be essential for further progress. So, let's get started!
| -rw-r--r-- | REAME | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -13,3 +13,17 @@ This part contains the following chapters: • Chapter 6, Exploring Conditional Program Flow • Chapter 7, Exploring Loops and Iterations • Chapter 8, Creating and Using Enumerations + +Chapter 1 + + In this chapter, we will cover the following topics: + + • Writing your first C program + • Understanding the program development cycle + • Creating, typing into a text editor, and saving your C program + • Compiling your first C program + • Running your program, verifying its result, and, if necessary, fixing it + • Exploring different commenting styles and using them + • Employing guided chaos, followed by careful observation for deeper learning + + The knowledge gained with these topics will be essential for further progress. So, let's get started! |
