code_generator icon indicating copy to clipboard operation
code_generator copied to clipboard

Adding namespace

Open rtyping opened this issue 2 years ago • 0 comments

//.h

namespace web{ class CExample { CExample(); } }

//.cpp

web::CExample:CExample(){ }

rtyping avatar Oct 01 '23 14:10 rtyping