hello, I'm a computer science student. I'm starting to get into the more challenging aspects of C++. Where can i find a good website for quickly finding syntax. Say i want to solve a simple problem, but i don't know the exact syntax, where can i quickly find code snippets to solve the problem?

Recommended Answers

All 2 Replies

It's the one that comes up first (probably by careful design) when you search "C++ [anything]" on Google but I like http://www.cplusplus.com/reference/ It has the functions/methods from the major libraries (C and C++) and little code samples for most of them.

Or Use us as a reference.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.