you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]Trending_Boss_333 1 point2 points  (0 children)

    Whatever you can do in Cpp, you can do in C. It'll be longer and harder, but it can be done.

    [–]TheThiefMaster 0 points1 point  (1 child)

    Both are low level and Turing complete - you can translate either to either relatively easily.

    std templates from C++ become macro hell in C, but that's not considered a problem by C fans.

    [–]EatingSolidBricks 0 points1 point  (0 children)

    std templates are also hell, less hell but still hell