back

by AlexeyBrin·1y ago·view on hn ↗
> Turbo C++

Terrible suggestion in 2024 for a beginner as I assume the OP is. (If you are into retro development and you are already an experience programmer, it will be just fine.)

I doubt that Turbo C++ is even C89 compatible.

1 comments
It does support ANSI C, and is fine for that.
Cool, I would still not advice a beginner to start with it. But it is nice to know that the compiler supports at least the ANSI C standard. I may use it in my next retro programming project.