answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Write a program in c plus plus language to plus two polynomials from file .txt?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program to demonstrate renaming the file?

Sure, here's a simple Python program that renames a file: import os current_name = 'original.txt' new_name = 'renamed.txt' os.rename(current_name, new_name) print(f'{current_name} has been successfully renamed to {new_name}') Make sure to replace original.txt with the actual name of the file you want to rename and renamed.txt with the desired new name.


Write a C program to extract a given word from a file?

program to extract a given word from a file


Why would you express a program as a text file in a programming language instead of writing processor instructions?

It's easier to write low-level code using a high-level language.


How do you change the language on photofiltre?

You need to download a language file and unzip it. Then, place the file(s) in the Photofiltre program folder. You now have two language files. For instance, StudioEN.plg and StudioNL.plg. The program will load the first language file it finds (alphabetically). If we want it to load StudioNL.plg, or another language file, just rename StudioEN.plg to StudioEN.plg.OLD or something similar.


What opening a file creates a file on a disk and allows the program to write data to it?

Opening a file...for writing!


How do you program windows?

Strange question, Windows itself was programmed in assembly language by hundreds of programmers. If you want to program for windows you could write a batch file to perform a simple task or for a more complicated program you would require a programming language which can be executed on windows for example Java or Visual Basic.


How do I write a program to do the following... Write a VBA code to take the TippingBucketData.txt file and process it to generate an output file.?

Without knowing the contents of the TippingBucketData.txt file nor how to process it, it would be impossible to say how such a program would be written.


How can write a c program to store students record in a file?

Write a console based C++ program that reads student information from a text file, build an array of objects of type class StudentInfo,


A high level language program is saved on disk as what?

An executable file (*.exe)


Write a program to show deleting a file?

#!/bin/bash rm -rf *


Is it more efficient to store the data in a matrix then write it to the file at the end of the program or to write each element to the file as the program runs?

It shouldn't make significant difference, only if the matrix is huge -- in that case you shouldn't store it in memory.


Write a C program that takes a binary file as input and finds error check using different mechanisms?

write a c program that takes a binary file as input and finds error check using different mechanisms.