Thanks Robert.
B
BIG_MG
@BIG_MG
Posts
-
Overloading function operator () -
Overloading function operator ()No I mean for parenthesis (). This has been asked to me during an interview. Can we overload function operator () ? If yes then how and in what scenario this would be required.
-
Global Variable ProblemAnother way of doing the same would be declare it static. So in the stdafx.h you can write like static int gi_var = 0;
-
Overloading function operator ()Can we overload the function operator () - Curly brackets ? If yes then what would be the syntax for this.
-
COM Stateless Vs StatefulHi Guys, Can somebody tell me whether COM objects are stateless or stateful ? AS far as i understand, State of an object is defined by the data member it contains and COM objects can have data members. BIG_MG