Skip to content

Jose-xyz/C_Programming_Foundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Placeholder for lessons and projects from Bro Code's "C Programming Full Course"

Link to Youtube video - https://youtu.be/xND0t1pr3KY?si=EYZC3CGsZFkdVDrZ

Overall, Bro codes's video course was straight to the point. I enjoyed working from an IDE and compiling while learning. You get to see compile errors which create opportunities to debug.


Why learn C?

  • Learning C because I found that a lot of programming langages I have used borrow from C. I figure if I learn C then any language down the road is going to be easier to learn.
  • I am also interested in OS development.

How did you complete the lessons?

  • Completed lessons using vscode on Ubuntu WSL.

Why WSL?

  • I ran into issues where I could not get the Windows set up to work. I am sure it was something simple.

  • I found the setting up to get started way easier on Linux, in this case Ubuntu WSL. I downloaded dev tools like gcc. Then used tilde (~) + ctrl to drop in the terminal window to compile code.

Why VScode?

  • I like VScode's features for auto-complete and its clean UI. I also use the VIM extension. Helps me keep my hands on the keyboard.

Common Commands

  • Compiled code using gcc - gcc codefile.c -o codefile I would also add the AND operator (&&) to the end to excute as well like gcc codefile.c -o codefile && ./codefile

tumblr_otjmkidZks1us7drco1_400 (1)

Finished on 11/24/2025

About

Place holder for lessons and projects from Bro Codes C programming course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages