Re: C Or C++
Whether a language is low/high level tends to have more to do with library support and how much direct access to the hardware you have. C is often used for direct hardware access, while Java almost never is, despite their common terse syntax.
|