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 wOOdy-Soft 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: *

  • Users: SuperSharp
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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