|
-
Mar 1st, 2003, 10:04 PM
#1
Thread Starter
Fanatic Member
Basic Dialog
Is the code shortened or enlengthed in 7.0 for a basic window in C#?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Mar 2nd, 2003, 05:55 AM
#2
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 2nd, 2003, 08:46 PM
#3
Thread Starter
Fanatic Member
My english is not that good, what is Framework?

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Mar 7th, 2003, 01:48 PM
#4
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Mar 7th, 2003, 05:27 PM
#5
Thread Starter
Fanatic Member

prog_tom
JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
http://physics.sviesoft.com/forum
-
Mar 8th, 2003, 08:04 AM
#6
Ok, then I can't help you with a native word there
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|