Hasty Briefsbeta

双语

The 30th anniversary of the first C++ compiler: let's find the bugs in it

4 months ago
  • #Compiler
  • #C++
  • #History
  • Cfront由Bjarne Stroustrup于1983年开发,最初被称为'带类的C'。
  • Cfront将C++代码翻译成C语言,并在1990年之前一直作为C++语言的定义参考。
  • Cfront的源代码已公开,可供公众查阅。
  • 由于年代久远及独特语法(例如使用点号(.)而非双冒号(::)表示作用域解析),检查Cfront代码具有挑战性。
  • PVS-Studio分析器在Cfront中发现若干问题,包括空指针检查前解引用、'else'分支格式错误等。
  • Cfront对C++的发展影响深远,被C++程序员视为具有神圣意义的里程碑式工具。