Is the code shortened or enlengthed in 7.0 for a basic window in C#?
Printable View
Is the code shortened or enlengthed in 7.0 for a basic window in C#?
Huh?
C# is new in 7.0.
If you mean in comparison to plain C++, then the code is very much shortened on your side. But you've got a large framework sitting on your back.
My english is not that good, what is Framework?
A framework (what's your native language? Maybe you'll find a web dictionary to translate it for you) is a class library that helps you with your application. It takes over low-level jobs, such as the details of creating a window etc. The dowside is that the code of the framework needs to be executed.
I see, I speak Chinese.
Ok, then I can't help you with a native word there ;)