Search:

Type: Posts; User: caraie

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,714

    Problem solved, Thank you Adak and Salem!!!!!!!!

    Problem solved, Thank you Adak and Salem!!!!!!!!
  2. Replies
    12
    Views
    1,714

    Yes, there are comments, my idea is to "pass"...

    Yes, there are comments, my idea is to "pass" that comments using c[0]!='#';
  3. Replies
    12
    Views
    1,714

    It's a small version but with the problem: ...

    It's a small version but with the problem:



    #include <stdio.h>
    #include <string.h>
    int main(int argc, char* argv[]){
    char c0[2];
    FILE *archivo = fopen ("teapot_uv.obj","r");
    int xivn=0;
  4. Replies
    12
    Views
    1,714

    nop, the same problem :(

    nop, the same problem :(
  5. Replies
    12
    Views
    1,714

    Hi Adak, thank you for your response!, i forgot...

    Hi Adak, thank you for your response!,
    i forgot to paste it here, but it's in my code:

    char c0[2];
    FILE *archivo = fopen (namefile,"r");
  6. Replies
    12
    Views
    1,714

    Sscanf modifing another value

    Hi!, i'm new with c, sorry if it's a newbie question, but i can't find an answer.

    I have some Ints declared, and after that I am using a sscanf (with some buffers), but sscanf is modifing the...
  7. Replies
    7
    Views
    1,187

    Hi iMalc, thank you for your suggestion. I know...

    Hi iMalc, thank you for your suggestion.
    I know i'm doing a bad use of this std creating high order functions, I tried to make a Vector structure (with getat, push, etc.) functions but i lost all...
  8. Replies
    7
    Views
    1,187

    Thank you thank you thank you, you save my day!!!...

    Thank you thank you thank you, you save my day!!! :)
  9. Replies
    7
    Views
    1,187

    Hi LaserLight!, thank you for your response! I...

    Hi LaserLight!, thank you for your response!
    I tried what you said, but now i'm receiving a warning (warning: return from incompatible pointer type) :(




    List *get(List **lst, int index){...
  10. Replies
    7
    Views
    1,187

    Problem with Linked list ()

    Hi,
    i'm new in c, I have a problem with a Linked list maybe you can help me :)
    I made a linked list, and it's working fine, but i have a problem trying to access to an item using an index
    This is...
Results 1 to 10 of 10