Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Isn't quickstart page about MS VC inconsistent?

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.