|
|
g++ -o pntrfunc /exploitation_studies/c++/pntrfunc.cpp /exploitation_studies/c++/pntrfunc.cpp: In function ‘int main()’: /exploitation_studies/c++/pntrfunc.cpp:41: error: jump to case label /exploitation_studies/c++/pntrfunc.cpp:39: error: crosses initialization of ‘manager* p’ /exploitation_studies/c++/pntrfunc.cpp:42: error: redeclaration of ‘manager* p’ /exploitation_studies/c++/pntrfunc.cpp:39: error: ‘manager* p’ previously declared here /exploitation_studies/c++/pntrfunc.cpp:44: error: jump to case label /exploitation_studies/c++/pntrfunc.cpp:39: error: crosses initialization of ‘manager* p’ /exploitation_studies/c++/pntrfunc.cpp:45: error: redeclaration of ‘manager* p’ /exploitation_studies/c++/pntrfunc.cpp:39: error: ‘manager* p’ previously declared here /exploitation_studies/c++/pntrfunc.cpp:47: error: jump to case label /exploitation_studies/c++/pntrfunc.cpp:39: error: crosses initialization of ‘manager* p’ /exploitation_studies/c++/pntrfunc.cpp:51: warning: format ‘%c’ expects type ‘int’, but argument 2 has type ‘char*’ |
|
|