C is the biggest fucking meme ever...

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

Attached: 1532006923043.jpg (960x1200, 203K)

were pointers too hard for you?

>>won't cross compile
I think ISO standard 9899 compliance ensures C code portability.

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.

Attached: 1530519380225.png (817x443, 34K)

Only if you need some ridiculously small amount of features. Go ahead, try to make a folder

>a folder
who?

wow, this feature that's implemented by the operating system is dependent on the operating system API in a low-level language

how is that C's fault?

Attached: 1510975177888.jpg (535x434, 65K)

>when a c fag gets called out and replies with a sub 70 IQ answer.

>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