|
-
Nov 5th, 2006, 08:45 PM
#1
C# compiler? anyone knows how it's written?
Do you know if MS announced what parser/compiler generator tools they've used to create the C# compiler? just curious
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 5th, 2006, 09:11 PM
#2
Fanatic Member
Re: C# compiler? anyone knows how it's written?
What I know about their compiler is the command line, mcs.
Example: mcs program.cs
I found it w/ MONO, they confirmed that they are using C#'s compiler and when I'm compiling my codes in MONO I'm using that command line and my program works.
If I compile the program using VS2005 it still works w/ MONO so I analyzed that it is the mcs.
-
Nov 6th, 2006, 01:45 PM
#3
Re: C# compiler? anyone knows how it's written?
 Originally Posted by eSPiYa
What I know about their compiler is the command line, mcs.
Example: mcs program.cs
I found it w/ MONO, they confirmed that they are using C#'s compiler and when I'm compiling my codes in MONO I'm using that command line and my program works.
If I compile the program using VS2005 it still works w/ MONO so I analyzed that it is the mcs.
eh mcs? isnt that just microsoft c sharp? 
I meant to ask what tools they've used to actually write something like "mcs"? I doubt they've written it by hand from scratch lol
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 6th, 2006, 01:55 PM
#4
Lively Member
Re: C# compiler? anyone knows how it's written?
The C# compiler is written in C++, I believe. Someone told me they saw a T-shirt in Redmond a C++ guy was wearing that said "My compiler compiles your compiler". Too funny.
-
Nov 6th, 2006, 07:29 PM
#5
Fanatic Member
Re: C# compiler? anyone knows how it's written?
-
Nov 8th, 2006, 12:32 PM
#6
Re: C# compiler? anyone knows how it's written?
thanks for the replies!
none of them however answer me
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Nov 8th, 2006, 07:25 PM
#7
Fanatic Member
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
|