I m on a problem that I can t figure out. I m building an application in c++ builder 2009 and oracle 11g. I have some calculated data that depend on users age. What I want to do is to re-calculate the
1) Now I am writing IM chat System i face some problem how to send开发者_StackOverflow中文版 vector that has information from the server to Client
If the constructor of my class inherits a parametrized constructor of another class, will that inherited constructor code be executed before or after the code that I place in my constructor?
Can anybody help me find free components or any other easy way to communicate with device attached to the seria开发者_StackOverflow中文版l port? I\'m using Codegear and quite desperate after few days
Is it possible to use a C++Builder DLL in a VC++ application using load-time linking? If so, how is this done? I tried to build the VC++ application against my C++Builder .lib file, but got an error i
I\'ve been working on custom Vector class. Everything works perfectly fine on Microsoft compiler, however when I try it on Borland I\'m getting a really strange error.
I\'m newer to C++. I have written some code, but when i run it, there\'s always this: raised exception class
How to use IdThreadComponent with TIdyTCPServer in c++ bu开发者_StackOverflow中文版ilder???? Please help!TIdTCPServer is multi-threaded internally for you.You don\'t need to use TIdThread or TIdThrea
I have the following abstract ba开发者_Go百科se class, SettingsInterface, that I use as an interface:
I want to expand tree on main form w开发者_开发问答hen application starts. How i can do it? I cant find corresponding property.