Skip to content

Practicing c95/99 based on the Practical C Programming book

Notifications You must be signed in to change notification settings

konstantine-v/c-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Practice

This is a repository that will serve as a backup for my C practice as per the (C99) book Practical C Programming.

I'm focusing on creating small programs as well as following what the book has. My main goal is to type everything out so I can get accustomed to writing C and have it feel more natural.

Project Info

Some info on the files that I'm practicing with, they should also contain proper commenting that explain some more of course.

  • basics/hello/hello.c
    • Hello World script that shows off different ways to go about saying hello world
  • basics/grades/grades.c
    • A simple student grade checking scripting. Shows off things I've learned and whatnot.
  • Etc.
    • The rest will follow the same sort of format

Note

I've Started reading on C11 and some modern practices, so once I'm nearing the end of the book I'll start on the modern directory as well as the challenges directory which will just be programming challenges to get me learning things faster.

About

Practicing c95/99 based on the Practical C Programming book

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages