Search:

Type: Posts; User: diego31416

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    5,127

    You were right, I was making an amateur mistake,...

    You were right, I was making an amateur mistake, thanks for the help
  2. Replies
    3
    Views
    5,127

    Unable to debug pcre program

    Greeting to all.

    In a previous post, I was struggling to generate a Cmake that could actually compile a source code example using pcre. Regardless of the success I've had accomplishing this, the...
  3. Replies
    1
    Views
    4,414

    Cannot generate cmake for pcre in c

    Greetings to all.

    First of all, in my ubuntu 18.04 system I installed libpcre3 and libpcre3-dev in order to obtain the non-standard C pcre library, however. After generating a Cmake file "source...
  4. Replies
    2
    Views
    2,722

    You're right, That was the problem. Thanks to you...

    You're right, That was the problem. Thanks to you good sir :)
  5. Replies
    2
    Views
    2,722

    sprintf f open pattern

    Greetings.

    I'm writing a program that opens files given by /route/file_name. Such program receives the file_name via stdout from bash, i.e ./main < <(ls ../script/) where ls ../script/ gives the...
  6. Thank you very much, all your responses were very...

    Thank you very much, all your responses were very useful, I've got more insight in how the compiler works.
  7. Thank you very much for you kind reply and I'm...

    Thank you very much for you kind reply and I'm sorry for not making myself clear "by all bufp variables" I meant bufp variable ocurrences throughout the code. Anyhow, what troubles me is the value of...
  8. The C Programming Language Second Edition, global values.

    Hello.

    I'm currently using the book "The C programming Language" as my top tool to understand the programming patterns of the C language.

    In chapter 4 they were structuring functions and I've...
  9. Replies
    3
    Views
    13,579

    Thank you for your answer, you were indeed right.

    Thank you for your answer, you were indeed right.
  10. Replies
    3
    Views
    13,579

    correct usage of strcpy_s

    Greetings,


    #include "stdafx.h"#include "codificador.h"


    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #include <stdlib.h>
Results 1 to 10 of 10