CPP09/ex00/inc
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
..
BitcoinExchange.hpp Implement BitcoinExchange class with file handling and data processing 2025-09-09 16:50:47 +02:00