Search:

Type: Posts; User: JamesM

Search: Search took 0.00 seconds.

  1. Thread: Stupid memory

    by JamesM
    Replies
    8
    Views
    2,350

    Stupid memory

    Mine not my computer's!

    I dug out my old Nokia 8210 this morning as a colleague wants it. The thing is, it’s asking for a security code (not the PIN). I’ve tried any number of things I might have...
  2. Replies
    12
    Views
    2,634

    [celebration dance] yay! [/celebration dance]

    [celebration dance]
    yay!
    [/celebration dance]
  3. Replies
    11
    Views
    3,480

    Poll: Would I be able to request a further option of...

    Would I be able to request a further option of couldn't be bothered to look through it all :o :D ;)

    I like the ten commandments. I might have to plagiarise that bit!!!
  4. Replies
    13
    Views
    2,518

    My school's been buldozed and had houses built...

    My school's been buldozed and had houses built where it was (Lordy I feel old!)
  5. Replies
    12
    Views
    2,634

    Bleedin' septics wiv yer saaaaaaeeeeeeeeeedwalks...

    Bleedin' septics wiv yer saaaaaaeeeeeeeeeedwalks and your tomaeeeedoes :D ;)

    It's called English, that means I'm right and you're wrong! :p (Or if you asked my old English teachers they'd...
  6. Thread: geek test

    by JamesM
    Replies
    43
    Views
    8,061

    21.69625% - Geek There should be another...

    21.69625% - Geek

    There should be another question though:
    You find this funny
  7. Replies
    5
    Views
    18,268

    Since it looks like you're printing to file, I...

    Since it looks like you're printing to file, I saved to a csv file last time I needed to do a table.
  8. Replies
    25
    Views
    5,082

    Oh. That meant I didn't fill in all the...

    Oh. That meant I didn't fill in all the questions.
    I bleedin' well did, stupid web site.

    Got Debian Linux on my second attempt. Is that any better?!? ;)
  9. Replies
    25
    Views
    5,082

    I'm GNU/HURD...

    I'm GNU/HURD. I've never even heard of GNU/HURD!!!
  10. Replies
    3
    Views
    1,308

    Is this...

    Is this relevent?
  11. Replies
    25
    Views
    5,952

    http://bill.gates.swellserver.com/news/top_stories...

    http://bill.gates.swellserver.com/news/top_stories/worldrecord.php
  12. Replies
    8
    Views
    2,432

    What about mine?!? I just made it! :D

    What about mine?!?

    I just made it! :D
  13. Replies
    6
    Views
    2,519

    I'm having a problem with this too.

    The following code works:

    fscanf(datafile, "%s", temp2);
    teams[0].teamname = temp2;

    However, these don't. Any ideas why?

    fscanf(datafile, "%s", teams[0].teamname);

    or
  14. Replies
    5
    Views
    1,437

    Sorry, found it again!

    I kept looking and I found it!



    void dostats()
    {
    int temp;
    statsfile = fopen("savestats.csv","w");
    if (!statsfile)
    printf("\n*** Warning - Could not create...
  15. Replies
    5
    Views
    1,437

    Opening a file that's open.

    What code would I have to use to check if the csv file is already open?

    If the file is open at the moment the program crashes.

    I've tried searching the forums and the tutorials but I'm clearly...
  16. Replies
    5
    Views
    1,437

    I feel stupid now!

    Changed:


    typedef struct
    {
    char *name;
    int quality;
    int wins;
    int rel;
    } teamType;
  17. Replies
    5
    Views
    1,437

    To clarify:

    With the code like this (No work around to keep the data in memory OK & no debug outputs), the element teams[8].name is corrupted.



    void dostats()
    {
    char *tempstore, *tempstore2;
    int...
  18. Replies
    5
    Views
    1,437

    Saving corrupts my database.

    My program runs fine. It generates the results from all games within a league with a bias for each team, compiles a league table and displays it. Gives a report on the season and promotes a team. I'm...
Results 1 to 18 of 18