News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Console app problem

Started by kesstun, January 09, 2010, 06:47:33 PM

Previous topic - Next topic

kesstun

I opened Code::Blocks and made a new console app, when you do that you get a basic hello world program i built and then tried to run that folloinw the instructions of the C++ book i have, but when i ran it the console didnt open, nothing happens when i try to run it. Can anyone tell me whats wrong?

stahta01

The mind reader has this century off; need the standard info!

1. Operating System?
2. Code::Blocks Version/SVN?
3. Compiler and Version of Compiler?

NOTE: You MUST MAKE SURE YOU have a Compiler Installed on YOUR PC!

4. Code::Blocks configured to use the Compiler
http://wiki.codeblocks.org/index.php?title=Installing_a_supported_compiler

5. Turn on Full Compiler Logging
http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

kesstun

Thx so much the problem was the Full Compiler Logging.

Jenna

Quote from: kesstun on January 09, 2010, 07:23:59 PM
Thx so much the problem was the Full Compiler Logging.
Surely not.
It doesn't matter, whether you turn on full compiler logging or not.

But it helps to find errors in your settings, because you see the commands, that really get send to the compiler.