Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I want to know how I can create a file in c++ to put the needed code. Also, How I can run it. I am

image text in transcribed

I want to know how I can create a file in c++ to put the needed code. Also, How I can run it. I am new to the program.

Thanks

Requirements Get the "Hello, world!" program working Add a function (ShowProgramHeader as described in lecture) to print your name and class information before the "Hello, world!" message. Note: This will be required on all future assignments. The following changes should generate compiler errors/warnings. If it does, record the message; if it does not, record that. Turn this record in with your assignment. Remove the semi-colon from the output statement in main() Comment out the using namespace sted; statement. Use either a block comment or an in-line comment. Is there a difference? Comment out the thinclude kiostream (thinclude kiostream.h on older compilers) statement. Use either a block comment or an in-line comment. Is there a difference? Change the double quotes that enclose the Hello world! message to single quotes. Change the (put to operator) to on one of your output lines. Remove the starting brace from main() Remove the closing brace from main() Change cout to Cout or COUT. Change main to Main or MAIN Change the name of the function that displays your name, date, etc., from ShowProgram Header to showHeader Deliverables Program- fully documented Output neatly formatted and documented. List of errors neatly formatted If you have any questions regarding this assignment, do not hesitate to contact me. This assignment y important to those of you unfamiliar with compilers. Start working on this assignment as soon as possible

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Database Management Systems

Authors: Patricia Ward, George A Dafoulas

1st Edition

ISBN: 1844804526, 978-1844804528

More Books

Students also viewed these Databases questions

Question

fscanf retums a special value EOF that stands for...

Answered: 1 week ago

Question

What does the start( ) method defined by Thread do?

Answered: 1 week ago

Question

how would you have done things differently?

Answered: 1 week ago

Question

What were the reasons for your conversion or resistance?

Answered: 1 week ago

Question

How was their resistance overcome?

Answered: 1 week ago