time to get rid of unsigned?
From: John Harrison (john_andronicus_at_hotmail.com)
Date: 02/17/04
- Next message: Chris: "Design Question"
- Previous message: Carl Ribbegaardh: "Re: error LNK2001: unresolved external symbol - Ultra noob question"
- Next in thread: Ron Natalie: "Re: time to get rid of unsigned?"
- Reply: Ron Natalie: "Re: time to get rid of unsigned?"
- Reply: Claudio Puviani: "Re: time to get rid of unsigned?"
- Reply: P.J. Plauger: "Re: time to get rid of unsigned?"
- Reply: Cy Edmunds: "Re: time to get rid of unsigned?"
- Reply: Bret Pehrson: "Re: time to get rid of unsigned?"
- Reply: Jack Klein: "Re: time to get rid of unsigned?"
- Reply: Thomas Matthews: "Re: time to get rid of unsigned?"
- Reply: Claudio Puviani: "Re: time to get rid of unsigned?"
- Reply: P.J. Plauger: "Re: time to get rid of unsigned?"
- Reply: Jack Klein: "Re: time to get rid of unsigned?"
- Maybe reply: Jorge Rivera: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 17 Feb 2004 21:10:56 -0000
I knew that unsigned integral data types were the cause of scads of mostly
spurious warning messages, but I didn't realise that they were a security
risk too (see here
http://www.securitytracker.com/alerts/2004/Feb/1009067.html). All for one
measly extra bit.
So has the time come for C++ to deprecate unsigned integral types?
john
- Next message: Chris: "Design Question"
- Previous message: Carl Ribbegaardh: "Re: error LNK2001: unresolved external symbol - Ultra noob question"
- Next in thread: Ron Natalie: "Re: time to get rid of unsigned?"
- Reply: Ron Natalie: "Re: time to get rid of unsigned?"
- Reply: Claudio Puviani: "Re: time to get rid of unsigned?"
- Reply: P.J. Plauger: "Re: time to get rid of unsigned?"
- Reply: Cy Edmunds: "Re: time to get rid of unsigned?"
- Reply: Bret Pehrson: "Re: time to get rid of unsigned?"
- Reply: Jack Klein: "Re: time to get rid of unsigned?"
- Reply: Thomas Matthews: "Re: time to get rid of unsigned?"
- Reply: Claudio Puviani: "Re: time to get rid of unsigned?"
- Reply: P.J. Plauger: "Re: time to get rid of unsigned?"
- Reply: Jack Klein: "Re: time to get rid of unsigned?"
- Maybe reply: Jorge Rivera: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Maybe reply: Nick Hounsome: "Re: time to get rid of unsigned?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|