Answered step by step
Verified Expert Solution
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
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 possibleStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started