vendredi 18 septembre 2020

Helper in CPP or H

Suppose I have a helper:

namespace test
{
    void doSomething() 
    {
        // Do stuff
    }
}

Should I put that code in a .cpp file or .h file, so I can then #Include it?

Aucun commentaire:

Enregistrer un commentaire