<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.251.sh/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.251.sh/feed.php">
        <title>misaka00251&#039;s Knowledge base - cpp</title>
        <description></description>
        <link>https://wiki.251.sh/</link>
        <image rdf:resource="https://wiki.251.sh/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-04-19T14:11:22+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.251.sh/cpp:pointer?rev=1579348044&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.251.sh/_media/wiki:dokuwiki.svg">
        <title>misaka00251's Knowledge base</title>
        <link>https://wiki.251.sh/</link>
        <url>https://wiki.251.sh/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.251.sh/cpp:pointer?rev=1579348044&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-18T11:47:24+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>pointer</title>
        <link>https://wiki.251.sh/cpp:pointer?rev=1579348044&amp;do=diff</link>
        <description>Cpp/Pointer

----------

Traditionally, C programmers have used this form:


int *ptr;


This accentuates the idea that the combination *ptr is a type int value.

Many C++ programmers, on the other hand, use this form:


int* ptr;


This emphasizes the idea that int* is a type, pointer-to-int</description>
    </item>
</rdf:RDF>
