Search:

Type: Posts; User: stanley1234

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,947

    Calling program with variables

    Hello, i need to call a program from terminal while entering some strings or files (the strings are names of files that i need to open later) into the program at the same time, like this:
    ...
  2. Replies
    7
    Views
    4,383

    thank you, that was it.

    thank you, that was it.
  3. Replies
    7
    Views
    4,383

    honestly i need to use it for a proyect in class,...

    honestly i need to use it for a proyect in class, i know its declared like this "codification **hello" because they give us the head of the functions we have to make in some of them it appears like...
  4. Replies
    7
    Views
    4,383

    thank you, but it needs to be a double pointer,...

    thank you, but it needs to be a double pointer, thats what they are telling me to use, thats what confuse me
  5. Replies
    7
    Views
    4,383

    declaring a variable and allocating

    hello, im trying to declare a pointer pointing to an array of structures ¨struct¨, that array has 200 elements so i need to allocate memory for those 200 elements but i dont seem to get it right:

    ...
  6. Replies
    5
    Views
    5,340

    I dont really know what is to debug the function...

    I dont really know what is to debug the function call, but it happens whith any function that i write even if its empty. If i put ¨*matrletras¨ as a variable when i call it segmentation fault comes...
  7. Replies
    5
    Views
    5,340

    Thanks a lot for your help, i will try to apply...

    Thanks a lot for your help, i will try to apply what you explained. Sadly we are given the type of each variable to use so i cant use a ¨unsigned char ***Msj¨ and the second code gives me...
  8. Replies
    5
    Views
    5,340

    segmentation fault

    hello, im having problems whith a pointer to an array of unsigned chars, this is the part of the code that uses it:




    unsigned char **matrletras;

    CodigoError leer_archivo_txt(FILE* fpIn,...
  9. Replies
    7
    Views
    7,819

    Thanks a lot, i will try do that.

    Thanks a lot, i will try do that.
  10. Replies
    7
    Views
    7,819

    i can use fgetc and fgetchar too, maybe thats my...

    i can use fgetc and fgetchar too, maybe thats my mistake, the problem involves dealing with a binary file later so maybe im supose to use readf at that point
  11. Replies
    7
    Views
    7,819

    Its a text file with ¨53¨, i can use fgetc and...

    Its a text file with ¨53¨, i can use fgetc and fgetchar too (and fputc fputchar fwrite), its a codification problem that involves dealing with a binary file later so maybe im supose to use readf at...
  12. Replies
    7
    Views
    7,819

    hex to ascii

    hello, im new to programing and im having problems. they are giving me a file with characters like this:
    53
    57
    6a
    and to start working i need to transform them into characters in ascii (like v...
Results 1 to 12 of 12