Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Hi, this image is too small that nothing can be seen from it.

I suggest using a nightly version of Code::Blocks, and this version don't need to be "installed". You just need to "unzip" the extracted zip files.

About the compiler, you need to install a compiler, for example:

[WinLibs - GCC+MinGW-w64 compiler for Windows](https://winlibs.com/)
2
Help / problem with silent install in version codeblocks-20.03mingw-setup
« Last post by olivier sc on Yesterday at 08:40:15 pm »
Hello dear,

I try to install silently codeblocks-20.03mingw-setup.exe with /S
I get alwais a exit status 2
When i lunch it, no compiler is present.
You can see attached image:
in 1 it is a machine that has never had codeblock installed.
in 2 it is a machine installed by hand or having already had codeblock installed

I see this on chocolatey package to!
3
Using Code::Blocks / Re: Compiler Settings: limited to C++ 14 standard
« Last post by nenin on Yesterday at 07:25:57 am »
You can directly introduce any options supported by compiler in "Other compiler options". "Compiler Flags" is outdated and missing some important flags like "-march=x86-64-v2" [/b]
oh, I see
I wonder if this should be reported as a bug somewhere :-\
In nighties I have standard support up to C++ 2020 and C 2017. But there are so many other flags for the the GCC...
4
Using Code::Blocks / Re: Compiler Settings: limited to C++ 14 standard
« Last post by kakas on April 14, 2024, 05:19:31 pm »
Strange. Nevertheless, you can always add flags (e.g. -std=c++20 or more warnings) in other compiler options.

I use cb under Linux only and have newer standards listed for years.
yea, I just used to ignore flags in tutorials/guides thinking I just have some outdated piece of software.

It might be just a windows thing.
5
Using Code::Blocks / Re: Compiler Settings: limited to C++ 14 standard
« Last post by kakas on April 14, 2024, 05:14:55 pm »
You can directly introduce any options supported by compiler in "Other compiler options". "Compiler Flags" is outdated and missing some important flags like "-march=x86-64-v2" [/b]
oh, I see
I wonder if this should be reported as a bug somewhere :-\
6
Using Code::Blocks / Re: Compiler Settings: limited to C++ 14 standard
« Last post by nenin on April 14, 2024, 11:47:27 am »
I just found out that in the "Compiler Flags" section of the compiler settings, the c++ standard goes up only to C++ 14.
Thought I have latest gnu compilers installed.
It's the same with both nightly build(April 1st 2024) and stable release of CB.
You can directly introduce any options supported by compiler in "Other compiler options". "Compiler Flags" is outdated and missing some important flags like "-march=x86-64-v2" [/b]
7
Using Code::Blocks / Re: Compiler Settings: limited to C++ 14 standard
« Last post by blauzahn on April 14, 2024, 08:13:10 am »
Strange. Nevertheless, you can always add flags (e.g. -std=c++20 or more warnings) in other compiler options.

I use cb under Linux only and have newer standards listed for years.
8
Using Code::Blocks / Compiler Settings: limited to C++ 14 standard
« Last post by kakas on April 14, 2024, 07:38:09 am »
I just found out that in the "Compiler Flags" section of the compiler settings, the c++ standard goes up only to C++ 14.
Thought I have latest gnu compilers installed.
It's the same with both nightly build(April 1st 2024) and stable release of CB.
9
Hello dear,

I try to install silently codeblocks-20.03mingw-setup.exe with /S
I get alwais a exit status 2
When i lunch it, no compiler is present.
You can see attached image:
in 1 it is a machine that has never had codeblock installed.
in 2 it is a machine installed by hand or having already had codeblock installed

I see this on chocolatey package to!
10
Development / Re: new idea: smart copy of the code snippet with [code] tag around
« Last post by ollydbg on April 12, 2024, 07:17:40 am »
That's a great idea! There isn't a universally built-in feature for copying code with context like your browser extension does for links. Exploring these options should help you achieve the desired code copy functionality in your editor.

Are you an AI bot?

I will report it to moderator.
Pages: [1] 2 3 4 5 6 ... 10