C++ and QT Creator [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
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

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 :)

Qt webkit tutorial for c++ [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
Is there any basic tutorial for qt webkit applications for c++(I'm using Qt Creator). On the official site http://doc.qt.nokia.com/5.0-snapshot/tutorials.html#qtwebkit there's section for webkit but it's empty - there're no links or any materials on it.
I think you have missed some of the documentation. There is a section with several example for QtWebKit here :)

WinAPI Aero Glass without ATL/WTL/MFC/SDK/etc [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
I've been looking for ages for C++ examples for Aero Glass interfaces using just WinAPI (CreateWindow/CreateWindowEx) without ATL/WTL/MFC/etc.
I found someone linking to one somewhere on a forum but the link was dead and I couldn't find any others.
Any ideas where I can find one?
The samples on this MSDN article are not specific to any framework (except Windows)
Are these helpful?
DrawThemeTextEx
http://msdn.microsoft.com/en-us/library/bb773317(v=vs.85).aspx
EnableTheming
http://msdn.microsoft.com/en-us/library/bb773324(v=vs.85).aspx

C++ Builder 2010 [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 someone suggest me a book\s that i can read and learn about C++ Builder 2010.
A quick google for "C++ Build 2010 books" turned up this link to a PDF
You didn't say in your question what specifically it is you want to learn.
Most books available are for Builder C++ 6.0 (from Borland). Many of the lessons in such books are still valid. Besides reading what #Tony had to say, google for BCB 6 books as well. Some are now available free on the net, I think.

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