Added file IO operations, and argument parcing

This commit is contained in:
2025-06-20 17:51:35 +01:00
parent 781276aad7
commit 2c056ef45e
51 changed files with 2060 additions and 3206 deletions
+23 -33
View File
@@ -1,5 +1,5 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.31
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# Default target executed when no arguments are given to make.
default_target: all
@@ -45,70 +45,60 @@ cmake_force:
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/local/bin/cmake
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/local/bin/cmake -E rm -f
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE
CMAKE_SOURCE_DIR = /mnt/combined/RankingSystem
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE/build
CMAKE_BINARY_DIR = /mnt/combined/RankingSystem/build
#=============================================================================
# Directory level rules for the build root directory
# The main recursive "all" target.
all: CMakeFiles/test.dir/all
all: CMakeFiles/RankingSystem.dir/all
.PHONY : all
# The main recursive "codegen" target.
codegen: CMakeFiles/test.dir/codegen
.PHONY : codegen
# The main recursive "preinstall" target.
preinstall:
.PHONY : preinstall
# The main recursive "clean" target.
clean: CMakeFiles/test.dir/clean
clean: CMakeFiles/RankingSystem.dir/clean
.PHONY : clean
#=============================================================================
# Target rules for target CMakeFiles/test.dir
# Target rules for target CMakeFiles/RankingSystem.dir
# All Build rule for target.
CMakeFiles/test.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE/build/CMakeFiles --progress-num=1,2 "Built target test"
.PHONY : CMakeFiles/test.dir/all
CMakeFiles/RankingSystem.dir/all:
$(MAKE) $(MAKESILENT) -f CMakeFiles/RankingSystem.dir/build.make CMakeFiles/RankingSystem.dir/depend
$(MAKE) $(MAKESILENT) -f CMakeFiles/RankingSystem.dir/build.make CMakeFiles/RankingSystem.dir/build
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/mnt/combined/RankingSystem/build/CMakeFiles --progress-num=1,2,3,4 "Built target RankingSystem"
.PHONY : CMakeFiles/RankingSystem.dir/all
# Build rule for subdir invocation for target.
CMakeFiles/test.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE/build/CMakeFiles 2
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/test.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE/build/CMakeFiles 0
.PHONY : CMakeFiles/test.dir/rule
CMakeFiles/RankingSystem.dir/rule: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/combined/RankingSystem/build/CMakeFiles 4
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/RankingSystem.dir/all
$(CMAKE_COMMAND) -E cmake_progress_start /mnt/combined/RankingSystem/build/CMakeFiles 0
.PHONY : CMakeFiles/RankingSystem.dir/rule
# Convenience name for target.
test: CMakeFiles/test.dir/rule
.PHONY : test
# codegen rule for target.
CMakeFiles/test.dir/codegen:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/codegen
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/Users/AfonsoCMSosua/Developer/C++/CPP_TEMPLATE/build/CMakeFiles --progress-num=1,2 "Finished codegen for target test"
.PHONY : CMakeFiles/test.dir/codegen
RankingSystem: CMakeFiles/RankingSystem.dir/rule
.PHONY : RankingSystem
# clean rule for target.
CMakeFiles/test.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/test.dir/build.make CMakeFiles/test.dir/clean
.PHONY : CMakeFiles/test.dir/clean
CMakeFiles/RankingSystem.dir/clean:
$(MAKE) $(MAKESILENT) -f CMakeFiles/RankingSystem.dir/build.make CMakeFiles/RankingSystem.dir/clean
.PHONY : CMakeFiles/RankingSystem.dir/clean
#=============================================================================
# Special targets to cleanup operation of make.