![]() |
input file problem
I write a code for a problem. My roblem is:
Enter n x m integers from text file Arrange above integers on the way from from outside to inside in a certain order of the matrix nx m. Export results to a text file. I don't know how to make "input.txt" to make the program run perfectly. If u can, please send me ur file "input.txt" Here is my code: Code:
#include <stdio.h> |
Re: input file problem
Please stop creating the same thread. I see it 4 times now.
|
Re: input file problem
The program only reads two integers, so just use Notepad to create input.txt containing something like:
Code:
27 36 |
| All times are GMT +5.5. The time now is 14:06. |