Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Header guards

Name: Anonymous 2014-08-21 23:44

Notice how in any sane language this shit is not necessary? Why is C such shit?

Name: Anonymous 2014-08-22 0:34

>>2
There are valid reasons for including things in headers. Like, say, you're working on your app and put all your includes in a single header, then include that header in everything else. What if you accidentally include the giant header in another header that is included in giant header itself. This is a perfectly common use case and if C weren't just portable assembly, then there wouldn't be a problem.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List