News:

Download Pelles C here: http://www.pellesc.se

Main Menu

Recent posts

#11
Beginner questions / Re: How to determine compiler ...
Last post by Michele - April 09, 2026, 07:45:51 PM
If your scope is to use it in #if/#else#endif constructs to conditionally compile code based on the used standard you can use the symbols "__STDC_VERSION__  ", defined only when /Ze isn't used, or "__POCC_STDC_VERSION__" when /Ze is used.

From the help file:
Quote__STDC_VERSION__ Never defined when the /Ze option is used. The supported ISO C standard.
Defined as the integer constant 199901L when the /std=C99 option is used.
Defined as the integer constant 201112L when the /std=C11 option is used.
Defined as the integer constant 201710L when the /std=C17 option is used.
Defined as the integer constant 000000L (TBD) when the /std=C2X option is used. 
#12
Beginner questions / Re: How to determine compiler ...
Last post by John Z - April 09, 2026, 06:58:56 PM
Hi Phil57,

Use the Menu: Project - Project Options, select Compiler in the tree view,  Now in that right side screen you will see 'C standard' and a drop down box.  The value in the box is the current C standard being used.

Use the 'C standard' drop down box to change to any other one you want.

'Project Options' is near the bottom of the Main Menu Project drop-down Menu btw.


John Z
#13
Beginner questions / How to determine compiler stan...
Last post by PhilG57 - April 09, 2026, 06:45:07 PM
Hi.  How can I, at compile time, determine and print the C standard the compiler is using.  I see __POCC__ to determine which version of Pelles IDE is being used, but not the C standard (11, 17, 22, etc.) with which my code is being compiled.  Thanks.
#14
General discussions / Re: I want to translate pelles...
Last post by TimoVJL - April 09, 2026, 12:52:35 PM
The programming English is an universal language.
TLPEview might have a chinese version too, as one person wanted source codes for translations.
It have a different name, as my version is english language only.
#15
General discussions / Re: I want to translate pelles...
Last post by John Z - April 09, 2026, 10:38:00 AM
Hi ander_cc,

You can find the basic procedure here:
https://web.archive.org/web/20250325220454/https://wiki.pellesc.de/doku.php/translating

Also attached below as a pdf -

But you probably need the version 14 rsrc0009.zip which you can get from  here:
 http://www.pellesc.se


享受
John Z

#16
General discussions / I want to translate pelles c i...
Last post by ander_cc - April 09, 2026, 05:59:14 AM
I downloaded the english translation file, but how to modify the project to chinese virsion?
#17
Announcements / Re: Version 14.00 is now relea...
Last post by Pelle - April 08, 2026, 08:32:24 PM
Again... thank you!  :)
#18
Announcements / Re: Version 14.00 is now relea...
Last post by Cbeginner - April 08, 2026, 03:57:49 PM
Thank you Pelle for version 14  ;D
#19
Announcements / Re: Version 14.00 is now relea...
Last post by Marco - April 08, 2026, 03:30:16 PM
As usual, great work, Pelle!

Thank you very much!

Marco
#20
Announcements / Re: Version 14.00 is now relea...
Last post by Pelle - April 08, 2026, 09:25:44 AM
Thank you all...!  :)