Hi All
Visual studio allow you to create "inlined" classes (if I am not mistaken with the name). So class header and implementation all in one file.
H. file contain definitions and declarations of the class and functions, there is no .cpp file at all.
So I was wondering if there is any penalty for doing it that way? any disadvantages ?
Thanks a lot