Search:

Type: Posts; User: Netflyer

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,713

    Thanks

    It worked fine with strcmp ;-)
  2. Replies
    10
    Views
    1,713

    Why my if doesn't work?

    scanf("%s",&data);
    while ((fgets(test_line,512,eoftest))!=NULL)
    {

    if(Contactos[z].data==data)
    {

    printf("test");
    }
    z++;
  3. Thanks Bob... for the help :-)

    Thanks Bob... for the help :-)
  4. Why do you recomend converting text into ints?...

    Why do you recomend converting text into ints?
    What are the advantages?
    Can you explain please?

    Thanks
  5. Separate info in a txt file and put it into variables

    I need help with reading text in a file and then putting it into variables.
    Like say this is a line of text in the file
    #Mike#12/05/1971#555678#Coment about this person#

    Now I have created a...
  6. Replies
    29
    Views
    6,488

    Thanks Guys!!!

    Man this forum rocks ;-).....
    You guys really went through a whole lot of trouble to write all the info for me....

    Thanks it will really come in handy

    Bye the way how long will this thread be...
  7. Replies
    29
    Views
    6,488

    Thanks tod.... for the info.... I think that is...

    Thanks tod.... for the info.... I think that is what I am trying to do with my program actually but I am not managing to get it write :-( can anyone run my program and check what it does to get a...
  8. Replies
    29
    Views
    6,488

    Thanks a billion guys for the tips keep em...

    Thanks a billion guys for the tips keep em coming..... as noobs like me need the info ;-)

    about the overwiting I have figuerd out what you guys are saying in relation to "must be the same amount...
  9. Replies
    29
    Views
    6,488

    Need help with altering info on a txt file

    Here is the code I am writing not very good I know but I am a noob programer.


    #include <stdio.h>
    #include <stdlib.h>
    #define LINE_TO_ALTER 200
    int main(int argc, char *argv[])
    {
    int...
Results 1 to 9 of 9