default expression type
From: j0mbolar (j0mbolar_at_engineer.com)
Date: 06/30/04
- Next message: Tim Northover: "Re: Programming Puzzle"
- Previous message: Jeremy Yallop: "Re: 'hello world' OS"
- Next in thread: Thomas Matthews: "Re: default expression type"
- Reply: Thomas Matthews: "Re: default expression type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 Jun 2004 05:52:33 -0700
does the standard guarantee that the type of an expression
is implicitly void as it does for functions?
for example:
int i = 0xff;
i;
does the type implicitly have void
since it isn't used for anything.
- Next message: Tim Northover: "Re: Programming Puzzle"
- Previous message: Jeremy Yallop: "Re: 'hello world' OS"
- Next in thread: Thomas Matthews: "Re: default expression type"
- Reply: Thomas Matthews: "Re: default expression type"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]