|
| What is correct syntax to declare an unsigned 8 byte integer |
| Iniciado por guest, 28,oct. 2016 05:58 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 28,octubre 2016 - 05:58 |
In the documentation unsigned 8 byte integers are described as
unsigned 8-byte int
however the compiler will not accept
foo is unsigned 8-byte int
however it will accept
foo is unsigned int on 8 bytes
I forget where I found the syntax above, but it is accepted by the compiler. Since it is not documented, is there a documented way to declare an 8 byte integer that I am missing? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2016 - 09:10 |
Hi Donald,
I am using the Syntax 'unsigned int on x bytes' since the beginning with windev. As I surely haven't seen this in a 'glass bowl' it must have been written anywhere, although I can't remember where.
Erik |
| |
| |
| | | |
|
| | |
| |
| Publicado el 28,octubre 2016 - 10:03 |
Donald
foo is 8-byte unsigned int is accepted by the compiler
This is the syntax Windev uses when it creates the MVP classes. |
| |
| |
| | | |
|
| | | | |
| | |
|