What does the error mean: "error C2447: missing function header (old-style formal list?)"?

    1 answer 1

    They probably completed the function header with an unnecessary semicolon, or accidentally lost the header, leaving the ownerless body.

    MSDN