Pietro Cerutti wrote:> Hi group,> is it always safe to pass unsigned char * variables as param...
By joe_wright
Papastefanos Serafeim <serafeim@otenet.gr> wrote:> I read the FAQ of the newsgroup and in questio...
By kevineaston
I am not restricted from doing an assignment operation on a constant datatype ( say, an int ) but ju...
By mallikaarjuna24
why my const integer is strangely accepting an assignment statement or an increment operation on it ...
By mallikaarjuna24
Hi,if I'm not mistaken, the compare parameter of the std::set template hasto fulfill the "stric...
By jochen_eisinger
I need a smart char * class, that acts like a char * in all cases, butlets you do some std::string-t...
By christopherbenson_manica, 9 Comments
I tried the following in MSVC7.1 but was told "unable to deducetemplate parameter".template <int ...
By atlas, 3 Comments
Hi,I have a program that copy files using SHFileOperation, but my problembegins when i want copy fil...
By davids, 1 Comments
how do i add/remove items in a combo box? Do i just use GetWindowText to read what item is selected?...
By amonra, 2 Comments
I'm trying to built and array of circular link list but when I read the input file Ijust get a long ...
By sarass, 103 Comments