Search:

Type: Posts; User: jwong78

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    2,528

    That worked perfectly. Thank you.

    That worked perfectly. Thank you.
  2. Replies
    19
    Views
    2,528

    Has anyone got any ideas?

    Has anyone got any ideas?
  3. Replies
    19
    Views
    2,528

    How do I use the the common header file?

    How do I use the the common header file?
  4. Replies
    19
    Views
    2,528

    Two Classes Referring to each other

    I have two classes referring to each other, but when i try to compile the code I get these errors,

    jw-mytest$g++ -o mytest foo.cpp boo.cpp
    foo.cpp: In member function 'boo* foo::getBoo()':...
  5. Replies
    2
    Views
    779

    Array of pointers

    Hi,

    How do I declare an array of pointers, which are pointing to a class I've created myself?

    So then I can do something like this:

    pnt_array[4] = new MyClass(5);

    Thank you for any help.
  6. Replies
    0
    Views
    1,747

    Using readline library with lex/yacc

    I've successfully made a parser using lex/yacc. However, the user is unable to delete a charactor they may have typed incorrectly. A friend mentioned the GNU readline library.

    I've done lot's of...
Results 1 to 6 of 6