how to get C++ language specifications

P

Premal

Hi ALL,

Is there any place from where I can download C++ language
specifications? I am looking for C++ specifications means how function
call works, how memory is allocated etc... I am searching for such
specifications or standards which is provided for compiler
development. I think such standards must be written somewhere using
which different vendors provide their compilers. Reason I am looking
for such standards is I want to go deep into C++ and want to know how C
++ is designed. After working 4yrs on application side using C++ I
like to dig deep inside C++ specifications.

Thanx in advance for your help.

Regards,
Premal Panchal
 
M

mlimber

Is there any place from where I can download C++ language
specifications? I am looking for C++ specifications means how function
call works, how memory is allocated etc... I am searching for such
specifications or standards which is provided for compiler
development. I think such standards must be written somewhere using
which different vendors provide their compilers.  Reason I am looking
for such standards is I want to go deep into C++ and want to know how C
++ is designed. After working 4yrs on application side using C++ I
like to dig deep inside C++ specifications.

See this FAQ:

http://www.parashift.com/c++-faq-lite/big-picture.html#faq-6.13

Consider also Stroustrup's _Design and Evolution of C++_.

Cheers! --M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top