Thread: C# Compiler

  1. #1
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039

    C# Compiler

    Where do I get a C# Compiler? What's Microsoft.NET?

  2. #2
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    You can get a C# compiler as a part of the Net Framework SDK download at Microsoft.com. You can also get a ton of information there. Try it. I think it was listed in the Links in the sticky posts.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    but that's 128 mgs!!!!! which part of the download is the compiler?

  4. #4
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    .
    Last edited by Troll_King; 11-30-2001 at 11:24 AM.

  5. #5
    .
    Join Date
    Aug 2001
    Posts
    598
    If your a linux user MONO might be of instrest.
    To Err Is To Be Human. To Game Is Divine!"

  6. #6
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >I think that he is giving you BS.

    I would appreciate if you could keep your thoughts for yourself until you have at least a clue what you are talking about. Without facts to back them, your thoughts belong to the philosophy board. To help someone, you should get informed.

    I'm sorry, but if you knew what you are talking about, you would see that I'm right. Downloading the Framework is the easiest way to get a commandline compiler that is producing C# programs. You need the Framework for this, you cannot download the compiler seperately.

    You could also get the Visual Studio .NET Beta 2 or maybe the Release Candidate on CD or for Download. I downloaded it once, it's not fun. It's 4 CDs and Microsoft doesn't allow to download them parallel. At 10K creeping Microsoft speed, it takes days. You can order the CDs from their website for postage costs only. A nice offer. Or you can visit the MSDN devloper days ( in December in Germany, might vary for your country ) where they hand out a Release Candidate and other stuff.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  7. #7
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    so what part of framework is the compiler in?

  8. #8
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    Okay, maybe it didn't get through... There is the Microsoft .NET Framework SDK. It includes a C# commandline compiler. For the compiler to run and later to run the executables, you need the complete Framework installed.

    If you can spare the money, you can get the complete Visual Studio .NET, which includes the Framework, a C#, C++ and VB compiler and integrated Editor on CD from Microsoft.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  9. #9
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    .
    Last edited by Troll_King; 11-30-2001 at 11:24 AM.

  10. #10
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    You need the framework and the compiler.
    Yes but the compiler is part of the framework. Visual C#.NET is just the IDE and doesn't contain the compiler.
    zen

  11. #11
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    WHAT PART OF THE FRAMEWORK IS THE COMPILER!!!!!!!!!!!!IVE ASKED THIS THREE TIMES!!!!

  12. #12
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    >nv, you idiot. You need the framework and the compiler.
    >Get a life. BTW do you have a job?

    Troll_King, I'm not sure I understand you... That is EXACTLY what I'm saying. You need the framework, it includes a compiler. Do you have trouble reading ?

    I'm a professional programmer. It's my JOB to know this stuff.

    Xterria:
    *sigh* Yes, you asked three times now. You have the choice to either get it with my third answer, or not get it at all. In order to get the minimum version of a compiler you have to download it all. All. The whole Framework SDK. Complete. Each and every part of it.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

  13. #13
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Boy, that sure took a while to get through to his head...

  14. #14
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    oh, sorry, I didn't see the other reply...thanks.

  15. #15
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    that's what you get for listening to troll_king.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler Paths...
    By Cobra in forum C++ Programming
    Replies: 5
    Last Post: 09-26-2006, 04:04 AM
  2. C Compiler and stuff
    By pal1ndr0me in forum C Programming
    Replies: 10
    Last Post: 07-21-2006, 11:07 AM
  3. I can't get this new compiler to work.
    By Loduwijk in forum C++ Programming
    Replies: 7
    Last Post: 03-29-2006, 06:42 AM
  4. how to call a compiler?
    By castlelight in forum C Programming
    Replies: 3
    Last Post: 11-22-2005, 11:28 AM
  5. Bad code or bad compiler?
    By musayume in forum C Programming
    Replies: 3
    Last Post: 10-22-2001, 09:08 PM