| | Thread Starter | Replies | Last Post | Topic |
 402 Hits | MainMenu item chosen{Too Long} | 0 | New! 1/8/2010 | C++Builder |
 1230 Hits | class that should not be inherited.How to write the class such that it should not be inherited by other class. | 1 | For C++, to prevent derivation make the constructor a private member of the class.
In... 6/25/2008 | Standard C++ |
 1159 Hits | C Chat Server for Borland?I have been looking for a few weeks now for a chatserver example in C and can't find one that works for BCB 5.5. I can find C++ servers but none that are ... | 1 | Did you ever find a chat server? If not, how did you work around that. Are you porting one of the C+... 12/8/2007 | C Language |
 1085 Hits | Exception HandleHi Moderator, I am developing database (ORACLE) application using C++Builder with TADO Component (TADOConnection & TADOQuery). Why if I put try and catch exce... | 1 | It's been a little while since I had the privilege of programming in C++ but if I remember correctly... 6/22/2007 | C++Builder |
 1220 Hits | C - Sorting a data file - Need Help !!!I have a small C program that reads in a file and prints out the contents fine. The problem is with sorting that data and getting it to print. What prints out... | 1 | How is the data in the first file formatted, are they character strings, numbers, what?What are you ... 6/22/2007 | C Language |