Skip to content

A repository to teach my friends basic coding in the C language.

License

Notifications You must be signed in to change notification settings

zewenn/learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning

This is my tutorial sharing repo, hope you fund what you need.

Important

This course is incomplete and will recieve weekly updates.

Zero to Hero C curse for beginners:

  1. Toolchain and HelloWorld
  2. Variable types (int, float, char, bool)

Tip

Take a quick quiz about the previous topics here.

  1. Operators
  2. Conditionals
  3. While & For Loops (planned)
  4. Structures (planned)
  5. Pointers (planned)
  6. Methods (planned)
  7. Heap allocation (planned)
  8. The Preprocessor (planned)
  9. Writing an ArrayList implementation
  10. Writing a Shop System

About

A repository to teach my friends basic coding in the C language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages