Unbalanced parens in example

Started by Paul Breen, February 07, 2015, 04:50:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Paul Breen

Hello:

I did not know where to put this, so 'general' hit the spot. If you do not want minor errors reported, errors that someone could figure out, let me know. I'm an English major, and this sort of thing is in my blood.

There are unbalanced parens in the Windows Common Controls\Macros\Sublangid\C++ example. The following was copied from that example and pasted below:

#define SUBLANGID(lgid)((WORD)(lgid) >> 10)

  •  

Carlo Pagani

Hi Paul

Where do you see the unbalanced "(" or ")" Seems balanced to me?
  •