I'm doing C Programming on Windows 10 with Visual Studio Code IDE.
My aim is to send HTTP Request, for this I'm planning to use curl.h header file.
As Windows, does not contains curl.h file, I have downloaded this file and placed it in the same directory as where my C Program is located, and I'm able to access header file from VS Code.
When I'm trying to run the code, I'm getting an error that there is no such directory.
Can anyone please help me to understand, how can I include external headers files on Windows?