Skip to content

CoolMan-Al/c-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

175 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Programming Collection

Projects

  • PNG Colour Inverter
  • PPM Pixel Generator
  • Password Generator
  • Rock, Paper, Scissors Game

Leetcode/Hackerrank solutions stored in /challenges

Compile with GCC/Clang

gcc <pathToSource.c> -o <pathToBinary>
./<pathToBinary>
Note: If running in IDE with run configs, copy output of pkg-config command into compiler options field

Invert Image requires libpng

gcc invertImage.c -lpng -o invertImage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages