Tagged Questions
2
votes
3answers
4k views
Creating a cout function in C?
This is a totally hypothetical question, but I have to know the answer.
I assume most C++ compilers are written in assembly. Which makes them different languages entirely (I could be wrong). That ...
0
votes
7answers
542 views
How can I detect endianness on a system where all primitive integer sizes are the same?
(This question came out of explaining the details of CHAR_BIT, sizeof, and endianness to someone yesterday. It's entirely hypothetical.)
Let's say I'm on a platform where CHAR_BIT is 32, so ...