aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-26 16:12:12 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-05-26 16:12:12 -0300
commit8aaba1d537f00eeea18c28fdfce6a6c4aff5d0f8 (patch)
tree82042d566c416f937d4cf9e08dd8ef425c68f32a
parentec56c500551cd60e15dad9cc90170cd2e3492342 (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--REAME14
1 files changed, 14 insertions, 0 deletions
diff --git a/REAME b/REAME
index c8c3b02..f8581d1 100644
--- a/REAME
+++ b/REAME
@@ -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!