C is the biggest fucking meme ever. The only reason people started using it is because assembly wasn't cross compatible with different arrchitectures. But guess what? Neither is C. Its standard library is garbage and realistically only supports basic file in and out. And if you want to do something slightly more advanced than that (see: making a fucking folder), you have to create a wrapper function if you want to support multiple OSes
And the biggest fucking meme of it all is all of the security issues that come along with it. Want to store a char array? Better check every single instance of copying into it or you might end up with an exploit that breaks the stack. The mere fact it doesn't even have a valid string type that avoids this shows that it's not a serious language
>>won't cross compile I think ISO standard 9899 compliance ensures C code portability.
Benjamin Ross
C++ is the biggest fucking meme ever. The only reason people started using it is because they thought a fucking zero at the end of an array was too difficult. But guess what? C++ is even worse. Its standard library is garbage and none of the features have any degree of continuity. And if you want to do something slightly more advanced than that, you have to use Boost, and you still will have to create a wrapper function if you want to support multiple OSes.
>when a c fag gets called out and replies with a sub 70 IQ answer.
Henry Jenkins
>The only reason people started using it is because assembly wasn't cross compatible with different arrchitectures. But guess what? Neither is C. The portability issues in C are orders of magnitude fewer than the portability issues with assembly