CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: jpanther

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    998

    Re: writing and reading to a binary file

    Thank you for your comment. It makes sense to make the array passed by reference. I went ahead and changed those functions, but it still isn't saving. In main, the line with...

    ...
  2. Replies
    3
    Views
    998

    writing and reading to a binary file

    Hello,
    I have a program that keeps track of the amount and type of residence in an office building. The office building has 5 floors and 8 offices within each floor (40 total offices) I am using a...
  3. Passing constructor objects as parameters into a function

    Hello everyone,
    I am working on a program that deals with classes and objects. I am trying to pass three class objects into a function as const parameters.
    Here is my class:


    class course
    {
    ...
  4. Replies
    2
    Views
    1,319

    phone number validation and looping

    Hello everyone,
    part of my program will have the user input a phone number. My program will validate that number to make sure it matches the format (###-###-####). It must have dashes and all digits...
  5. Replies
    2
    Views
    1,341

    reading a text file into two arrays issue

    Hello, I am having an issue with the way my program is writing to my arrays. The program is supposed to separate each line in the file to the corresponding array. The text file looks like the...
  6. Re: help with reading a file into different arrays

    Sorry for the late response, I went on vacation. I'm also sorry for the messy format, I think I used code tags properly. Here is a short re-cap of whats going on:

    Sample text file format looks...
  7. help with reading a file into different arrays

    Hello everyone, I am trying to write a program that will read from a file and write to an array. Here's the details:

    Sample text file format looks like:
    O 345.33
    ...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured