Search:

Type: Posts; User: jjetson

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,394

    The problem is I can't create an...

    The problem is I can't create an AbstractPanePrivate. I've searched through all the libs and there's no AbstractPanePrivate header or object file. So I can't think of any way to subclass...
  2. Replies
    7
    Views
    36,822

    you're doing left[++j] = A[i]; while your...

    you're doing

    left[++j] = A[i];

    while your i is from 1 to 5
    your array indexes are 0 to 4

    that should help you figure out the problems
  3. Replies
    4
    Views
    1,394

    No Constructors

    Hi all, so I have a C++ question I can't seem to solve. I come from a Java background but am fairly familiar with C/C++. I have a class I'd like to inherit from:

    (Not the full header but the...
Results 1 to 3 of 3