Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating a live service in c# Pin
#realJSOP11-Feb-10 6:03
professional#realJSOP11-Feb-10 6:03 
GeneralRe: Creating a live service in c# Pin
Steve-Co11-Feb-10 23:32
Steve-Co11-Feb-10 23:32 
GeneralRe: Creating a live service in c# Pin
#realJSOP12-Feb-10 8:27
professional#realJSOP12-Feb-10 8:27 
GeneralRe: Creating a live service in c# Pin
#realJSOP14-Feb-10 8:19
professional#realJSOP14-Feb-10 8:19 
Questionaspx to Html page Pin
It_tech11-Feb-10 1:19
It_tech11-Feb-10 1:19 
AnswerRe: aspx to Html page Pin
loyal ginger11-Feb-10 1:33
loyal ginger11-Feb-10 1:33 
GeneralRe: aspx to Html page Pin
It_tech11-Feb-10 1:42
It_tech11-Feb-10 1:42 
GeneralRe: aspx to Html page Pin
It_tech11-Feb-10 2:46
It_tech11-Feb-10 2:46 
GeneralRe: aspx to Html page Pin
loyal ginger11-Feb-10 3:36
loyal ginger11-Feb-10 3:36 
GeneralRe: aspx to Html page Pin
It_tech11-Feb-10 4:07
It_tech11-Feb-10 4:07 
QuestionWebcam in c# Pin
aligokdemir11-Feb-10 0:44
aligokdemir11-Feb-10 0:44 
AnswerRe: Webcam in c# Pin
annathor11-Feb-10 1:45
annathor11-Feb-10 1:45 
AnswerRe: Webcam in c# Pin
Mark H Bishop11-Feb-10 2:09
Mark H Bishop11-Feb-10 2:09 
GeneralRe: Webcam in c# Pin
aligokdemir11-Feb-10 6:19
aligokdemir11-Feb-10 6:19 
GeneralRe: Webcam in c# Pin
Mark H Bishop11-Feb-10 7:07
Mark H Bishop11-Feb-10 7:07 
QuestionC Compiler Using C#3.0 Pin
Niungareamit11-Feb-10 0:00
Niungareamit11-Feb-10 0:00 
AnswerRe: C Compiler Using C#3.0 Pin
#realJSOP11-Feb-10 0:15
professional#realJSOP11-Feb-10 0:15 
AnswerRe: C Compiler Using C#3.0 PinPopular
OriginalGriff11-Feb-10 0:27
mveOriginalGriff11-Feb-10 0:27 
Writing a C compiler is not a simple piece of work: it can be done in C#, and the actual lexical / parser / code generator design is well established. But what it won't let you do is run a program - to do that, you will need a library of back up stuff: Add, subtrcat, multiply, divide, write a character, etc., etc.

It's a big job, probably a couple of man-years, but if you want to try, give google a shot with "how do I write a c compiler" and you will get thousands of hits!
If Barbie is so popular, why do you have to buy her friends?

Eagles may soar, but weasels don't get sucked into jet engines.

If at first you don't succeed, destroy all evidence that you tried.

GeneralRe: C Compiler Using C#3.0 Pin
Niungareamit11-Feb-10 1:05
Niungareamit11-Feb-10 1:05 
GeneralRe: C Compiler Using C#3.0 Pin
OriginalGriff11-Feb-10 1:37
mveOriginalGriff11-Feb-10 1:37 
GeneralRe: C Compiler Using C#3.0 Pin
moon_stick11-Feb-10 4:12
moon_stick11-Feb-10 4:12 
GeneralRe: C Compiler Using C#3.0 Pin
OriginalGriff11-Feb-10 4:18
mveOriginalGriff11-Feb-10 4:18 
GeneralRe: C Compiler Using C#3.0 Pin
moon_stick11-Feb-10 4:32
moon_stick11-Feb-10 4:32 
GeneralRe: C Compiler Using C#3.0 Pin
N a v a n e e t h11-Feb-10 5:28
N a v a n e e t h11-Feb-10 5:28 
QuestionHelp with FTP ! Pin
mgexpression10-Feb-10 22:50
mgexpression10-Feb-10 22:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.