Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C programming I cannot get the part with saving a file to work... I got everything else... how would you implement a save file function

C programming

I cannot get the part with saving a file to work... I got everything else... how would you implement a save file function on its own? and do that part???

image text in transcribedimage text in transcribed

nvertD Bin.c ConvertDec_to_Hex-0ct-Bin.c is a simple conversion program that prompts the user for an integer from 1 to 1,000,000, and displays this integer value in hexadecimal, octal, and binary representation. The user is then asked if the output should be saved to a text file. If user replies in the affirmative, a name for the text file is requested. If the requested text file cannot be created, user is re-prompted for a different file name. The text file will contain user's name, current date, and output results (see example below) User Interface: Enter an Integer (1 - 1000000) or type x to exit: 240 Decimal: 240 Hexadecimal: FO Octal: 360 Binary: 11110000 Save to a file? (y): y ter file name: cs222 hw3.txt File saved. Enter an Integer (1 - 1000000) or type x to exit:x Good bye! Terminal output: $cat cs222 hw3.txt Hal Greenwald Sat Oct 7 14:18:30 2017 Decimal: 240 Hexadecimal: FO Octal: 360 Binary: 11110000

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

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

4. Does cultural aptitude impact ones emotional intelligence?

Answered: 1 week ago

Question

7. Do the organizations social activities reflect diversity?

Answered: 1 week ago