Search:

Type: Posts; User: salquestfl

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    1,644

    I think replacing one line static unsigned...

    I think replacing one line



    static unsigned featureField = FeatureA | FeatureB;


    with 15 lines involving templates is by no means easy to maintain.
  2. Replies
    12
    Views
    1,644

    What exactly this template is accomplishing apart...

    What exactly this template is accomplishing apart from setting the value of a global variable? C++ is already complicated enough for simple tasks sometimes.The programmer needs to specifically...
Results 1 to 2 of 2