December 8th, 2012 08:38 PM
Oh ok. I made mistaken. Thanks.
December 8th, 2012 04:46 PM
Go look to find some C++ books at any book stores. Then that will help you. Lol
December 8th, 2012 04:31 PM
Hmm..Are you using on Linux?
December 8th, 2012 12:04 PM
I am using on Dev C++. However, I couldn't figure out it...because I got few errors.
In function `int StringToNumber(std::string)':
13 no match for 'operator>' in 'converter > result'
...
October 24th, 2012 09:12 PM
Never mine. I already problem solved because I found out it. Show it here.
(i <= sqrt((double)n))
It would worked. :-)
October 21st, 2012 05:02 PM
I mean, Number 15 is error. It is said that C:\Users\Duy N. Le\Desktop\C++\prime1.cpp
call of overloaded `sqrt(int&)' is ambiguous
October 21st, 2012 04:45 PM
I don't know what should I doing. About cmath. Here
#include <iostream>
#include <cmath>
using namespace std;
int main() {