Results 1 to 5 of 5

Thread: Standardized C#

  1. #1

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    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.

  2. #2
    Frenzied Member DevGrp's Avatar
    Join Date
    Nov 2001
    Location
    Charlotte, NC
    Posts
    1,256
    Nope not yet.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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.

  4. #4

    Thread Starter
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    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#

  5. #5
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    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
  •  



Click Here to Expand Forum to Full Width