Looking for a good book covering CURL library under c++ [closed] - c++

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
are there any good books/tutorials decscribing how to use CURL library under C++ to implement FTP / SFTP clients ? Thx for help.

For the C++ bindings for CURL, see the docs at http://curlpp.org/ . There are extensive examples there; no need to get a book (in all likelihood).

I found the libcurl docs to be sufficient. There are a couple examples of FTP in C here.

Related

Opensource Code Example - Django, Backbone.js (and Coffeescript) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any open source projects or examples using both django and backbone.js?
I learn best from looking at actual code.
here are some good examples made for django users:
http://lincolnloop.com/blog/2012/jun/5/backbonejs-django-developers/
http://joshbohde.com/blog/backbonejs-and-django
https://github.com/joshbohde/django-backbone-example
http://lanyrd.com/2011/pycodeconf/sghxt/ (this is a presentation by leah culver)
I hope it helps you :)

C++ and QT Creator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Where can I find some tutorial for creating QT applications (with C++)?
How should I start?
The official Qt tutorial would be the best place to start with.
If you are looking for a book, again, the official book is the best. Here is a link to that.
Qt nokia.
you can find information there. There are several examples and official book

Best C++ RTP/RTSP library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library.
Check live555 Useful libraries and code examples of how to stream stuff from your own app. The repo is full of RTP, RTSP, and SIP code examples and libraries.
JRTPLIB is very nice, and used in well-known projects such as SightSpeed (and lots of little ones). Pretty well-designed, very flexible license; pretty easy to get things right with it.

ActiveMQ c++ tutorial [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend a good tutorial on JMS with c++ and ActiveMQ?
The examples that ship with the library are also pretty good. They have simple, straightforward examples like a simple async consumer and a simple producer which work together.
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/
To use C++ and JMS together:
http://www.codemesh.com/products/junction/examples/jms.html
http://www.theserverside.com/discussions/thread.tss?thread_id=28570
Well, For ActiveMQ:
http://docs.1060.org/docs/3.3.0/book/tutorial/doc_tutorial_jms.html
http://activemq.apache.org/getting-started.html
and for JMS itself:
http://java.sun.com/products/jms/tutorial/

C++ SpellChecker Library [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Can anybody recommend a good (ideally open source) C++ spell checker library. We are currenly using Talo, which isn't very good, so we are looking to change.
One which includes a grammar checker would also be good.
Thanks
I have heard good things about hunspell. I have used and integrated aspell, which has some nice features and some which I did not like.
If you've got internet access, you can always use on online service like SpellCheck.net which has a CGI interface that you can query.
Following on from Yuval - OpenOffice Lingucomponent