Search:

Type: Posts; User: William.Xu

Search: Search took 0.00 seconds.

  1. GCC 4.1.0 issued the same error msg. Thanks...

    GCC 4.1.0 issued the same error msg.

    Thanks for your help!
  2. Although gcc v.4.1.0 issued an error while...

    Although gcc v.4.1.0 issued an error while compiling, VC 2005 and RVDS works properly with this. Would u please kindly try compiling the attached file?

    I'm wondering now if it is a compiler...
  3. When declaring freind classes, what happens without the class keywork?

    After reading the section on friend functions and claases, I know that when u declare a firend class, u must cite explicitely:


    class A ; // forward declaration

    class B {
    friend class A ;...
Results 1 to 3 of 3