Search:

Type: Posts; User: Jon98

Search: Search took 0.00 seconds.

  1. ahhh thank you! i am way out of my league on...

    ahhh thank you!

    i am way out of my league on this assignment, but trying to do the best i can.

    thanks again!

    Jon
  2. "error C2106: '=' : left operand must be l-value"

    i keep getting that error everytime. (error C2106: '=' : left operand must be l-value) i want to take specific feilds from the data i read in, and put it into another struct. but when i get to the...
  3. thanks for responding. i am reading up all about...

    thanks for responding. i am reading up all about dynamic mem. allocation, but am having trouble with it.

    how will i use it for my particular case? id imagine for my purposes its a pretty simple...
  4. question on NEEDING constants to declare an array of structures

    sorry to ask another question, but i need to use a struct, and am declaring it like this...




    struct Transaction // Declaration of Transaction Structure
    {
    int ordernumber;
    char...
  5. wow you can do that? i will have to try it. i...

    wow you can do that? i will have to try it. i didn't know how i was gonna do my sort yet (sorted by productid, then count the number of each product sold, producing a report at the end), but i will...
  6. subdene, THANK YOU SOOO MUCH!!!!!!!!!!!! it...

    subdene,

    THANK YOU SOOO MUCH!!!!!!!!!!!! it now works! my problem was the 10, so i had to make each thing home------ like you said. i can't beleive i missed that. now i can move on to the...
  7. can't read from simple text file to a struct. (entire program posted)

    i can not read from a text file into a structure. i must really be missing something big. i haven't had c++ in years, but for this database class he wants this to be the first assignment to see how...
Results 1 to 7 of 7