Code::Blocks Forums

User forums => Help => Topic started by: giftofshivaji on April 01, 2023, 01:26:50 pm

Title: How to customize console output in codeblocks?
Post by: giftofshivaji on April 01, 2023, 01:26:50 pm
https://imgur.com/a/kb96Iq6

How to get that

"- - - - - - -"

in codeblocks console output?
Title: Re: How to customize console output in codeblocks?
Post by: ollydbg on April 01, 2023, 02:30:45 pm
I think this is a general C++ programming question.

Which is not suitable for our C::B forum.
Title: Re: How to customize console output in codeblocks?
Post by: giftofshivaji on April 01, 2023, 02:43:26 pm
Nope. I'm asking how to get that "-----" for every output without writing c++ code for it.
Title: Re: How to customize console output in codeblocks?
Post by: Commaster on April 01, 2023, 02:46:08 pm
This is the default output, including the next 2 lines, when you run your application using Code::Blocks' "Run" button.
Title: Re: How to customize console output in codeblocks?
Post by: giftofshivaji on April 02, 2023, 05:41:51 am
Nope it's not for me.
Title: Re: How to customize console output in codeblocks?
Post by: stahta01 on April 03, 2023, 01:23:22 am
Nope it's not for me.

So, stop using the Code::Blocks run button to run your program.

I suggest using the Toolsplus plugin or the Tools menu.

Tim S.