Search:

Type: Posts; User: erty

Search: Search took 0.00 seconds.

  1. Reducing code duplication from common code calling common class

    I have a class 'A' which is almost perfect for my needs. Class 'B' uses class 'A'
    I've now designed Class 'C' and Class 'D' and noticed that there is a good chunk of code in class 'B', 'C' and 'D'...
  2. Replies
    34
    Views
    3,099

    Here's my 2p: If your IDE doesn't support...

    Here's my 2p:

    If your IDE doesn't support editor shortcuts, you can use another IDE (or at least editor) which does.
    If the compiler doesn't support #pragma once, you are stuck.

    I like to...
Results 1 to 2 of 2