The Wayback Machine - https://web.archive.org/web/20170627023123/http://en.cppreference.com/w/Talk:c/types
Namespaces
Variants
Views
Actions

Talk:c/types

From cppreference.com

[edit] Organization of C topics

I keep trying to master the thinking behind how topics are organized. If "Boolean" should be included under "type support", should "complex" also be included here instead of linking to "complex number arithmetic" from the Headers page? Also, what should stdbool.h in the header page link to? No link seems inappropriate. Newatthis (talk) 07:19, 4 November 2014 (PST)

Libraries that deal primarily with types are grouped under c/types. Libraries that deal primarily with mathematics are grouped under c/numeric. stdbool.h is the header for the boolean type support library, so it would link to c/types/boolean (unless c/types/boolean is inlined into /c/types, since it's such a small library, in which case the header would link to the subheading under /c/types). --Cubbi (talk) 09:29, 4 November 2014 (PST)
Thanks, I understand now. I'll link the header stdbool.h to c/types/boolean. Newatthis (talk) 11:39, 4 November 2014 (PST)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.