Is it p开发者_如何学运维ossible to put a placeholder for a method call in the property value of an object in the Object Inspector? I have a method that returns a string that I\'d like to include as pa
I\'m looking for some examples for writing a shell extension in C++ Builder 2010 (2007 and 2009 would also probably be relevant) so I can right click a file in Explorer and get the file path in my VCL
I want 开发者_StackOverflow社区to make a game of TicTacToe. WhenI resize the window I want to appear more buttons on the interface. From a matrix of 3x3 to 4x4 etc up to 9x9, depending on how much I r
Can we \'eas开发者_高级运维ily\' (in some way) compile C++Builder project into VisualStudio 2005 C++. New in C++ i\'m looking for references in that matter (CBuilder vs VS). Thanks. Well, not really.I
I was comparing a simple hash function that I wrote which just multiplies it by a prime mod another prime number (the table size) and it turns out that stl is slower by 100 times. This is the test met
I have a situation wher开发者_如何学JAVAe I need to compare a char* with a WideString. How do I convert the WideString to a char* in C++?You can use the wcstombs function.
I\'m using codegear c++ builder 2007. I\'m trying to read a string value with a path from the registry. This path can contain unicode characters, for example russian.
I am reading in a file with a format similar to: TIME, x, y, z 00:00:00.000 , 1, 2 , 3 00:00:00.001 , 2 , 3 , 4
I have a comms server that is supposed to run for an indefinite amount of开发者_运维问答 time. However, it sometimes errors with
Form1 connects to a database and keeps the connection in a published property Form1->DBSession. In the project source I would like to make sure that this session is closed, even if the program is abo