Search:

Type: Posts; User: Dragoncaster131

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,025

    thanks i figured it out hehe (i have strange...

    thanks i figured it out

    hehe (i have strange programming habits)
  2. Replies
    2
    Views
    1,025

    Can anyone tell me whats wrong?

    Hey,
    you could probably see that i am tryng to make a linked list program.

    When I compile the prog, there are no errors. The problem is somewhere in my methodology.

    Can anyone help me...
  3. Replies
    3
    Views
    2,317

    For the illistration, when you made 2 pointers...

    For the illistration, when you made 2 pointers and 2 "regular" instances. Do you have to make the same amount of pointers as you do the instances? And does that mean i have to define another link in...
  4. Replies
    3
    Views
    2,317

    Another Linked List plee

    Hi,

    You may have read alot of my previous posts about linked lists, this is my last resort. I have no idea what I am doing. Everyone is assuming that I know what i am doing, or I know what they...
  5. Replies
    2
    Views
    839

    thanks quzah

    thanks quzah
  6. Replies
    2
    Views
    839

    Linked lists help!!!

    hey,

    I am somewhat a new programmer, so my code isn't the best, but I need to turn this into linked list. Can anyone help?



    #include <stdio.h>
    #include <string.h>

    typedef struct army {
  7. Replies
    1
    Views
    830

    Linked list and Struct Help!!!

    :confused: I am trying to get fscanf to input properly into a linked list

    for example



    equipment.txt

    shield
    50
  8. Replies
    11
    Views
    1,576

    Sorry about the "int main()" thing... i have...

    Sorry about the "int main()" thing... i have never heard of that before. i have only been programming a few weeks. Thanks for your help, it is greatly appreciated.
  9. Replies
    11
    Views
    1,576

    Hurray, i have a gotten the fgets() to read the...

    Hurray, i have a gotten the fgets() to read the txt properly. This is the code that i have gotten to work...


    #include <stdio.h>
    #include <windows.h>


    char subsection [1000];
    char...
  10. Replies
    8
    Views
    1,322

    So... if i am getting this correct. i need to...

    So... if i am getting this correct. i need to store the input of the fgets() into an array and then go through the array and break it up into seperate components?
  11. Replies
    11
    Views
    1,576

    is there a way to make fgets() to go to a certain...

    is there a way to make fgets() to go to a certain line? I am making a program that needs to read a huge text file and store the information into a linked list. my first step is to get have the...
  12. Replies
    11
    Views
    1,576

    Need help with i/o

    how do i scan an entire line of a text file and store it into an array and then move on to the next line and store that into another array?
    Any information would help, thanks.
  13. Replies
    8
    Views
    1,322

    ok... well the thing is i dont know what i am...

    ok... well the thing is i dont know what i am doing wrong. i am able to read the file ok but, when i get to the second fgets the program messes up. what am i doing wrong?
    everything with the // are...
  14. Replies
    8
    Views
    1,322

    Problem with file i/o

    Hi,

    I am trying to make a program that reads a txt file and sets the information into a linked list. It is hard for me to explain it, so i will give an example:

    The txt file:


    Master Rune...
Results 1 to 14 of 14