Welcome to Dream.In.Code
Getting C++ Help is Easy!

Join 132,310 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,071 people online right now. Registration is fast and FREE... Join Now!




min and max values

 
Reply to this topicStart new topic

min and max values

achar
post 15 Mar, 2008 - 10:48 AM
Post #1


New D.I.C Head

*
Joined: 15 Mar, 2008
Posts: 0

cpp

#include <fstream>//
int main()
{
using namespace std;
char filename[]="H:\\ICT\\2nd Year\\SoftwareImplementation\\Assignment 3\\assignment3_data.txt";
char texttowrite[255];
char ch='\0';
ifstream fin(filename);
//open the file to readcout
<< "File opened...." << filename << endl << endl;
//display notificationwhile (fin.get(ch))
//read through each character inturn{cout << ch;
//display to screen}
cout << "\nReached end of file...closing file"
<<endl;
fin.close(); //close the file
cout << "\nPress any key to quit..." << endl;
cin.get();
return 0;
}

*edit: Please use code tags in the future, thanks! code.gif

i have done this to open a file i need it to now find the min and max number from the file which contains 2 lists of figures

help please!!

This post has been edited by Martyr2: 15 Mar, 2008 - 12:40 PM
User is offlineProfile CardPM

Go to the top of the page

Trotter
post 15 Mar, 2008 - 11:02 AM
Post #2


New D.I.C Head

*
Joined: 11 Mar, 2008
Posts: 43


My Contributions


Yet another who ignores the title of the forum.

This is for introductions. If you want help, post in the appropriate forum, not here.
User is offlineProfile CardPM

Go to the top of the page

bhandari
post 15 Mar, 2008 - 11:15 AM
Post #3


D.I.C Addict

Group Icon
Joined: 31 Jan, 2008
Posts: 747



Dream Kudos: 900
My Contributions


and please edit your post and code.gif
User is offlineProfile CardPM

Go to the top of the page

Reply to this topicStart new topic
Time is now: 11/22/08 02:15AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month