c++ - Simple question
- roland <--rv ronetech.com> Nov 05 2003
- "Walter" <walter digitalmars.com> Nov 05 2003
- roland <--rv ronetech.com> Nov 06 2003
- "Luna Kid" <lunakid neuropolis.org> Nov 06 2003
- "Luna Kid" <lunakid neuropolis.org> Nov 06 2003
- Jan Knepper <jan smartsoft.us> Nov 06 2003
- "Luna Kid" <lunakid neuropolis.org> Nov 06 2003
- Christof Meerwald <cmeerw web.de> Nov 06 2003
- "Luna Kid" <lunakid neuropolis.org> Nov 06 2003
Hi, With DM the prefix for a binary integer constant is 0b: unsigned char aBinaryValue = 0b11010; My question is: is this the standard or is it DM specific ? Thanks roland PS1: I can't find my old Kerighan & Ritchie book, PS2: It's to help somebody. No there is little chance I switch to an other compiler until I die except if I completely switch to Linux...
Nov 05 2003
It's DMC specific. As far as I know, no other compiler does this. "roland" <--rv ronetech.com> wrote in message news:bobd7c$4i8$1 digitaldaemon.com...Hi, With DM the prefix for a binary integer constant is 0b: unsigned char aBinaryValue = 0b11010; My question is: is this the standard or is it DM specific ? Thanks roland PS1: I can't find my old Kerighan & Ritchie book, PS2: It's to help somebody. No there is little chance I switch to an other compiler until I die except if I completely switch to Linux...
Nov 05 2003
Thanks roland :) Walter a écrit :It's DMC specific. As far as I know, no other compiler does this. "roland" <--rv ronetech.com> wrote in message news:bobd7c$4i8$1 digitaldaemon.com...Hi, With DM the prefix for a binary integer constant is 0b: unsigned char aBinaryValue = 0b11010; My question is: is this the standard or is it DM specific ? Thanks roland PS1: I can't find my old Kerighan & Ritchie book, PS2: It's to help somebody. No there is little chance I switch to an other compiler until I die except if I completely switch to Linux...
Nov 06 2003
Sorry to ask stuff like this here, but my ISP does not have a news server and I couldn't quickly find a public one I could use. How could I still access the C++ NGs? Any tips? Thanks, Sz.
Nov 06 2003
Ehh, dammit, sorry, I hit Reply instead of New post... :-// "Luna Kid" <lunakid neuropolis.org> wrote in message news:bodiur$d3p$1 digitaldaemon.com...Sorry to ask stuff like this here, but my ISP does not have a news server and I couldn't quickly find a public one I could use. How could I still access the C++ NGs? Any tips? Thanks, Sz.
Nov 06 2003
Don't know what you are asking, but this post of yours *is* in the Digital Mars C++ [N]ews [G]roup. Your ISP just has to allow you to use Internet newsgroups, which seems like they do. Luna Kid wrote:Sorry to ask stuff like this here, but my ISP does not have a news server and I couldn't quickly find a public one I could use. How could I still access the C++ NGs? Any tips? Thanks, Sz.
-- ManiaC++ Jan Knepper
Nov 06 2003
Don't know what you are asking, but this post of yours *is* in the Digital Mars C++ [N]ews [G]roup.
Thanks, Jan, I was referring to the public C++ Usenet NG, not the DM C++ NG on your server. (Please see the Subject. ;) ) Later, Sz.
Nov 06 2003
On Thu, 6 Nov 2003 14:49:46 +0100, Luna Kid wrote:Sorry to ask stuff like this here, but my ISP does not have a news server and I couldn't quickly find a public one I could use. How could I still access the C++ NGs? Any tips?
See http://news.individual.net bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de ...and what have you contributed to the Net?
Nov 06 2003
Very cool, thanks! Cheers, Sz. "Christof Meerwald" <cmeerw web.de> wrote in message news:bodrdr$p67$1 digitaldaemon.com...On Thu, 6 Nov 2003 14:49:46 +0100, Luna Kid wrote:Sorry to ask stuff like this here, but my ISP does not have a news server and I couldn't quickly find a public one I could use. How could I still access the C++ NGs? Any tips?
See http://news.individual.net bye, Christof -- http://cmeerw.org JID: cmeerw jabber.at mailto cmeerw at web.de ...and what have you contributed to the Net?
Nov 06 2003









roland <--rv ronetech.com> 