Search:

Type: Posts; User: captain-cat

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,425

    xml parser: recommendations?

    hi,

    which seem to be an "appropriate" library for parsing xml files in c? i think i read somewhere that glib provides such fuctions... is that correct and how "good" it is?

    thanks
  2. thanks, that was one of the mistakes and you...

    thanks, that was one of the mistakes and you actually helped me find out the rest of my mistakes.. :)
  3. gibrish when copying strings character by character

    hi, i am trying to copy a string (buf) into an array of strings str. however str is giving me gibrish when i am trying to print out its values.

    any help? thanks




    gint i, j, k;
    gchar...
  4. Replies
    7
    Views
    2,418

    i also agree that if smn has given his time to...

    i also agree that if smn has given his time to help you and you thrash this does not look nice.

    but, the reason i was asking how can someone delete his own root posts was because i posted a...
  5. Replies
    7
    Views
    2,418

    thanks for the replies. apologies, i should have...

    thanks for the replies. apologies, i should have been more specific... is there a way of deleting my own ROOT posts? apparently if the thread is answered it seems that they cannot be. donot know if...
  6. Replies
    3
    Views
    3,040

    thanks sebastiani, your reply has given me even a...

    thanks sebastiani, your reply has given me even a deeper insight.
  7. Replies
    3
    Views
    3,040

    sorry for that but i dont know howto del this...

    sorry for that but i dont know howto del this thread. anyway, needed to have a better look to my c reference... traced my error



    helpText = realloc(helpText, sizeof(line));
  8. Replies
    7
    Views
    2,418

    is there a way of deleting my own posts?

    hi is there a way of deleting my own posts?
  9. Replies
    3
    Views
    3,040

    strcat segmentation fault

    hi, i am getting a segmentation fault in the following program.



    ...
    FILE *fp;
    int helpSize=sizeof(char), i;
    char *helpText;
    char line[255];
    char *filename="HELP";
Results 1 to 9 of 9