I have a C structure that is defined as follows:
typedef struct { unsigned long int a; } TEST;
I want to create the C # equivalent of this structure?
Any help? What bothers me is that the "unsigned long int" is at least 32-bit, which means it is either 32-bit, or 64-bit, or 16-bit, right?
You want uinteither ulongdepending on what intor longwas on your native C platform:
uint
ulong
int
long
, C, , C . #, , ( , Java Javascript), , VM (CLR #). .
Source: https://habr.com/ru/post/1524744/More articles:Error creating Android application using Cordova 3.1 CLI command line - javaWhy is the double syntax not equal to the initialized double of supposedly one value? - doubleMongoexport gets property of nested objects in CSV output - mongodbCSS div does not move in the middle - htmlIntellij IDEA - IvyCache does not recognize dependencies - javaiOS: Nonexistent Pointer is a crash app - pointersGrail Domain Inheritance - grailsRails Ссылки на строительные леса с выбранным входом и меткой Entity с генераторами - generatorОтразить изображения в представлении - javaCompile NGINX with Visual Studio - visual-studioAll Articles