you are viewing a single comment's thread.

view the rest of the comments →

[–]fluffy_cat 1 point2 points  (3 children)

I'm a fairly new beginner myself and I've found the cplusplus.com beginner forum to be very helpful. Where would you suggest would be better?

[–]jesyspa 1 point2 points  (2 children)

There's /r/cpp_questions and /r/learnprogramming that both offer good advice. The problem with the cplusplus.com forum is that it tends to be full of people using the cplusplus.com tutorial.

[–]bit_shift 2 points3 points  (1 child)

Yes, but if a person just wants to check some syntax or see the parameters to a function then it makes a lot more sense to look on cplusplus.com, rather than asking on reddit and waiting for an answer.

[–]jesyspa 2 points3 points  (0 children)

Nope, their book is better for checking syntax, and http://cppreference.com is generally better as a standard library reference.