Uint types in c | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Uint types in c

I tried to use uints in c in sololearn but that variables are not recognized. Someone can say why?

17th Oct 2023, 6:34 PM
Werg Serium
Werg Serium - avatar
2 Réponses
+ 2
Missing include: #include <stdint.h>
17th Oct 2023, 7:55 PM
Brian
Brian - avatar
+ 1
Oh. So i should do this in standard C? Ok, thank you for the hint.
17th Oct 2023, 7:58 PM
Werg Serium
Werg Serium - avatar