Double Vs. Float

Dear reader,
Hello I am 15 and new to C++ and I have a newbie question. What is the difference between "double" and "float"?

Thanks,
FireCoder.

1
2
3
4
5
6
7
8
9
#include <iostream>
using namespace std;

int main() //Main script.
{
	cout << "Help Me!";

	cin.get(); return 0; //ends script.
}
Topic archived. No new replies allowed.