Search:

Type: Posts; User: RickA

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,227

    Thank you, Sebastiani.

    Thank you, Sebastiani.
  2. Replies
    11
    Views
    1,227

    Excuse me, the "import" slipped in via my Java...

    Excuse me, the "import" slipped in via my Java backdoor ;)
    I have progressed to this:

    I want to make Error an abstract class. I want ErrorLog to inherit from Error. What am I doing wrong? How do...
  3. Replies
    11
    Views
    1,227

    syntax help needed

    I'm trying to implement a strategy pattern which I got from here: Strategy pattern - Wikipedia, the free encyclopedia
    Here's the code:


    #ifndef ERROR_H
    #define ERROR_H
    #include <QString>
    ...
Results 1 to 3 of 3