Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candbox

A personal sandbox for learning and experimenting with C programming.

Topics Covered

  • Variables & Data Types
  • Operators
  • Conditionals
  • Loops
  • Arrays & Strings
  • Functions
  • Enums & Structs
  • Pointers
  • Dynamic Memory (malloc, free)
  • File Handling
  • Modular Programming (.c and .h files)

Project Structure

candbox/
├─ .gitignore
├─ README.md
├─ demos.c
├─ demos.h
├─ file_utils.c
├─ file_utils.h
├─ main.c
├─ user.c
├─ user.h
└─ user.txt

Compile and Run

Compile all source files:

gcc *.c -o candbox

Run the program:

./candbox

Note

Compiler configuration and setup guide can be found in this repository -> click here

This repository is used for practice, experimentation, and learning core C programming concepts.


⚠️ Disclaimer: School assignment purposes only. All sources included.


About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages