Search:

Type: Posts; User: sj999

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,766

    thanks alot for the explanation guys rly helped...

    thanks alot for the explanation guys rly helped alot!! :)

    ive applied what u said and for a name search it is returning the correct result, however after the result is returned, then i get a...
  2. Replies
    4
    Views
    1,766

    string comparison

    I am having real trouble getting my character search to work and i think the problem is located in my string comparison. if any one can help it would be hugely appreciated.

    My program revolves...
  3. Replies
    4
    Views
    2,271

    thanks alot guys i managed to solve my problem...

    thanks alot guys i managed to solve my problem with your help, it was to do with how i had nested the assignment within several If statements - quite messy :P

    sorry i know its not helpful not...
  4. Replies
    4
    Views
    2,271

    Assignment to a structure array member

    Hi

    im having problems with assigning to a value directly to a member of an array structure.

    my structure defination is:




    struct student {
  5. Replies
    11
    Views
    1,577

    ah thanks, yeah weve played around with that and...

    ah thanks, yeah weve played around with that and managed to get it working by replacing the void with floats for our float elements. Seems to be working ok, now weve moved on a notch and are trying...
  6. Replies
    11
    Views
    1,577

    ah i see what you mean, i was under the...

    ah i see what you mean, i was under the assumption void would accept any data. the only problem with what youve just shown me however is that apparently my min_temp and max_temp values clearly arent...
  7. Replies
    11
    Views
    1,577

    ok i have an update, it is now successfully...

    ok i have an update, it is now successfully printing any of the strings within my structure but now my floats - ive tried adding a second function to combat this but i get the following message:
    ...
  8. Replies
    11
    Views
    1,577

    thanks alot for that, thats the first decent...

    thanks alot for that, thats the first decent explanation of typedef ive had!

    so ive continued with the program now, successfully initialising my list with one set of data. But ive hit a snag...
  9. Replies
    11
    Views
    1,577

    thanks alot for the reply. I tried tinkering with...

    thanks alot for the reply. I tried tinkering with the advice you gave me, and came up with the following, but i think i have a fundamental misunderstanding of the meaning of student and record...
  10. Replies
    11
    Views
    1,577

    Linked List problem

    Hi
    im having major issues getting the following code to compile, this is just the small piece of a program im workin on, and i just want it successfully start my list with information assigned to...
Results 1 to 10 of 10