CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ldicus34

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    9,599

    Re: C## Class Problems

    would this work?

    OPairType::OPairType (int x, int y) {
    x=y=0;
    }

    Edit: I've got it to compile now using the above code. Now my output is coming out wrong. I'm leaving c's ordered pair as...
  2. Replies
    6
    Views
    9,599

    Re: C## Class Problems

    sorry about the smileys, first time posting. They are supposed to be double colons "::"
  3. Replies
    6
    Views
    9,599

    C## Class Problems

    I need some help on this ASAP as the program is due at 11:00pm.

    I have one error left, but I have a feeling once it's fixed I'm going to have several more. That would be my luck.

    The error is...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured