Forum: C++ May 22nd, 2008 |
| Replies: 2 Views: 1,497 Below is my code .just for the open files.Could you please review and suggest for any corrections that are needed to make it working.
ifstream *OpenFiles(char * const fileNames[], size_t count)
{... |
Forum: C++ May 21st, 2008 |
| Replies: 2 Views: 735 Hi,
I need solution to this immediately.
Can somebdy suggest what needs to be done in the following program:
Write functions OpenFile and DisplayColumns:
OpenFile syntax:
... |
Forum: C++ May 21st, 2008 |
| Replies: 2 Views: 1,497 I need help immediately to solve the following question:
can somebody suggest how to code the following?
Write functions OpenFiles and MergeAndDisplay:
OpenFiles syntax:
... |