G
Guest
Hey everyone,
I noticed that unlike C#, managed C++ still uses headers and implementation
files. My question is, is there any consensus of where to put the
implementation of the managed class?
In my project, I put everything in the header file. I don't see the need to
put it in a seperate implementation file.
Any thoughts?
Thanks,
I noticed that unlike C#, managed C++ still uses headers and implementation
files. My question is, is there any consensus of where to put the
implementation of the managed class?
In my project, I put everything in the header file. I don't see the need to
put it in a seperate implementation file.
Any thoughts?
Thanks,