Isn't quickstart page about MS VC inconsistent? [closed]

asked 2013-06-06 11:39:30 -0600

Dims gravatar image

It is said in text to put logo image, hardcode it's filename and run the program. But the code starts from

    if (argc != 5)
    {
        cout << "Not enough parameters" << endl;
        return -1;
    }

so it ends immediately if ran without a parameters.

edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant by StevenPuttemans
close date 2013-06-06 12:25:16.715834

Comments

This is an OpenCV Q&A forum, not a forum for Microsoft Visual C++ questions. Assing them to proper fora. Read the FAQ before posting again please.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-06-06 12:23:53 -0600 )edit