Loading repository data…
Loading repository data…
Thealexio-exe / repository
This repository contains C++ projects designed to help beginners learn programming, you can practice by debugging code, studying libraries and understanding fundamental concepts step by step. (this is a demo)
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
⭐ If you like this project, consider leaving a star!
Language
Contents
- Introduction | Introduzione
- How to use this repository | Come usare la repository
- Difficulty and skills | Difficoltà e competenze
- RoadMaps-EN | RoadMaps-IT
- Contacts | Contatti
This repository contains a collection of C++ programs created to help students learn this language. Of course, this repository is only a study resource, so I strongly recommend trying the programs yourself to improve your programming skills.
I'm still working on this project, so the repository is currently just a demo of what I want to create. If you find some problems, that's completely normal. At the moment I'm working on other projects, so this repository will not receive many updates over the next two months.
Another important thing: all the programs have been written entirely by Thealexio, while the English translation has been made with the help of AI. If you find translation mistakes or grammatical errors, I apologize. As soon as I have more time to dedicate to this project, I will also review the grammar of every file.
Finally, the goal is to create a collection of projects with exercises and explanations. If you also have some simple C++ projects, I would really appreciate it if you contributed to this repository and helped expand the project.
I organized the projects by difficulty. Inside every folder you will find different files organized with the following structure:
Code files
fix_me.cppfiles
README.
README.mdfiles
README, available in both Italian and English.README you will find details sections containing the solutions for the various fix_me.cpp files.Below you can find the required skills and the difficulty level for each folder.
1 For Start Perfect for people who have never used C++. No previous knowledge required.
2 Triangle Classifier Requires knowledge of
ifstatements and conditions.3 Code Cleanup Learn how to write clean, readable code with good formatting.
4 Simple Figure Generator Requires knowledge of
forloops.5 Rock, Paper, Scissors Requires functions and the
cstdlib,ctimeandfstreamlibraries.This list will be updated in the future.
If you find a bug or have a suggestion, feel free to open an Issue in the repository or contact me by email: argenti.projects@gmail.com
Questa repository contiene una raccolta di programmi in C++, con lo scopo di aiutare gli studenti a imparare questo linguaggio, ovviamete questa repository e solo un supporto per lo studio, quindi consiglio fortemete l'utilizzo dei vari programmi per migliorare le proprie capacità.
Sto ancora lavorando a questo progetto infatti la repository è ancora una demo di ciò che voglio creare, quindi se ci sono ancora alcuni problemi è normale sto al momento lavorando ad altri progetti per questo non fara molti update per i prossimi due mesi.
Un'altra cosa importante: i programmi sono stati scritti interamente da Thealexio, mentre la traduzione in inglese è stata fatta con l'aiuto dell'AI. Se ci sono problemi o errori nelle traduzioni mi scuso, appena avrò veramente tempo da dedicare a questo progetto inizierò anche a rivedere la grammatica di ogni file.
Infine l'obiettivo è creare una raccolta di progetti con esercizi e spiegazioni. Se avete anche voi dei progetti semplici in Cpp mi farebbe molto piacere se contribuiste a questo progetto cosi da espandere il progetto.
Ho organizzato i vari programmi in ordine di difficoltà. In ogni cartella troverai diversi file strutturati con la seguente logica:
File con codice
File
fix_me.cpp
README.File
README.md
README, sia in italiano che in inglese.README troverai dei pulsanti (details) per visualizzare le soluzioni dei vari fix_me.cpp.Qui sotto trovi una tabella con le competenze richieste e il livello di difficoltà di ogni cartella.
1 For Start Perfetta per chi non ha mai usato il C++. Nessuna competenza richiesta.
2 Triangle Classifier Richiede l'utilizzo degli
ife delle condizioni.3 Code Cleanup Serve a imparare a scrivere codice leggibile e con una buona sintassi.
4 Simple Figure Generator Richiede l'utilizzo dei cicli
for.5 Rock, Paper, Scissors Richiede l'utilizzo di funzioni e delle librerie
cstdlib,ctimeefstream.In futuro questa lista verrà aggiornata.
Se trovi un bug o hai un suggerimento, puoi aprire una Issue nella repository oppure contattarmi privatamente via email: argenti.projects@gmail.com