The Artima Developer Community
Sponsored Link

Java Answers Forum
Writting with C++

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Candace Eichor

Posts: 6
Nickname: candee
Registered: Dec, 2002

Writting with C++ Posted: Dec 10, 2002 8:14 PM
Reply to this message Reply
Advertisement
Write a declaration statement for an input file object using a path on the floppy drive.
The file name is: student.dat

Write a declaration statement for an output file object using a path on the floppy drive in which data can be added at the end of the file. The file name is: grades.dat

Overload the extraction operator for a class called SSN. Assuming the user will input data in the following format 123-54-6789. Only write code for the implementation file.

In the Linux/Unix enviroment programmers use a function called fork(). What does this function do?

Topic: Simple questions Previous Topic   Next Topic Topic: delete values from a hastable

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use