Search:

Type: Posts; User: OdyTheBear24

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,532

    Thanx that works

    int main()
    {
    char* a = "Thanx that works!";
    cout << a;

    return 0;
    }
  2. Replies
    5
    Views
    1,532

    Still don't get it... (no answer so far...)

    Yes, I am sure that would work. However, there is more...
    Take a look at the code below:


    class Class2;

    class Class1
    {
    friend void Class2::func2();
  3. Replies
    5
    Views
    1,532

    **STUPID** newbie question...

    Hi!

    Can anyone plz tell me why the following code does not work?




    class Class2;

    class Class1
Results 1 to 3 of 3