feat: finishing the ex00 of the module 06

This commit is contained in:
Raphael 2025-03-24 15:17:27 +01:00
parent d32b496a87
commit 6631b3042a
4 changed files with 59 additions and 53 deletions

View file

@ -26,13 +26,16 @@ CXXFLAGS = -Werror -Wextra -Wall -std=c++98 -I./includes/
CXXFLAGS += -MMD
# Flags to have the debug (can be removed for correction)
DEBUG = -g3
DEBUG += -fsanitize=address
# DEBUG += -fsanitize=address
CXXFLAGS += $(DEBUG)
# Sources
SRC = sources/char.cpp \
sources/ScalarConverter.cpp \
sources/exeception.cpp \
sources/float.cpp \
sources/integer.cpp \
sources/double.cpp \
sources/ScalarConverter.cpp \
main.cpp
# Objects