Search:

Type: Posts; User: Kendrose

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    934

    I cant use a space, because i have to allow for...

    I cant use a space, because i have to allow for the title to be multiple words seperated by a space.

    the issue i have is acessing the data variables in the struct "listing" i cannot access title,...
  2. Replies
    4
    Views
    934

    the input data looks like this: firstname; m;...

    the input data looks like this:

    firstname; m; lastname; job title; (pho) num-bers; officenumber

    Im also gona have to input in this same manner.
  3. Replies
    4
    Views
    934

    Help with structs

    Hey people I am having an issue with structs and hopeing someone could help me out...

    The code i have writen is as follows....

    Code:::

    #include <iostream.h>
    #include <fstream.h>
    #include...
  4. Replies
    2
    Views
    1,006

    ok, i only have snippits, not anything solid, im...

    ok, i only have snippits, not anything solid, im just really hung up on the struct thing, cuz i not even sure how to pass them (by reference) through functions.....
    Code:::
    struct fullname
    {
    ...
  5. Replies
    2
    Views
    1,006

    A nudge in the right direction?

    Hello!
    I am takeing a computer science class in college, and am on my final program but am haveing some issues.
    This is the first use of Structs that we have had in a program and im not totaly sure...
  6. Replies
    3
    Views
    1,893

    when you open a file to write to it will put the...

    when you open a file to write to it will put the "cursor" at the beginig of the file.
    so if you want to add to the end of the file you need to append the file, so that it will add to the bottom of...
Results 1 to 6 of 6