Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Simple question
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. 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. 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? 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? Nov 06 2003
|