Get premium membership and access questions with answers, video lessons as well as revision papers.
Step 1: Click Start button
Step 2: Click All Programs
Step 3: Click Microsoft Visual C++ 6.0
Step 4: From the File menu, click New
Step 5: From the New Dialog box click Files option, then:
i) Click C++ Source File
ii) Write the File name (NB: The filename should end with .cpp extension)
iii) Indicate the directory in which the file will be saved, then click OK.
Step 6: Write the source program on the blank window that opens, and click the
Save icon on completion.
Step 7: From the Build menu click the Compile option
Step 8: In case of any compilation errors:
i) Double click each error type, at a time, shown in the lower window (i.e. located close to the task bar), in order for an indicator to point at the respective code line in which an error exists.
ii) Correct the error, then click the Save icon to save the changes
Step 9: From the Build menu click the Execute option in order to run the program.
Kavungya answered the question on May 15, 2019 at 14:54
- Explain the features of a C++ program.(Solved)
Explain the features of a C++ program.
Date posted: May 15, 2019. Answers (1)
- What are the guidelines to good C++ programming.(Solved)
What are the guidelines to good C++ programming.
Date posted: May 15, 2019. Answers (1)
- Describe programming in C++(Solved)
Describe programming in C++
Date posted: May 15, 2019. Answers (1)
- Write a program for input and output operations(Solved)
Write a program for input and output operations
Date posted: May 15, 2019. Answers (1)
- Write a C++ program that can compute and the sum and average of 15 numbers.(Solved)
Write a C++ program that can compute and the sum and average of 15 numbers.
Date posted: May 15, 2019. Answers (1)
- Describe Identifiers.(Solved)
Describe Identifiers.
Date posted: May 15, 2019. Answers (1)
- Differentiate between signed and unsigned integers.(Solved)
Differentiate between signed and unsigned integers.
Date posted: May 15, 2019. Answers (1)
- Define a variable.(Solved)
Define a variable.
Date posted: May 15, 2019. Answers (1)
- Describe the Typedef in programming.(Solved)
Describe the Typedef in programming.
Date posted: May 15, 2019. Answers (1)
- Describe constants in programming.(Solved)
Describe constants in programming.
Date posted: May 15, 2019. Answers (1)
- Give the three main types of constants.(Solved)
Give the three main types of constants.
Date posted: May 15, 2019. Answers (1)
- Define a selection control structure.(Solved)
Define a selection control structure.
Date posted: May 15, 2019. Answers (1)
- Describe the switch statement.(Solved)
Describe the switch statement.
Date posted: May 15, 2019. Answers (1)
- Describe the loop structure.(Solved)
Describe the loop structure.
Date posted: May 15, 2019. Answers (1)
- Describe the do while control structure.(Solved)
Describe the do while control structure.
Date posted: May 15, 2019. Answers (1)