Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro in C

Project for experimenting with C (OOP 2026)

Description

This project demonstrates the use of:

  • basic input/output operations
  • structures
  • dynamic memory allocation

Requirements

To build and run this application you need to install the followings:

On macOS, you can use these commands (assuming that Homebrew is already installed):

brew install cmake

Usage

Build the project

cmake -S . -B target
cmake --build target

Run the project

./target/app

About

Project for experimenting with C (OOP 2026)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages