Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Turbo C 3.0 完全或部分遵循哪个版本的 ANSI C 标准?
C89还是C90?
Turbo C++ 3.0 于 1991 年发布,这意味着在其 C 编译中它可能支持 K&R C 和 C89(C90 基本相同)。它不能很好地支持 C95,因为该版本的标准不可用。
C89 和 C90 基本相同。C89 指的是 ANSI X3.159-1989“编程语言 C.”,而 C90 是该版本的 ISO 版本 (ISO/IEC 9899:1990),带有修正。