Double Vs. Float

Jun 26, 2015 at 8:20pm
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.
}
Jun 26, 2015 at 8:38pm
Topic archived. No new replies allowed.