Comment on Building C ProjectsparentComments−angersock11yDo you support GOTOs?#ifdefs?aligment #pragmas?#includes?extern?If you don't--which is integral to how C works--you've created a cool C-like language, but not C.C is quite nearly just a high-level assembler with syntax sugar.
Comments
Do you support GOTOs?
#ifdefs?
aligment #pragmas?
#includes?
extern?
If you don't--which is integral to how C works--you've created a cool C-like language, but not C.
C is quite nearly just a high-level assembler with syntax sugar.