<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.ulascemh.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.ulascemh.com/feed.php">
        <title>UCH - en:cs:lang:cpp:types</title>
        <description></description>
        <link>https://wiki.ulascemh.com/</link>
        <image rdf:resource="https://wiki.ulascemh.com/lib/exe/fetch.php?media=logo.svg" />
       <dc:date>2026-06-19T03:04:53+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:ascii&amp;rev=1776000992&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:sidebar&amp;rev=1776001143&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.ulascemh.com/lib/exe/fetch.php?media=logo.svg">
        <title>UCH</title>
        <link>https://wiki.ulascemh.com/</link>
        <url>https://wiki.ulascemh.com/lib/exe/fetch.php?media=logo.svg</url>
    </image>
    <item rdf:about="https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:ascii&amp;rev=1776000992&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-12T13:36:32+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ASCII Table and Character Representation in C++</title>
        <link>https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:ascii&amp;rev=1776000992&amp;do=diff</link>
        <description>ASCII Table and Character Representation in C++

In C++ programming, characters are stored in memory not as text, but as numerical values. The universal standard that defines how these numerical values correspond to characters is called ASCII.

The char type, the basic character data type in C++, is essentially an 8-bit integer type. It typically uses the</description>
    </item>
    <item rdf:about="https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:sidebar&amp;rev=1776001143&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-12T13:39:03+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>UCH Wiki</title>
        <link>https://wiki.ulascemh.com/doku.php?id=en:cs:lang:cpp:types:sidebar&amp;rev=1776001143&amp;do=diff</link>
        <description>UCH Wiki

	*  Engineering Sciences
	*  Computer Science
		*  Developer Tools
		*  Programming Languages
			*  Bash
			*  C++
				*  Introduction and Basics
				*  Data Types, Constants, and Strings
					*  Fundamental Data Types (int, float, bool, char)
					*  ASCII Table and Character Representation in C++
					*  Constants and Strings (std::string, string_view)
					*  Type Conversion and Type Deduction (auto)

				*  Operators, Scope, and Control Flow
				*  Functions and Templates
				*  Co…</description>
    </item>
</rdf:RDF>
