| View previous topic :: View next topic |
| Author |
Message |
Wing Guest
|
Posted: Tue Jan 20, 2004 10:47 pm Post subject: C++ reference |
|
|
Could anyone tell me how to find the references of c++ compilation? I
need some data such as the rules of parameter deduction in functions
and template.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Ben Hutchings Guest
|
Posted: Wed Jan 21, 2004 7:51 pm Post subject: Re: C++ reference |
|
|
Wing wrote:
| Quote: | Could anyone tell me how to find the references of c++ compilation? I
need some data such as the rules of parameter deduction in functions
and template.
|
The rules are defined by ISO standard 14882:2003 which you can buy here:
<http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003>
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|