Ask your own question, for FREE!
Computer Science 18 Online
OpenStudy (anonymous):

The series of numbers: 1, 1, 2, 3, 5, 8, 13, 21, …. is known as Fibonacci series. Each number is the sum of the two preceding numbers. Write a C++ program that writes the first 5 Fibonacci numbers to a file fibnos.txt (in your local drive). The output is to be in text format, one number per line. (Note: Write a function to generate the Fibonacci numbers.) Check your function by reading the file using a word processing tool such as Notepad.

OpenStudy (anonymous):

This question is based on file handling in C++. I am really stuck. I don't know how to start. Please help me in this question. Thank you.

OpenStudy (rsmith6559):

http://www.cplusplus.com/doc/tutorial/files/

OpenStudy (anonymous):

Here is the *.cpp file.

OpenStudy (anonymous):

@jerz4lunch thank you v.much

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!