You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SegmentFault is an open Chinese community for coders, providing a large number of articles for different topics in computer science and, similarly, a public Q&A platform for coding questions.
Virtual Judge is not a real online judge. It can grab problems from other regular online judges and simulate submissions to other online judges. It aims to enable holding contests when you don't have the test data.
DevDocs is here to save you from tedious jobs of browsing API documentation. DevDocs aims to make reading and searching reference documentation fast, easy and enjoyable.
DevDocs combines multiple developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more. Of course, C++ is supported.
This link contains some lectures about useful tools from MIT. Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We’ll teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!
Compiler Explorer is an interactive compiler exploration website. Edit C, C++, Rust, Go, D, Haskell, Swift, Pascal, ispc or other language code, and see how that code looks after being compiled in real time. Multiple compilers are supported, many different tools and visualations are available, and the UI layout is configurable (thanks to GoldenLayout).
A special online judge which is mainly about mathematics and you need to submit only the result, which means that you can use any method, any language, any device you desire to solve the problem(for example, pen and paper and brain). When you work out a problem successfully, you can go to the discussion board or look at the official tutorial.
CSDN is a domestic website for all programmers to look for references and coding assistance. Its useful resources and experience from other programmers will be of great assistance.
This is the website of Microsoft to introduce Hungarian Notation. Even though a bit complicated , the use of this coding style may help you to avoid many common errors.