Related articles |
---|
Identifying types in C- or pascal-like type systems psyupjc@nottingham.ac.uk (Peter James Cowderoy) (2000-12-13) |
Re: Identifying types in C- or pascal-like type systems jejones@microware.com (James Jones) (2000-12-18) |
Re: Identifying types in C- or pascal-like type systems smoleski@surakware.com (Sebastian Moleski) (2000-12-18) |
Re: Identifying types in C- or pascal-like type systems schelian@bu.edu (Suhas Chelian) (2000-12-18) |
From: | Suhas Chelian <schelian@bu.edu> |
Newsgroups: | comp.compilers |
Date: | 18 Dec 2000 00:39:29 -0500 |
Organization: | Boston University |
References: | 00-12-053 |
Keywords: | types |
Posted-Date: | 18 Dec 2000 00:39:29 EST |
You may also wanna check out typeid()
[http://www.dinkumware.com/htm_cpl/typeinfo.html].
Peter James Cowderoy wrote:
> What methods do people use for storing the type of a variable or
> expression with C-like type systems? Does this change any further when
> you incorporate the likes of C++'s templates?
--
Suhas Chelian schelian@cns.bu.edu
Return to the
comp.compilers page.
Search the
comp.compilers archives again.