Which language is used to write a C compiler? [closed] - c

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
PHP's interpreter is written in C. In which language is a C compiler written? Assembly language?

the C-Compiler is written in C with the use of a minimal bootstrap compiler in another language

Related

Graphic programming in C, Linux [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I save the data from USB into the database sqlite3 and I want to create a wave of these datas, I prefer to use C in Linux, maybe another language is also ok. Anyone has an idea?
Thanks.
If you can use C++ then checkout QT, has its open graphics library and supports OpenGL too

Size of Compiler [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I was exploring a bit on compilers.I had a question in my mind.I wanted to know whether,
C-Programming language provide*any programing function* to know the size of compiler being used?
I think it's safe to say "no". There isn't necessarily a meaningful answer -- it's entirely possible to build a single program with code from two (or more) different compilers.

Collabrative Embedded C programming projects [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Looking for embedded C projects where I can work with group or individuals. My goal is to keep skills current while honing and learning new skills and techniques.
You could try using Arduino, it seems to have a big community worldwide.

Convert a .c file, that was created on a Mac, to Windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Is there a way to convert a .c file that was created on a Mac to be compatible with VS2010? Or am I stuck having to re-type the code by hand?
Thanks!
You could try mac2dos.

How do I write a compiler in C? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
I want to write a compiler in C.
Whats basics do I have to learn for creating a compiler?
Start by reading the dragon book.
flex and yacc may help

Resources