Comp.lang.c Frequently Asked Questions
1–10 of 56 posts
Re: Comp.lang.c Frequently Asked Questions
#2Re: Comp.lang.c Frequently Asked Questions
#3Re: Comp.lang.c Frequently Asked Questions
#4Programmer: Hmmm, I think these three should be shorts and these 10 can fit in chars.
Modern compiler: Fuck that, you're all 32-bits. I ain't got time for unaligned memory access...
Re: Comp.lang.c Frequently Asked Questions
#51.1. How should I decide which integer type to use? Programmer: Hmmm, I think these three should be shorts and these 10 can fit in chars. Modern compiler: Fuck that, you're all 32-bits. I ain't got time for unaligned memory access...
Re: Comp.lang.c Frequently Asked Questions
#61.1. How should I decide which integer type to use? Programmer: Hmmm, I think these three should be shorts and these 10 can fit in chars. Modern compiler: Fuck that, you're all 32-bits. I ain't got time for unaligned memory access...
Modern compilers generally prefer register-sized data.
Re: Comp.lang.c Frequently Asked Questions
#7Also worth reading is C infrequently asked questions https://www.seebs.net/faqs/c-iaq.html