CPP05/ex00/compile_commands.json
whaffman bf2416c5c7 Add Bureaucrat and Form classes with color-coded output
- Implemented Bureaucrat class with constructors, destructors, and operator overloads.
- Added Form class with constructors, destructors, and methods for signing.
- Introduced color definitions in colors.h for enhanced console output.
- Integrated color-coded messages in Bureaucrat and Form methods for better visibility.
- Developed main function to demonstrate functionality and exception handling for Bureaucrat and Form.
2025-06-24 13:36:11 +02:00

20 lines
377 B
JSON

[
{
"arguments": [
"/usr/bin/c++",
"-Wall",
"-Wextra",
"-Werror",
"-std=c++11",
"-I./inc",
"-c",
"-o",
"main.o",
"src/main.cpp"
],
"directory": "/home/willem/projects/CPP05/ex00",
"file": "/home/willem/projects/CPP05/ex00/src/main.cpp",
"output": "/home/willem/projects/CPP05/ex00/main.o"
}
]