Problem with the Visual C++

Hello. I'm a beginner in C++, and I bought a book to learn it. I reprinted program from this book, and pushed F7 to generate the program, But i saw error:

Project : error PRJ0003 : Error spawning 'cmd.exe'

What is it Is it problem with download, or something else I have screenshot of this, but I don't know how to upload it



Answer this question

Problem with the Visual C++

  • Eric Gilbertson

    Oh, you are good Shoukry!
  • AlexeiOstrov

    May we see a code sample I understand you got it from a book, but I would like to recreate the problem. It should have worked if you created the project correctly.
  • sajal2000

    Take a look at the following previous post thatdeals with similar issue:

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=3147&SiteID=1

    Hope this helps!

    Thanks,
    Ayman Shoukry
    VC++ Team


  • DanielEmerson

    // print6.cpp : main project file.

    #include "stdafx.h"

    #include <iostream>

    using namespace std;

    int main() {

    cout << "Never fear, C++ is here";

    return 0;

    }

    That's it


  • Problem with the Visual C++