Search:

Type: Posts; User: Surfin_Bird

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,549

    Is that because tempf is a float array so it just...

    Is that because tempf is a float array so it just is big enough to fit in the floats that are going into it? ... Sorry I like to know the reasons behind doing things like that. :cool:
  2. Replies
    10
    Views
    1,549

    I figured it out finally. I was sorting it by...

    I figured it out finally. I was sorting it by firstname instead of lastname for some reason and thats why it looked wrong. There were a few other problems so thanks for your help
  3. Replies
    10
    Views
    1,549

    ok that fixed my one problem but it still isnt...

    ok that fixed my one problem but it still isnt sorting right. The output is nowhere near sorted alphabetically. It also prints out one record of blank information (all zeros and just " , " for the...
  4. Replies
    21
    Views
    5,381

    Nothing like an exposed motherboard!! *looks...

    Nothing like an exposed motherboard!!

    *looks over at her tower*

    My computer is a real slut, it always has at least one panel off

    *coughs* :p
  5. Replies
    10
    Views
    1,549

    int FCOUNT, BCOUNT, ECOUNT, RECORDCOUNT, TOT500,...

    int FCOUNT, BCOUNT, ECOUNT, RECORDCOUNT, TOT500, ERROR, NUMBER, i, j, PCOUNT;

    char NAME[20], LNAME[20], *CLASS, CODE, BUFFER,
    *REASON, FNAME[100][25], LNAMEARR[100][25], CLASSARR[100][15],...
  6. Replies
    10
    Views
    1,549

    We havent covered structures at all in my course,...

    We havent covered structures at all in my course, I asked the teacher about them the other day and he said not to worry about them as we arent going to cover them at all :/

    The Problem we were...
  7. Replies
    10
    Views
    1,549

    Sorting Problems

    Ok I dont know what I am doing wrong, I read through about 30 threads on here and tried googling for something that might help me out.

    I found one with a problem pretty close to mine and I tried...
  8. Replies
    6
    Views
    1,814

    Ok I think I found the problem ... It is in the...

    Ok I think I found the problem ... It is in the ReadRecord Function, for some reason everytime it goes to scan the integers from the file it crashes the program. When I comment those lines out it...
  9. Replies
    6
    Views
    1,814

    Yea thats a lot better - other then getting...

    Yea thats a lot better - other then getting warnings from the header libaries. Thanks a lot :)

    It should take me awhile to fix everything I did wrong. :/
  10. Replies
    6
    Views
    1,814

    I'm using Dev-C++ and can't find an option to...

    I'm using Dev-C++ and can't find an option to show all warnings, I was working on the assumption that it just did :/
  11. Replies
    38
    Views
    8,518

    Chicken ... I tried going vegetarian but it didnt...

    Chicken ... I tried going vegetarian but it didnt work out that well ... and all because of chicken. grrr.
  12. Replies
    6
    Views
    1,814

    Program Crashing - please help!

    Everytime I go to run this it crashes. I think it might have something to do with opening the data file, but the error check I wrote in isnt catching anything so I am at a bit of a loss as to what...
  13. Replies
    9
    Views
    2,247

    rofl I can see where its funny for you, but not...

    rofl I can see where its funny for you, but not so funny for me.

    He gave us a lab in which we have to make 2 programs ... and he has yet to teach us any c? So this has been real interesting ...
  14. Replies
    9
    Views
    2,247

    I didnt think it was an operator ... but its...

    I didnt think it was an operator ... but its there on the lab sheet as an equation...

    "D<>20"

    I'll just go with != then and hope it works out teh way he wants it.
  15. Replies
    9
    Views
    2,247

    Thanks for the help, saved me from a major...

    Thanks for the help, saved me from a major headache. :D

    I went with



    and it worked out great.

    I have another problem now which stems from this though ...
  16. Replies
    9
    Views
    2,247

    Relational Operators

    I'm taking a programming course, and have never wrote code before so this might seem like a dumb question...

    I was given some values for some variables ( B=5 C=10 etc...) and was told to use the...
Results 1 to 16 of 16