- 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.
4 lines
65 B
Makefile
4 lines
65 B
Makefile
NAME = Bureaucrat
|
|
SRC = $(wildcard *.cpp))
|
|
|
|
-include ../common.mk |