Search:

Type: Posts; User: CoMpuTer NerD

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,654

    operator overloading functions Problem

    i have a certain problem regarding operator overloading function ....when i implement the overloading functions as friend functions i get the same
    INTERNAL COMPILER ERROR ...what does that mean???...
  2. Replies
    11
    Views
    1,361

    you wrote a class that does not diffentiate...

    you wrote a class that does not diffentiate between the member functions and the data members... you should use the member access specifiers...public, private, protected.
    to modify your class do the...
Results 1 to 2 of 2