X
ďťż

Ładny brzuch

Używam dev-cpp w wersji 4.9.9.2
Kidy próbuję skompilować ten kod
#include <iostream> #include <cstdlib> #inculde <conio.h> #include "data.h" using namespace std; int startup() { system("CLS"); cout<<"Welcome"<<endl; cout<<"1. load&convert html to txt"<<endl; cout<<"2. load&convert txt to html"<<endl; cout<<"3. quit"<<endl; switch(getchar()) { case 49: cth(); break; case 50: ctt(); break; case 51: quit(); break; default: startup(); break; } } int cth(); int ctt(); int quit();
Otrzymuję taki błąd:
4:2 E:\html converter\data.cpp invalid preprocessing directive #inculde E:\html converter\Makefile.win [Build Error] [data.o] Error 1
Po kilku próbach skompilowania udało mi się tylko uzyskać fatal error kompilatora.
Wie ktoś o co w tym chodzi?



Przynajmniej to: #inculde.

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • zsf.htw.pl
  •