Dev-C++ not working

Pages: 12
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 :)
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.
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?
If you want to make modifications to the registry you can. It's part of the Win32APi.
^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?
Topic archived. No new replies allowed.
Pages: 12