Skip to content

Shmojo/Ctuts

Repository files navigation

Editor: Sublime Text

Operating System: MAC OSX 10.6.8 Snow Leopard

Compiling Command:

g++ NAME.c -o NAME

Modified a couple tutorial programs that fixed errors and made code look better. Shrank some programs by removing unneeded lines.

For learning C/C++

Reminders:

git status
git add changedFile.c
git commit -m "My message"
git log

# ( the next line pulls changes down from github, merges them in to your local repo )
git pull

git push

gcc changedFile.c -o programname

About

C Tutorials I'm working throgh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages