Someone could tell me how to convert the #declare statement in C#?
And how can I define an alias for data types?
And this what does it mean? What's the :1 and :2?
struct MyStruct
{
uint member_a : 1;
uint member_b : 2;
}
Thank you!
|
Results 1 to 7 of 7
Thread: C to C#Threaded View
|
Click Here to Expand Forum to Full Width |