chore: add resource under cpp:libraries:poco

pull/4053/head
roadmap bot 1 year ago committed by Kamran Ahmed
parent e463bfe309
commit ef475a989a
  1. 4
      src/data/roadmaps/cpp/content/libraries/102-poco.md

@ -68,4 +68,6 @@ int main()
}
```
In the above example, Poco is used to send an HTTP GET request and process the response. It manages tasks like connecting to the server, handling exceptions, and managing HTTP headers.
In the above example, Poco is used to send an HTTP GET request and process the response. It manages tasks like connecting to the server, handling exceptions, and managing HTTP headers.
- [Official Docs for Poco Library](https://docs.pocoproject.org/)
Loading…
Cancel
Save