|
-
Nov 20th, 2003, 08:55 PM
#1
Standardized C#
Since C# is standardized, that means the language can be used on any OS and shouldn't include any propritary stuff.
So are there any C# compilers out there and is there any standard C# libraries?
Since .NET is propritary and not standardized and C# is, I would think there has to be some-sort of standard libraries and compilers.
-
Nov 20th, 2003, 09:39 PM
#2
Frenzied Member
-
Nov 24th, 2003, 05:37 AM
#3
The Mono project is out there. C# compiler, much of the .Net framework implemented. But System.Windows.Forms is very incomplete yet, mostly because it is designed to fit the Windows way of doing things and is quite hard to adapt to Linux.
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.
-
Nov 24th, 2003, 05:38 PM
#4
Originally posted by CornedBee
The Mono project is out there. C# compiler, much of the .Net framework implemented. But System.Windows.Forms is very incomplete yet, mostly because it is designed to fit the Windows way of doing things and is quite hard to adapt to Linux.
I know this, but since C# is standardized, that means it can be compiled just like standardized C++. So I'm waiting for standard libraries and such for C#
-
Nov 25th, 2003, 03:01 AM
#5
There are none. There's a subset of the .Net framework that was standardized too, I believe. There won't be a standard C# library in the near future.
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
|