Search:

Type: Posts; User: funnyguy

Search: Search took 0.00 seconds.

  1. Thanks

    Thanks I'll take your word on it !!!!
  2. STL - Overriding operator < and == for "user defined types"

    As per The Complete reference C++ books, if we are planning to use an "user defined type" in an STL class like vector<MyType>, we need to atleast override the operator < () and operator == ().

    1....
  3. IMalc im not completely sure how compiler...

    IMalc im not completely sure how compiler optimizes things, but i went by the book. i tried inheriting one more class from class der (say class der2: public der) and override func(), still didnt see...
  4. Sorry for the typo errors.... as i pasted part of...

    Sorry for the typo errors.... as i pasted part of my code that i was testing.. hence forgot to do last minute checking.
  5. vptr not created for derived class with its own virtual functions

    hi all,

    i'm new to C++ and i'm stuck at a very strange looking issue related to virtual functions of derived class.

    I have code as below. During execution when putting breakpoint in last...
Results 1 to 5 of 5