I have just converted from ubuntu to fedora. I installed codeblocks ide and gcc with c++ support from the Add/Remove software window.Whenever I compile something from within codeblocks, it compiles correctly but the binary refuses to run.It has a permission to execute.
I have never compiled something in terminal;how can I do so?
That is what puzzling me, it shows nothing.
When given ./prog it simply shows the next shell prompt.
and when run within the codeblocks ide, the ide seems to think that it is running in xterm, whereas not a single terminal opens up.