User Profile

Collapse

Profile Sidebar

Collapse
star01daisy
star01daisy
Last Activity: Jun 3 '10, 11:53 PM
Joined: May 14 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to open a string data file, reads, and assign to an array

    This is what i have, but when i run the program the only thing that comes out is the inro line "This program opens...". What do i have to do for it to run smoothly.The program is supposed to sort the data either in ascending or descending order depending on the user’s choice. Finally, the sorted data is stored in a data file as well as shown on the screen.

    this is what i have so far:
    Code:
    #include <iostream>
    ...
    See more | Go to post
    Last edited by RedSon; May 28 '10, 05:24 PM. Reason: Put [CODE] tags around your code next time! This is a warning!

  • Help writing a C++ program to do decimal-binary number conversions.

    This is what the assignment says to do: Write a C++ program to do decimal-binary number conversions. The program gives the user a choice of conversion type (binary to decimal or decimal to binary). After the user makes a selection and enters an original datum to convert, the program should check if the input is valid. The user will be asked to reenter data until the input is acceptable. Finally, the original number and the converted form are both...
    See more | Go to post
    Last edited by RedSon; May 14 '10, 08:41 PM. Reason: Please be sure to use [CODE] tags in the future!
No activity results to display
Show More
Working...