C: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
Line 3: Line 3:
== Compilers ==
== Compilers ==


A complex compiler is not required to compile C because of its minimalistic qualities. As a result many various compilers have been written for C and many will work for OS development. Today the two most common are GCC and Microsoft VC++. GCC being the far most common in open source development.
A complex compiler is not required to compile C because of its minimalistic qualities. As a result many various compilers have been written for C and many will work for OS development. Today the two most common are [[GCC]] and Microsoft VC++. GCC being the far most common in open source development.



== Libraries ==
== Libraries ==
Retrieved from "https://osdev.wiki/wiki/C"