Codeblocks compiles my program correctly, no errors. However when it runs, nothing shows up. I don't remember changing any settings either, so I must have misclicked a setting somehow.
I can post my program, but neither the new one I wrote or the older ones I was running fine before work now, so I'm not sure how much help that would be.
What os and cb version are you using?
Operating system is windows 7, code::blocks version is 13.12
What is the type of the target you're using?
To show something in the console you need to set it to console.
Thanks oBFusCATed, I must have toggled view/select target/release. Turning it back on fixed my problem.