Forum » Programiranje » program ne dela
program ne dela
alexxxx ::
mi lahko keri pove zakaj mi nena dela program? kaj mi manjka mogoče kaka datoteka v c++?
g:\programi\cpp1.cpp(10) : error C2065: 'string' : undeclared identifier
g:\programi\cpp1.cpp(10) : error C2146: syntax error : missing ';' before identifier 'niz'
g:\programi\cpp1.cpp(10) : error C2065: 'niz' : undeclared identifier
g:\programi\cpp1.cpp(11) : error C2146: syntax error : missing ';' before identifier 'iskani'
g:\programi\cpp1.cpp(11) : error C2065: 'iskani' : undeclared identifier
g:\programi\cpp1.cpp(14) : error C2146: syntax error : missing ';' before identifier 'novi'
g:\programi\cpp1.cpp(14) : error C2065: 'novi' : undeclared identifier
g:\programi\cpp1.cpp(16) : error C2065: 'getline' : undeclared identifier
g:\programi\cpp1.cpp(21) : error C2228: left of '.length' must have class/struct/union type
g:\programi\cpp1.cpp(25) : error C2228: left of '.find' must have class/struct/union type
g:\programi\cpp1.cpp(28) : error C2143: syntax error : missing ';' before '}'
g:\programi\cpp1.cpp(29) : error C2228: left of '.erase' must have class/struct/union type
g:\programi\cpp1.cpp(30) : error C2228: left of '.insert' must have class/struct/union type
Error executing cl.exe.
Cpp1.obj - 13 error(s), 0 warning(s)
PROGRAM
g:\programi\cpp1.cpp(10) : error C2065: 'string' : undeclared identifier
g:\programi\cpp1.cpp(10) : error C2146: syntax error : missing ';' before identifier 'niz'
g:\programi\cpp1.cpp(10) : error C2065: 'niz' : undeclared identifier
g:\programi\cpp1.cpp(11) : error C2146: syntax error : missing ';' before identifier 'iskani'
g:\programi\cpp1.cpp(11) : error C2065: 'iskani' : undeclared identifier
g:\programi\cpp1.cpp(14) : error C2146: syntax error : missing ';' before identifier 'novi'
g:\programi\cpp1.cpp(14) : error C2065: 'novi' : undeclared identifier
g:\programi\cpp1.cpp(16) : error C2065: 'getline' : undeclared identifier
g:\programi\cpp1.cpp(21) : error C2228: left of '.length' must have class/struct/union type
g:\programi\cpp1.cpp(25) : error C2228: left of '.find' must have class/struct/union type
g:\programi\cpp1.cpp(28) : error C2143: syntax error : missing ';' before '}'
g:\programi\cpp1.cpp(29) : error C2228: left of '.erase' must have class/struct/union type
g:\programi\cpp1.cpp(30) : error C2228: left of '.insert' must have class/struct/union type
Error executing cl.exe.
Cpp1.obj - 13 error(s), 0 warning(s)
PROGRAM
snow ::
Najprej moraš prebrati PREBERI ME: označevanje topicov v oddelku programiranje!
Sedaj pa k tvojemu programu:
1) Knjižice, ki jih uporabljaš niso ISO C++ (npr. namesto iostream.h uporabi iostream).
2) Kot je že moj predhodnjik dejal, kličeš stvari iz std imenskega prostora in jih uporabiš lahko na sledeč način:
- na začetku programa (recimo pred main) napišeš: using namespace std;
- pri uporabi vsake std funkcije ali strukture je potrebno uporabiti predpodno std::
- na začetku programa napišeš katere std funkcije in strukture boš uporabljal (naprimer: using std::cout; using std::endl; itd.)
3) lenght je funkcija - manjka ()
Sedaj pa k tvojemu programu:
1) Knjižice, ki jih uporabljaš niso ISO C++ (npr. namesto iostream.h uporabi iostream).
2) Kot je že moj predhodnjik dejal, kličeš stvari iz std imenskega prostora in jih uporabiš lahko na sledeč način:
- na začetku programa (recimo pred main) napišeš: using namespace std;
- pri uporabi vsake std funkcije ali strukture je potrebno uporabiti predpodno std::
- na začetku programa napišeš katere std funkcije in strukture boš uporabljal (naprimer: using std::cout; using std::endl; itd.)
3) lenght je funkcija - manjka ()
Random mutation plus nonrandom cumulative natural selection - Richard Dawkins
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | [C++]Kako narediti screenshot?Oddelek: Programiranje | 1509 (1080) | *ziga* |
» | Visual C++ 6.0 - enostaven FTP clientOddelek: Programiranje | 1164 (958) | Monster |
» | DevC++ težava?Oddelek: Programiranje | 1694 (1562) | Gundolf |
» | [Visual c++] DoModal()Oddelek: Programiranje | 852 (773) | fogl |
» | Win32 Console ProjectOddelek: Programiranje | 919 (867) | Fury |