Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best C++ Builder documentation/book?

Status
Not open for further replies.

jbs

Programmer
Feb 19, 2000
121
US
I typically use Visual Studio for my C++ applications but every now and then I have a customer that really needs me to work within the Borland Environment.

I have found that, with some help, I'm able to get around the Borland IDE pretty well and get the job done however I've been a bit frustrated with the lacking online documentation. For example, if I press F1 while on my SelectDirectory() function call I do get a nice help screen that explains what the SelectDirectory() function does but it doesn't provide all the various options that Borland has made available within the SelectDirectory() function.

Question: Could someone (or several people) recommend a great reference manual that I could keep next to the keyboard that would have all the various options, etc. that are available to the Borland user?

FYI, I'm using what I believe is the latest copy of Borland C++ Builder 6.0 Professional
 
The following book is a reasonable and recent reference, however a few of the older "Sams" books are useful. The only problem with the book below is that several of the chapter are on the CD. You'll turn Chapter 2, and it refers you to the CD. Another problem is that the CD version isn't a properly bookmarked PDF file. I've gotten used to going to the page listed in the index of the book + 42 to get the correct page on the CD. Geez why Am I recomending this book??? Oh yes, because it is the best and most recent reference to Builder where hardly any books are published on the subject.

Good Luck, and I really find developing for the Windows environment much more "fun" in Builder than Visual C++.

C++ Builder 5 Developer's Guide (With CD-ROM)



Geo.
 
Thanks....will purchase the book.
I think I understand your definition of 'fun'. It's sort of interesting...first time I saw the Borland IDE it reminded me of Visual Basic with some added complexity and capability.

Thanks again,

/j
 
Exactly...

I learned Visual Basic after having programmed in Builder for a few years. VB was a piece of cake. Prefer Builder however.
 
Another book to look at is Borland C++ Builder: How-To by John Miano, Tom Cabanski, and Harold Howe. This is an older book and may not be in print anymore. Howe's web site is James P. Cottingham

I am the Unknown lead by the Unknowing.
I have done so much with so little
for so long that I am now qualified
to do anything with nothing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top