logoalt Hacker News

pjmlptoday at 9:58 AM1 replyview on HN

First of all VC++ isn't the only C++ compiler on Windows, as it isn't like UNIX with the one true compiler original approach, secondly there are ways with the compiler and linker flags.

I have been avoiding C as much as possible since 1992, starting with Turbo C++ for MS-DOS.

Anyway, to each its own, all the best.


Replies

integrichotoday at 10:48 AM

Sure, just to clarify, I am not arguing that c++ doesn't work, only that c++ produced binaries are either having more dll dependencies, or are more bloated (in size). I also tried clang-cl and MingW, and while both work, the binaries produced by them are even larger then any MSVC produced (regardless of how I try to optimize it). C is a winner when it comes to binary size.