Software Developer (C++ Language) ChatGPT Cheat Sheet
Home
Code Review Assistance
ChatGPT can provide suggestions on coding best practices, potential optimizations, and help identify possible code smells.
Examples:
{{code snippet}}
?{{code snippet}}
{{function parameters and return type}}
Algorithm Explanation
ChatGPT can provide intuitive and understandable explanations of computer science algorithms.
Examples:
Coding Problem Solutions
ChatGPT can provide code snippets in response to a procedural problem.
Examples:
Coding Interview Questions
ChatGPT can help prepare you for coding interview questions.
Examples:
{{coding question}}
Code Explanation
ChatGPT can provide plain English explanations of complex code snippets.
Examples:
{{code snippet}}
{{complete program}}
{{function code}}
Debugging Help
ChatGPT can help you identify bugs or errors in your C++ code.
Examples:
{{error message}}
. What could be going wrong?{{error message}}
. Can you help me understand why?{{function code, inputs and expected/actual output}}