C++ Builder 2010 [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
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.

Related

how to make a installation like window in 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 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 am making software and want to make a user interface for installation. I would appriciate if anyone could give me any tips, hints, or links which would get em started
I want my installation window to look like this
There a are lots of tools to generate Installer tools for Windows.
I have had good experience with WiX[1] and InnoSetup[2] so far. NSIS[3] is also an alternative.
WiX uses XML to define your installer, InnoSetup uses the Pascal language.
[1] http://wixtoolset.org/
[2] http://www.jrsoftware.org/isinfo.php
[3] http://nsis.sourceforge.net/Main_Page

How can I download HP-UX 11i v1/v2/v3 iso or vmware file? [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 want to some test on HP-UX 11i v1/v2/v3.But I cant find any download link or information. Please help me about this because I ve searched for more than 3 hours? Thanks.
It's a commercial product. You can't legally download it without a license. So contact HP.

Simplest C++ test framework that works with jenkins [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 am looking for a simple test framework that can output readable by Jenkins. It needs to work with MSVC 6 and 2010. Hopefully something that can be compiled with the project, like a few header files or so. Any advice?
CATCH! That's what I was looking for. In 5 minutes I have it up and running. Just what I was looking for. Thanks to doctorlove!

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

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