Results 1 to 6 of 6

Thread: any c programmers in a good mood?

  1. #1
    99shassan's Avatar Poster BT Rep: +1
    Join Date
    Jul 2003
    Posts
    787
    Hey guys, I need your help. I've written out a code in c that opens a file and assigns values in files to a circular linked list. However, I am not sure if I did the code correctly, and I am questioning some parts of my code. Can anyone who has the time go through the code with me, and discuss if I am doing anything wrong, and what I need to do to fix it? Don't worry it has lots of comments in there
    Changed SPAN settings in sig a YEAR after it was removed

  2. Internet, Programming and Graphics   -   #2
    Snee's Avatar Error xɐʇuʎs BT Rep: +1
    Join Date
    Sep 2003
    Location
    on something.
    Age
    44
    Posts
    17,985
    I haven't done any programming in plain C, the closest I come is C#, so I can't really help you.

    =-=-

    You might want to try having this moved to the programming section, though, if you don't get the help you want, someone who might be able to help might miss it if it's in here, like. Just a wee tip, like. Personally I don't often check this section out these days.

  3. Internet, Programming and Graphics   -   #3
    99shassan's Avatar Poster BT Rep: +1
    Join Date
    Jul 2003
    Posts
    787
    thanks. can a mod move this please?
    Changed SPAN settings in sig a YEAR after it was removed

  4. Internet, Programming and Graphics   -   #4
    Barbarossa's Avatar mostly harmless
    Join Date
    Jun 2002
    Location
    Over here!
    Posts
    15,180
    Moved.

    Sorry, I've never done C programming either

  5. Internet, Programming and Graphics   -   #5
    how long/complex is it? If its short and theres nothing to link in maybe you should just paste it up. I'm not particularly good and i can't really be arsed to start fiddling with a compiler so i'd just look at the code, but i might still be able to help

  6. Internet, Programming and Graphics   -   #6
    Member
    Join Date
    Oct 2007
    Age
    40
    Posts
    22
    What kind of structure do you use for your circular linked list? A rotating array, objects that uses pointers to reference to other objects, ....

    Can you copy/paste the code? Otherwise I don't see how we can help...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •