A
Arnold the Aardvark
I'm completely new to .NET, but not C++, and have
bought VC++ .NET to learn with. I've created a
minimal GUI application to get started.
My first question is a simple one about the IDE. Why
is all the code generated in the header? Is this an
option I can turn off?
It seems to me that this code organisation is not
mandated by anything I have learned so far about
..NET. Perhaps it seems a small thing to C# and Java
developers, but I prefer to separate the interface
from the implementation. Call me old-fashioned...
Thanks.
Arnold the Aardvark
bought VC++ .NET to learn with. I've created a
minimal GUI application to get started.
My first question is a simple one about the IDE. Why
is all the code generated in the header? Is this an
option I can turn off?
It seems to me that this code organisation is not
mandated by anything I have learned so far about
..NET. Perhaps it seems a small thing to C# and Java
developers, but I prefer to separate the interface
from the implementation. Call me old-fashioned...
Thanks.
Arnold the Aardvark