This is a C++ program that implements a web crawler. It uses the libcurl library for making HTTP requests and the Gumbo HTML parsing library for extracting information from HTML documents.
- 
Clone the repository:
git clone https://github.com/Intina47/EE_error.git - 
Install the required dependencies. Make sure you have libcurl and Gumbo installed on your system.
 - 
Build the project using a C++ compiler
make - 
Run the executable
./crawler