Pinned Repositories
ClientServerApp
DataStructures
This project was created with the goal of enhancing my understanding of fundamental data structures and their implementations. Each data structure included in this project has been developed from scratch, allowing me to delve into the inner workings and gain hands-on experience.
PacketSniffer
Packet Sniffer is a network analysis tool designed to capture and display the contents of packets on a network. It is useful for network debugging and analysis.
PongGame
This repository contains the source code for a two-player Pong game written in C++ using the SFML library. The game has two modes: single-player against an AI opponent, and local two-player mode.
SimpleFileManager
The Simple C++ File Manager App is a command-line tool designed to provide basic file and directory management functionalities. Users can interact with the application to create directories, files, manage file contents, move/rename, copy, and remove directories/files, navigate through the file system and file searching.
RomanTereshchenko13's Repositories
RomanTereshchenko13/SimpleFileManager
The Simple C++ File Manager App is a command-line tool designed to provide basic file and directory management functionalities. Users can interact with the application to create directories, files, manage file contents, move/rename, copy, and remove directories/files, navigate through the file system and file searching.
RomanTereshchenko13/ClientServerApp
RomanTereshchenko13/DataStructures
This project was created with the goal of enhancing my understanding of fundamental data structures and their implementations. Each data structure included in this project has been developed from scratch, allowing me to delve into the inner workings and gain hands-on experience.
RomanTereshchenko13/PacketSniffer
Packet Sniffer is a network analysis tool designed to capture and display the contents of packets on a network. It is useful for network debugging and analysis.
RomanTereshchenko13/PongGame
This repository contains the source code for a two-player Pong game written in C++ using the SFML library. The game has two modes: single-player against an AI opponent, and local two-player mode.