Win32 « character « C Data Type Q&A

Home
C Data Type Q&A
1.binary
2.bit
3.byte
4.char
5.character
6.decimal
7.Development
8.float
9.hex
10.integer
11.prime
12.random
13.struct
C Data Type Q&A » character » Win32 

1. What's wrong with my character set (Win32 API)    stackoverflow.com

I'm currently learning Win32 using this tutorial, and I have a hard time with my displayed characters. Take for instance this piece of code which adds a menu to my ...

2. WIN32 C, how to check if a virtual key is a character?    stackoverflow.com

VK_LEFT is not a character but VK_A is. How can I differentiate them? Thanks.

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.