October 7th, 2009 08:32 PM
Let's suppose that we have defined following macros:
#define AAA 'a'
#define BBB 8
Is it possible somehow to define a macro CCC which will be the string of AAA duplicated BBB times?
March 22nd, 2004 05:55 AM
I want to add into Toolbar control the buttons with bitmaps of different width.
According to MSDN:
But if you will see, for example, Google toolbar you can find out that it has buttons with...
February 2nd, 2004 01:52 AM
I appreciate your help Paul McKenzie.
Thank you.
January 31st, 2004 04:56 AM
January 29th, 2004 12:51 AM
Thanks all for the answers.
I'm sorry but I still have a question.
Let we have following situation.
As wrote Paul McKenzie we add objects to the list, not a pointers:
#include <list>...
January 28th, 2004 02:44 AM
I have a question regarding to STL std::list objects.
Let we have a definition of own structure:
struct MYSTRUCT
{
std::string strFile;
DWORD dwSize;
BOOL bFlag;