<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Strings</title><link>https://sourceforge.net/p/typp/wiki/Strings/</link><description>Recent changes to Strings</description><atom:link href="https://sourceforge.net/p/typp/wiki/Strings/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Jan 2016 12:25:51 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/typp/wiki/Strings/feed" rel="self" type="application/rss+xml"/><item><title>Strings modified by Cyder</title><link>https://sourceforge.net/p/typp/wiki/Strings/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Strings&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The c11 standard describes 4 ways string or characters can be written:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Regular string: &lt;code&gt;"Text here"&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Wide string: &lt;code&gt;L"Text here"&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;16-bit String: &lt;code&gt;u"Text here"&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;32-bit String: &lt;code&gt;U"Text here"&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Characters are written the same as strings, but use &lt;code&gt;'&lt;/code&gt; instead of &lt;code&gt;"&lt;/code&gt;.&lt;br/&gt;
TPP Support all 4 of these strings and accepts all character escape codes described by the standard. As an extension, TPP also allows for the &lt;code&gt;\e&lt;/code&gt; escape code for the &lt;code&gt;esc (27)&lt;/code&gt; character.&lt;/p&gt;
&lt;p&gt;Hint: Characters are considered Integral constants and can be used in &lt;code&gt;#if&lt;/code&gt; constant expressions&lt;/p&gt;
&lt;p&gt;s.a. &lt;a class="alink" href="/p/typp/wiki/Conditional%20directives/"&gt;[Conditional directives]&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyder</dc:creator><pubDate>Thu, 07 Jan 2016 12:25:51 -0000</pubDate><guid>https://sourceforge.net7a3c99e65e9f25cb1d9b37a01594d286ed77dadc</guid></item></channel></rss>