+1 jleach (nice comments)
Despite periodic claims of
there are no stupid questions, there are questions that are more likely to be answered than others.
Posts more likely to be ignored:
1. If a question can be google'd in a second.
2. Really, really basic questions that should be read in a book/tutorial. C++ is a huge language which requires some effort on part of the student to learn as much as possible on his/her own. The forum can be used to fill the pieces of knowledge and experience that's hard to cover on own's own.
3. Debugging questions
without a good example and a test case.
4. Vague questions and/or comments.
Here's an example of a good post that got a quick response and solution/fix:
http://www.cplusplus.com/forum/general/30295/
The title is clear and the post is succinct - got right to the point of the problem. Code is posted with test cases.
BTW, it is fine to post questions about programming concepts. There are plenty of funky concepts and syntax in C++ to confuse beginning programmers. Feel free to ask them if, after some effort, you get stuck.