Skip to content

ls1x/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

C++ Projects

This repository contains my personal C++ projects developed over time.
The goal is to explore different ideas — from simple games to algorithm experiments — as a way to practice, learn, and strengthen my skills in C++.

Purpose

  • Practice and improve my C++ programming skills
  • Build various projects to test different language concepts
  • Serve as an open and constantly evolving portfolio

Structure

Each project has its own directory containing:

  • Source code files (.cpp, .h, etc.)
  • Any additional resources or configuration files
  • A small internal README explaining how to compile and run the project

Technologies & Tools

  • C++17/20 (depending on the project)
  • Compilers like g++ or clang++
  • Makefile in some projects for easier compilation
  • External libraries or tools when needed

Notes

  • This repository is a space for learning and experimentation.
  • Projects may vary in complexity and style.
  • Suggestions, feedback and contributions are always welcome!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages