I tired following some tutorials about C++ and I have got an error, there is about 4 in total but all about the same thing.
Error 3 error C2065: 'end1' : undeclared identifier c:\users\*******\documents\visual studio 2012\projects\project2\project2\main.cpp 25 1 Project2
There is also another one
4 IntelliSense: identifier "end1" is undefined c:\Users\********\Documents\Visual Studio 2012\Projects\Project2\Project2\Main.cpp 23 13 Project2
There was quite a bit of code so I put it on pastebin, code
Thank you!:)