Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SuperSharp

    File Handling problem :S

    Thanks very much for all your help, I have got it working now. I am starting to understand all this C business (slowly) =) Cheers again! Edd
  2. SuperSharp

    File Handling problem :S

    Hello! Thanks very much for the reply. I am still having the same issues that the table is being displayed but not stored into the struct. I have another function 'display table' and after I have loaded it, it is always blank. The load feature only seems to display what is in the file. Hmmm I...
  3. SuperSharp

    File Handling problem :S

    Hi there, I am having problems reading from a file and storing the data in a struct. Basically its a league table and I don't have any problem writing to a file or even reading from it, it just doesn't seem to want to update my struct. Here is the function: void load_table() { FILE...
  4. SuperSharp

    Small problem, trying to return a function?!?

    Hi there, Thanks for the link to the sun website and your replies. I have read through the swing tutorial and bits and pieces, which has helped immensely. The work I am doing is coursework but I have just got a bit stuck. I don't believe that it was unethical to ask for some help in a forum, but...
  5. SuperSharp

    Small problem, trying to return a function?!?

    Hi sorry I am quite confused with this myself. Currently on the command line version of this, the 'display(); fuction displays the highscore table. I have to make a GUI version of the command line version and i am trying to get the highscore to display inside a label. Am I trying to do the...
  6. SuperSharp

    Small problem, trying to return a function?!?

    Hi there, I am having a few difficulties trying to return a function, located in a class to another class. I have just started java so I am not that great at it, but I am learning (slowly). Basically, I am creating a GUI quiz. We have been given the classes for a command line version and we...
  7. SuperSharp

    Array troubles : (

    Thank you both for your help with this, I have just about got it working now. Its starting to make a bit more sense. I should be able to finish the rest off now and get it all done in time, thanks again for your help. Edd
  8. SuperSharp

    Array troubles : (

    Thanks for replying to me, I have spent a while trying to implement your suggestion, without much luck. These are the errors I am getting: > cc HL5.c cc: Warning: HL5.c, line 88: In this statement, "48" of type "int", is being con verted to "pointer to char". (cvtdiftypes)...
  9. SuperSharp

    Array troubles : (

    Hello! I have been given an assignment to create a league table in C. Basically a series of match results are to be entered by the user and an updated league table is to be produced. Which looks something like this: P W D L F A T Galatasaray 2 1 1 0 4 3 4 Juventus 2 0 2...

Part and Inventory Search

Back
Top