Thursday, July 17, 2008

Presenting ' Hello, World!' at screen

Steps make simple template program:

  1. Run software Microsoft Visual C++ 6.0 from Microsoft Visual Studio 6.0 (if need have recourse assistant)
  2. Select File menu -> New
  3. At dialogued by box select tab Projects, hereinafter:
    • Click Win 32 Console Application
    • Write name project, take example FirstProgram at stuffing Project_Name:
    • Determine directory of this place project be at Location: (possibility of filled with your directory home)
    • ClickOK
  4. Will emerge dialogue of box Win 32 Console Application:
    • Select radiobutton A “Hello, World!” application
    • Click Finish
    • Click OK
  5. At small window (generally on the left):
    • Click tab File View
    • Click sign + at FirstProgram files
    • Click sign + at Sourcefiles
    • DoubleClick at FirstProgram.cpp
  6. Select menu Build à Build Firstprogram.Exe or depress F7 at keyboard
  7. Select icon of exclamation mark (!), will emerge window console…

1 comment: