Click here to Skip to main content
15,919,178 members
Home / Discussions / C#
   

C#

 
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 Pin
OriginalGriff11-Feb-10 0:27
mveOriginalGriff11-Feb-10 0:27 
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 
Writing a C compiler is not a simple piece of work.
You also need to write a large amount of background functions that the application written in C and compiled by your compiler need to work.
For example, at the most basic, you must provide a function to write a character on a screen.
Then to write a string.
Then to cope with all the parameters of the "printf" function.
And to add two ints.
And to add two floats.
and to subtract two ints.
etc.

Actually parsing the input is relatively simple, as is code generation, but I think you will have a lot to do to get a C program to run as output by your compiler.

Google can help you if you do decide to do it: try to search for "How do I write a C compiler" and it will give you a lot of information.
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
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 
AnswerRe: Help with FTP ! Pin
OriginalGriff10-Feb-10 23:04
mveOriginalGriff10-Feb-10 23:04 
Questionhow to upload image on ftp server in c# Pin
sunil gurjar10-Feb-10 21:54
sunil gurjar10-Feb-10 21:54 
AnswerMessage Removed Pin
10-Feb-10 22:19
sunil gurjar10-Feb-10 22:19 
GeneralRe: how to upload image on ftp server in c# Pin
OriginalGriff10-Feb-10 22:23
mveOriginalGriff10-Feb-10 22:23 
QuestionHow to Read "Enter" Key Press Value Pin
sjs4u10-Feb-10 20:04
sjs4u10-Feb-10 20:04 
AnswerRe: How to Read "Enter" Key Press Value Pin
OriginalGriff10-Feb-10 21:49
mveOriginalGriff10-Feb-10 21:49 
GeneralRe: How to Read "Enter" Key Press Value Pin
rakeshs3121-Mar-10 20:35
rakeshs3121-Mar-10 20:35 
GeneralRe: How to Read "Enter" Key Press Value Pin
OriginalGriff1-Mar-10 21:23
mveOriginalGriff1-Mar-10 21:23 
Questionremote desktop Pin
v_neil8710-Feb-10 19:35
v_neil8710-Feb-10 19:35 
QuestionC# Button Click for UART Pin
John-EE10-Feb-10 18:50
John-EE10-Feb-10 18:50 
AnswerRe: C# Button Click for UART Pin
John-EE10-Feb-10 18:52
John-EE10-Feb-10 18:52 
AnswerRe: C# Button Click for UART Pin
Bekjong10-Feb-10 19:14
Bekjong10-Feb-10 19:14 

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.