News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Changing number format

Started by Jhon Cena, June 12, 2018, 04:04:15 AM

Previous topic - Next topic

Jhon Cena

Is there a way to change the number format in codeblocks, changing the dot and using commas?

Example:
Input: 5,1 instead 5.1

The CODE::BLOCKS just accept the "5.1" value for a number, the "5,1" value will cause an error. There is a way to change this?

stahta01

Do you know that Code::Blocks is a IDE/Editor and not a compiler?

If the answer is yes; then state where in the Code::Blocks GUI you are entering the data?

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]