fork download
  1. #pragma once
  2. #include "stdafx.h"
  3. #include "Stos.h"
  4. #include "Calc.h"
  5. #include "fstream"
  6. #include "istream"
  7. #include "iostream"
  8. #include "string"
  9. namespace Kalkulatorr {
  10.  
  11. using namespace System;
  12. using namespace System::ComponentModel;
  13. using namespace System::Collections;
  14. using namespace System::Windows::Forms;
  15. using namespace System::Data;
  16. using namespace System::Drawing;
  17. using namespace std;
  18. double x,z;
  19. Calc Wynik;
  20. // std::string wyrazenie;
  21. string c;
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:9: warning: #pragma once in main file [enabled by default]
 #pragma once
         ^
prog.cpp:2:20: fatal error: stdafx.h: No such file or directory
 #include "stdafx.h"
                    ^
compilation terminated.
stdout
Standard output is empty