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