Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Assuming you're running XP, you only have 2^32 possible memory locations which is about 4 billion.A double is 8 bytes so, you're asking for 8,000,000,000,000 bytes, or 2,000 times more memory than XP can handle.
Assuming you're running XP, you only have 2^32 possible memory locations which is about 4 billion.
A double is 8 bytes so, you're asking for 8,000,000,000,000 bytes, or 2,000 times more memory than XP can handle.