Visual C++ Practical List - 1

Visual C++ Practical List

  1. Write a program to print the “Hello World” in client area
  2. Write a program to count the number of right click, left click, right double click, left double click.
  3. Write a program to draw different types of shape (line, rectangle, ellipse, round,rectangle,pie, polygon) using different styles of pen.
  4. Write a program to enter the user name & password on dialog box. When you will select OK button then entered information is display on client area.
  5. Write a program to create a calculator application.