Build Log
  

Build started: Project: Test01, Configuration: Debug|Win32

Command Lines
  
Creating temporary file "d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test01\Debug\RSP00001D37122872.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /c /Wp64 /ZI /TP ".\Pilha.cpp"

".\main.cpp"
]
Creating command line "cl.exe @"d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test01\Debug\RSP00001D37122872.rsp" /nologo /errorReport:prompt"
Output Window
  
Compiling...
Pilha.cpp
Generating Code...
Compiling...
main.cpp
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\pilha.h(4) : error C2011: 'Pilha' : 'class' type redefinition
        d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\pilha.h(4) : see declaration of 'Pilha'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(9) : error C2079: 'p' uses undefined class 'Pilha'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(10) : error C2228: left of '.isEmpty' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(11) : error C2228: left of '.push' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(12) : error C2228: left of '.top' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(13) : error C2228: left of '.push' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(14) : error C2228: left of '.isFull' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(15) : error C2228: left of '.pop' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(16) : error C2228: left of '.pop' must have class/struct/union
        type is 'int'
d:\ismael\xaulas\public-html\cursos\yc++\labs\curso_c++\test01\main.cpp(17) : error C2228: left of '.isEmpty' must have class/struct/union
        type is 'int'
Generating Code...
Results
  
Build log was saved at "file://d:\Ismael\XAulas\public-html\Cursos\YC++\labs\curso_c++\Test01\Debug\BuildLog.htm"
Test01 - 10 error(s), 0 warning(s)