Search Results

0
votes

C++ (Builder) How to populate a database with filenames from a dir and its subdirs.

You basically neeed to write a recursive function with a TDataSet parameter. (I could not compile my code, so you get it "as is") void AddFiles(AnsiString path, TDataSet *Da …
2
votes

Delphi versus C++ Builder - Which is Better Choice for a Java Programmer Doing Win32

Of course java sintax is more like c++ than like delphi, but I think that the object model is more similar to delphi: single inheritance. Interfaces exist but are more like COM than l …