i am a beginner in c++ programming. i try to make a program but i'm stuck..i dont know what what error in my programming (error C2447: missing function header (old-style formal list?)...please help me..this is my coding...
For the people who read your question to be able to help you as soon as possible:
1- Please use the [code][ /code] wrapper for your code to make it easy to read
2- Use indents in your code.
3- Point out where the compile error happens.
Also you spelt reservation wrong in your prototype at the top of your you code. Then you spell it differently through out.
Again, you spell show() with a capital 'S' in your prototype then different when you call it.