|
|
|
|
|
by spacedcowboy
463 days ago
|
|
> No ... this isn't C. My test for whether something or not is "still C" is very simple... "Does it compile with a C compiler" These compile. They're C. End of debate. Whether something has IDE support is neither here nor there. When I was learning C, your IDE was "vi" and "csh"... It was still C. As for errors, completely normal C code can spew out errors up the wazoo if you miss an errant ;, " or } (to pluck examples out of the air) somewhere important, things like "function not defined" because you were using a function later on in the file and it can no longer be parsed. Error quality does not define the language either. |
|