Go to file
whaffman 8d6e32b681 Implement BitcoinExchange class with file handling and data processing
- Added BitcoinExchange class to manage Bitcoin data.
- Implemented methods for loading data from files and processing input.
- Introduced exception handling for various error scenarios (file not found, line format issues, negative values, etc.).
- Created a main function to demonstrate usage and handle command-line arguments.
- Added input data file with various test cases for validation.
2025-09-09 16:50:47 +02:00
.vscode Implement RPN class with evaluation logic, exception handling, and main function; update PmergeMe class to track comparisons and enhance input validation 2025-09-08 16:09:46 +02:00
ex00 Implement BitcoinExchange class with file handling and data processing 2025-09-09 16:50:47 +02:00
ex01 Implement RPN class with evaluation logic, exception handling, and main function; update PmergeMe class to track comparisons and enhance input validation 2025-09-08 16:09:46 +02:00
ex02 Implement BitcoinExchange class with file handling and data processing 2025-09-09 16:50:47 +02:00
.gitignore Implement BitcoinExchange class with file handling and data processing 2025-09-09 16:50:47 +02:00
common.mk Update common.mk: correct update timestamp and enhance clean target to remove dependency files 2025-09-08 16:13:57 +02:00
Makefile initial 2025-08-24 20:51:08 +02:00