News:

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

Main Menu

CB running first code compiled

Started by krrice, December 15, 2013, 12:40:36 AM

Previous topic - Next topic

krrice

Hi everyone, I have been using visual studio for a while now and decided to give CB a try. My problem is if I create a new project and run a simple cout statement it runs fine,but if I add code or comment the cout statement it still just runs the first code I originally ran. I have searched all day for a solution to my problem and can't figure it out. I am running Windows 8. Any help will be appreciated.

stahta01

#1
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F
Did you try re-building the project?
If not, try that!

And if it rebuilds post the full re-build log.
NOTE: This does NOT mean build messages!

Link to more official info; but, not a clear http://qt-project.org/doc/qt-4.8/qmake-variable-reference.html#libs
The above was added to another post no idea how it got in this one. Likely user error or browser bug.

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]