Hi all,

I already convert a C++ project to C# project. It's fine and working ok.

On C++ I use DWORD data type. But in C# for that I used just a int value. Is that ok. Is there compatible data type which I can use for my project.

Thanks.

Recommended Answers

All 2 Replies

As I figured it out it's a 4-byte unsigned integer, so you can use UInt32 as an equivalent.

Good luck.

Yes it is. Thanks for the replay. I found it after referring few articles on the web.

Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.