What is the final link for the C and C ++ programming languages?

Recently, all modern programming languages ​​have an ultimate website for supporting, distributing, learning a programming language, as well as community forums, email lists, etc. Java has java.sun.com, python has python.org, etc.

However, C / C ++ does not seem to have such a site. Which site do you use, say in the document, to link to the C or C ++ programming language? Wikipedia entries are not counted, although they may be perfect.

Founders websites? Or any other ideas?

+3
source share
11 answers

Bjarne Stroustrup . FAQ ++ , , ? .

+5

++ ISO/IEC 14882: 2011. , , . , , , , 330 . - ( ).

C ISO/IEC 9899: 2011. ++, , - .

+5

, , . . - - , .. ( ).

C

C ++.

++:

++ FAQ Lite

Boost

+4
+3

Usenet:

  • comp.lang.c++.moderated ( ++, )
  • comp.lang.c++ ( ++)

    URL

  • comp.std.c++ ( )

    URL

+3

, , , , :-)

+2

C:

0

C ++, , , , C:

Harbison and Steele

0

Boost.

Boost ++.

0

Zed Sharkjumper Tutorial: http://c.learncodethehardway.org/

0
source

All Articles