| |

VerySource

 Forgot password?
 Register
Search
View: 664|Reply: 2

Define a variable in vb GENERIC_READ =&H80000000 How to write this sentence in VC? What type is it?

[Copy link]

4

Threads

5

Posts

5.00

Credits

Newbie

Rank: 1

Credits
5.00

 China

Post time: 2020-2-1 21:40:01
| Show all posts |Read mode
How to write Public Const in vb?
Thank you!
Reply

Use magic Report

0

Threads

41

Posts

28.00

Credits

Newbie

Rank: 1

Credits
28.00

 China

Post time: 2020-3-17 10:00:01
| Show all posts
const unsigned int GENERIC_READ = 0x80000000;
Reply

Use magic Report

0

Threads

45

Posts

32.00

Credits

Newbie

Rank: 1

Credits
32.00

 Invalid IP Address

Post time: 2020-3-17 13:15:01
| Show all posts
GENERIC_READ = 0x80000000;

Global const, can be defined in cpp const int a = 0;

Category:

public:
  const int a = 0;
Reply

Use magic Report

You have to log in before you can reply Login | Register

Points Rules

Contact us|Archive|Mobile|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

Quick Reply To Top Return to the list