Questions tagged as 'preprocesador'

2
answers

c ++ - Preprocessor - Existential doubt

I really have a doubt in existence, and as I go on it makes me more noisy and I really do not know if I'm doing things right. I have my own software, which I developed a few months ago ... it goes quite well in its purpose, but it turns out that...
asked by 27.11.2018 / 15:23
1
answer

Error defining char

I have this simple code of a Header File and I get an error when defining this: typedef char Cadena[N]; and my code is this: /* cadenas.h */ #ifndef CADENAS_H_ #define CADENAS_H_ #include <stdio.h> #include <string.h> #de...
asked by 27.04.2016 / 18:48