Aug 11, 2008 at 12:38am UTC
Cool as :)
Float is half the memory size of a Double.
Just as int is half the memory size of a double, and a short half that of an int.
Memory size over-all doesn't matter. But Float's are faster to work with than doubles :)
Aug 11, 2008 at 12:51am UTC
Gah thank you guys. I gotta tell you, think programming language stuff is really overwelming. Nice to have people like you to help me out.
Aug 12, 2008 at 9:08pm UTC
I haven't been having any problems; this is one of those 'can I' questions:
Can I make a program that renames a registry value? Preferable without opening any windows?
Aug 13, 2008 at 12:05am UTC
If you want to make modifications to the registry you can. It's part of the Win32APi.
Aug 13, 2008 at 8:16am UTC
^Sounds good. I'll be asking for some general instructions in a month or two.
While reading about bitwise operators, my head exploded. How important is this stuff? Can I skip it? Please?