c++codeblockscomments

Codeblocks comment out whole block


I am using a Codeblocks IDE for C++ and I tried googling it, but could not find the answer.

How do I comment out a block of code in Codeblocks? For example in Eclipse its ctrl+7.


Solution

  • A quick google gives me this page, which says it's Ctrl + Shift + C.