tags:

views:

599

answers:

17

just a simple question ... ist there a special board/forum .. or a blog you like . I'm new to c++ and i'd like to get deep in the matter :)

so : what are the best c++ sites on this planet ? :)

+9  A: 

cplusplus.com is a very useful online reference, and hosts a forum as well.

I'd also recommend to have a look at the home page of Bjarne Stroustrup, the designer of the language.

UncleZeiv
While cplusplus.com can be used for quick reference, it's known to contain poor examples and occasionally crappy documentation for functions. if you need good information, always not only check cplusplus.com. but if one already knows c++ and just want to get quick reference, it's OK i think.
Johannes Schaub - litb
+16  A: 

Not a discussion board but the C++ FAQ LITE can be useful

Argos
"can be useful" - I dare to say it is a must (at least to skim through it)
Anonymous
+1  A: 

cppreference.com++

tunnuz
+3  A: 

The moderated C++ Usenet group http://groups.google.com/group/comp.lang.c++.moderated is an obvious place to start.

anon
+6  A: 

Altough the most of the posts are dated, Guru of the week is a must read!

mfazekas
+1  A: 

cplusplus.com and cprogramming.com are a great quick reference when I forget how to do something.

John T
I love how people downvote without reason... sure the sites I use may not be the best out there but my answer is not wrong. It's a preference question.
John T
+3  A: 

Sutter's Mill

Learning
+2  A: 

I have personally like Artima, where most of the experts write regularly. Although recently there has been dip in frequency.

Ketan
Another problem with Artima is that it is full of Java zealots who often ruin any normal discussion with their unsolicited opinions on Java vs C++.
Nemanja Trifunovic
+1  A: 

While it's a bit of work going through the past issues, there are a lot of good articles on C++ over at Dr. Dobbs.

Eclipse
+1  A: 

C++ Annotations

Mr Fooz
A: 

Reference pages are a bit boring, I'd like to see more c++ blogs posted here. A good way to learn coding is too know when your doing it wrong.

Bad code with funny back stories at(occasional c++ gem) thedailywtf.com.

Daniel T. Magnusson
+4  A: 

http://www.boost.org/

Boost provides free peer-reviewed portable C++ source libraries.

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications.

Scott Langham
A: 

The Visual C++ Team Blog is a very MSVC-oriented site, but well written and with some good deep information.

Eclipse
A: 

Few more ideas:

Anonymous
A: 

http://www.acm.uiuc.edu/webmonkeys/book/c_guide/

This is actually a C library reference, but all of these functions are usable (and often useful) when programming in C++.

Colin
A: 

You may want to visit www.sw-optimization.com .

Greets, --eric