From 2e01b9afc3db8e8fe439e580f48e3e7dec6a4a46 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Mon, 24 Aug 2020 21:25:29 -0400 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..73e85c7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Info +A collection of examples, exercises, and experience while learning the C programming language. The source material used to learn C is from *The C Programming Language 2nd Edition by Dennis Ritchie and Brian Kerningham*. The reason I chose this book is due to numerous amounts of programmers acknowledging this as a well put book explaining the language. The book is concise and achieves the objectives of exhibiting how the language can be used and inspiring to further advancement. Though C is a small language this book serves as a good read to get acquainted with C. There aren't vast examples or tirades delving into painstakingly detailed concepts. It's a good introductory book. I get a good grasp of the language. Even more, I get to learn C as C. Instead of falling into the trap when learning a new language without getting used to it. I know C++ but C shouldn't be viewed as C++ without all of the extra stuff. After all, C++ was originally meant to be a subset of C but never did.