2012/7/23-29 [Computer/SW/Languages] UID:54443 Activity:nil | 7/23 Hey mconst, check this out:
int main()
{
int i_value = 16777217;
float f_value = 16777217.0;
printf("The integer is: %d\n", i_value);
...
|
2012/3/15-6/1 [Computer/SW/Languages, Computer/SW/OS/Windows] UID:54340 Activity:nil | 3/15 Why does MS put double-quotes around the '8' in Windows Server 8, like
the following?
- Windows 8
- Windows Server "8"
\_ Because when they didn't do it, code didn't see the '\0'
and went over? Looks better than '8','\0' *shrug*
...
|
2010/1/26-2/8 [Computer/HW/Memory] UID:53665 Activity:nil | 1/26 What's a good motherboard I can get that will fit in a 1U
case, with sata connectors, gig-e ethernet, and lots of
slots for RAM? I also don't want to have to use expensive
double buffered RAM. Can you tell I havne't bought a PC in
years? thanks.
\_ Buy a mac. Haven't you heard? if you don't buy a Mac people
...
|
2009/5/6 [Computer/HW/CPU] UID:52952 Activity:moderate | 5/5 Any idea why the AMD only added 8 more registers with the AMD64 arch.?
Why 16 registers and not, say, 32?
\_ To double the accessible register count, you need one more bit
in the instruction stream _per_ register field. x86 instruction
set is already packed like rat's nest as is.
...
|
|