Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
c++ programming stream Manipulation
Name: luckky.sam Date: June 14, 2009 at 23:52:04 Pacific OS: Windows XP Subcategory: C/C++
Comment:
Problem Statement: Writing and Reading student data in a file.
Detailed Description: Write a program in which you have to: 1. Create a text file “Student_info”.
2. Using Code Write the following data in it:
Roll NO Student Name Class 101 Ali Raza BS(CS) 102 Usman MS(CS) 103 Faizan BS(CS) 104 Rehan MIT 105 Ahmed MCS
3. Open file and read data from it and display on the screen.
Sample Output Student Information
Roll NO Student Name Class 101 Ali Raza BS(CS) 102 Usman MS(CS) 103 Faizan BS(CS) 104 Rehan MIT 105 Ahmed MCS please solve this and explain me urgent
Summary: Hi, I'm a rookie in c programming and need some help with writing a simple stopwatch program. The stopwatch must have a circular background, with both a digital (minutes: seconds) and analogue display...
Summary: Hello all, i'm having a bit of trouble with my basic C program. I'm not all to good with C as it stands anyway, so managed to find this place. I've been asked to make a program that is a little like a...