[shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: ilmcuts <ilmcuts@xxxxxxx>
- To: shell-coding@xxxxxxxxxxxxx
- Date: Sat, 03 May 2003 10:15:19 +0200
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
- Follow-Ups:
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Jason Cone
- References:
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Gene Dymarskiy
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Jaykul
Other related posts:
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- » [shell-coding] Re: Newbie question : Use Microsoft's DDE server
<?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?
__________________________________________________ Subscription options and archive: http://www.freelists.org/list/shell-coding
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Jason Cone
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Gene Dymarskiy
- [shell-coding] Re: Newbie question : Use Microsoft's DDE server
- From: Jaykul