Jose's Read Only Forum 2023

General Category => General Discussion => Topic started by: Paul Breen on February 07, 2015, 04:50:37 PM

Title: Unbalanced parens in example
Post by: Paul Breen on February 07, 2015, 04:50:37 PM
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)

Title: Re: Unbalanced parens in example
Post by: Carlo Pagani on February 08, 2015, 01:19:57 PM
Hi Paul

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