A simple C++ console application that fetches address information from a Brazilian CEP (ZIP code) using an online API.
This project was created for learning purposes, focusing on HTTP requests, JSON parsing, OOP and the use of external libraries in C++
-
ViaCEP API
https://viacep.com.br/ -
libcurl (HTTP requests)
https://curl.se/libcurl/ -
nlohmann/json (JSON parsing)
https://github.com/nlohmann/json