[shell-coding] Re: Newbie question : Use Microsoft's DDE server

At 19:17 02.05.2003 -0400, Jaykul wrote:
<?xml version="1.0" ?>
On 2 May 2003, ilmcuts wrote about [shell-coding] Re: Newbie question :
> I'm  fairly certain that it's "BOOL", not "bool".
What _IS_ the difference? Anyone?

"bool" is a POD (builtin type) in C++ (to be used with the lowercase "false" and "true", "BOOL" is Microsoft's workaround for plain C (to be used with "FALSE" and "TRUE" which are simply #defines). Afaik "bool" is not in C yet, but I'm not sure.



__________________________________________________ Subscription options and archive: http://www.freelists.org/list/shell-coding

Other related posts: