is the order of overloaded methods in the vtable always the same across win32 compilers? Problem: I have \"interfaces\" (pure virtual classes with no data members). They can be used via pointer from
I\'m using C++Builder, and am trying to slowly migrate code to using C++ standard library in preference to the Delphi VCL.
I have a batch file that tries to compile a static library using Borland C++ Builder 6.0 It is called from Borland make (makefile created with bpr2mak) which is called from a .bat file (used to compi
I\'m a newbie at using the STL Algorithms and am currently stuck on a syntax error.My overall goal of this is to filter the source list like you would using Linq in c#.There may be other ways to do th
Regarding the following C++ code, LengthAlphabeticalSort lengthAlphabeticalSort; outputList.sort(lengthAlphabeticalSort); // causes borland 开发者_Python百科8092 error, guaranteed stable_sort.
A single class derived from TForm appears to hold onto GDI handles until the application is closed. class TTestForm : public TForm {
How do you programmatically save an excel workbook using 开发者_开发百科OLE and C++ Builder? I\'m guessing it might be something like:
I am working in the Borland C++Builder IDE, using VCL controls. I am trying to get a TStringGrid component to scroll down to a row and highlight that row, based on user input in a different form. I开发
I wrote some program in C++ Builder 6 (don\'t ask me why). I do some actions with on-form components after formResize event occurs.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.