I am a newbie in programming, i started reading reference book about programming, learning by myself. I would like to start with the basic principle, which might create the code much easier
Could i enter this code to the Arduino ver.0017?
If it can, it said....
20: error: iostream: No such file or directory In function 'int main()':
In function 'int main()':
Bad error line: -2
#include
using namespace std;
int main ()
{
cout << "My first C++ program." << endl;
cout << "The sum of 2 and 3 = " << 5 << endl;
cout << "7 + 8 = " << 7 + 8 << endl: