@nanda_elmlund@Jou_Kaiser No te parece hipócrita apoyar medidas de supervigilancia siendo zurdo después de lo vivido durante la dictadura? te sentirías segura sabiendo que todo lo que opinas está directamente asociado a tu identidad si hubiera un nuevo golpe de estado por parte de FFAA?
@eTheRealZMT@ulfgardleo@tsoding@Random832@g37800163 if you intend to do type punning you must use unions, memcpy or the old fashioned:
void **c = (void **) &b;
//or
double d = 3.14;
long x = * (long *) &d;
this compiles but I think you have to use -fno-strict-aliasing if you don't want weird bugs caused by compiler optimizations
@eTheRealZMT@ulfgardleo@tsoding@Random832@g37800163 because you would lose track of the type you are pointing to, you could:
double d = 3.14;
void *e = &d;
*c = e;
then when you read *b you would not only be reading a double as an int, if sizeof(int) < sizeof(double) you will not read the whole number
+
@eTheRealZMT@tsoding@Random832@g37800163 I think you are confusing type size with pointer size, on word addressable memory a void* might need extra information about the offset inside of the addressed word, that's why you get different sizes, not because integer types have different sizes.
@Cibergun_@PakeMPC@Zerofelx a ver instalalo en windows para ver la diferencia XDDD si vas a dar un ejemplo al menos que no sea un software ultra específico que ni siquiera existe en windows y que un usuario normal nunca sabría de su existencia porque generalmente la gente no tiene un home server
@Matiaschaspiqk@DanielA21206297@mdzol Y el ingreso como se marca? En este caso es llegando al aula, no al establecimiento a menos que marquen con hora reloj o acaso si trabajo desde casa puedo decir que llego siempre temprano porque vivo ahí?