<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://code-reference.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://code-reference.com/feed.php">
        <title>Programming | Library | Reference - Code-Reference.com cpp</title>
        <description></description>
        <link>https://code-reference.com/</link>
        <image rdf:resource="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-06-21T05:23:57+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://code-reference.com/cpp/cassert?rev=1708040900&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/cctype?rev=1708040901&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/cmath?rev=1708040900&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/constant?rev=1371218887&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/control_structures?rev=1371218987&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/ctime?rev=1362601677&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/define?rev=1515738548&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/editing_the_value_of_variables?rev=1392915540&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/fstream?rev=1371142091&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/help_us?rev=1364571556&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/iostream?rev=1708040900&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/time?rev=1362601246&amp;do=diff"/>
                <rdf:li rdf:resource="https://code-reference.com/cpp/variables?rev=1401900353&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Programming | Library | Reference - Code-Reference.com</title>
        <link>https://code-reference.com/</link>
        <url>https://code-reference.com/ttps://code-reference.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://code-reference.com/cpp/cassert?rev=1708040900&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:20+02:00</dc:date>
        <title>cassert Overview</title>
        <link>https://code-reference.com/cpp/cassert?rev=1708040900&amp;do=diff</link>
        <description>cassert Overview
 Name                 Description              assert assert 
automatically generated overview ...

Change this page if you have a better description</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/cctype?rev=1708040901&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:21+02:00</dc:date>
        <title>cctype</title>
        <link>https://code-reference.com/cpp/cctype?rev=1708040901&amp;do=diff</link>
        <description>character classification
 Function                 Description                 isalnum        checks if char is alphanumeric        isalpha        checks if char is alphabetic          isascii        checks if char is an ascii char       isblank        checks if char is blank               iscntrl        checks if char is a control char      isdigit        checks if char is a digit             isgraph        checks if char is printing character except space (' ')            islower        checks…</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/cmath?rev=1708040900&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:20+02:00</dc:date>
        <title>cmath</title>
        <link>https://code-reference.com/cpp/cmath?rev=1708040900&amp;do=diff</link>
        <description>mathematical functions
 Function                 Description                 acos        calculates arccosine        asin        calculates arcsine from a number         atan        calculates acustangens from a number        atan2       calculates arctangent from 2 numbers         ceil        rounding up floating point         cos         calculates the cosine of a degree        cosh        calculates the hyperbolic cosine of a number         exp         calculates the exponential value of a nu…</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/constant?rev=1371218887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-14T16:08:07+02:00</dc:date>
        <title>Constants in C++</title>
        <link>https://code-reference.com/cpp/constant?rev=1371218887&amp;do=diff</link>
        <description>#ifndef
    #define
    #if
    #elif
    #endif</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/control_structures?rev=1371218987&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-14T16:09:47+02:00</dc:date>
        <title>control structures Overview</title>
        <link>https://code-reference.com/cpp/control_structures?rev=1371218987&amp;do=diff</link>
        <description>control structures Overview
 Name                 Description              break break  continue continue  do do  goto goto  if if  return return  while while  Switchused for finding the specific case of a set of scenarios 
automatically generated overview ...

Change this page if you have a better description</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/ctime?rev=1362601677&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-06T21:27:57+02:00</dc:date>
        <title>cpp:ctime</title>
        <link>https://code-reference.com/cpp/ctime?rev=1362601677&amp;do=diff</link>
        <description>Time Manipulation Functions
clock        Clock program                                   difftime     return difference between two times             mktime       Convert tm structure to time_t                  time         Get current time                                
Conversion Functions</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/define?rev=1515738548&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-01-12T07:29:08+02:00</dc:date>
        <title>#define</title>
        <link>https://code-reference.com/cpp/define?rev=1515738548&amp;do=diff</link>
        <description>#define


#define cpp cout &lt;&lt; &quot;C++&quot; &lt;&lt; endl;


#define is used for creating names that will overwrite the current event. 

For example:



// we are going to make a program that will use a #define for replacing a number

#include &lt;iostream&gt;
#include &lt;cmath&gt;

#define FIVE 5

using namespace std;

int main() {

   cout &lt;&lt; &quot;The normal square root of 5 is: &quot; &lt;&lt; sqrt(FIVE) &lt;&lt; endl;
   cout &lt;&lt; &quot;The int square root of 5 is: &quot; &lt;&lt; (int)sqrt(FIVE) &lt;&lt; endl;
   return 0;
}</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/editing_the_value_of_variables?rev=1392915540&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-02-20T17:59:00+02:00</dc:date>
        <title>cpp:editing_the_value_of_variables</title>
        <link>https://code-reference.com/cpp/editing_the_value_of_variables?rev=1392915540&amp;do=diff</link>
        <description>To edit the value of a variable, you use the mathematical operators +, -, /, and *.
Let's create the variable jimmy and set it to nine :

int jimmy = 9;

If we want jimmy to to set to 10 we can do the following:

jimmy = jimmy + 1;

Remember this syntax: [the varaible that you want to change] = [the number or existing varaible] ;</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/fstream?rev=1371142091&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-13T18:48:11+02:00</dc:date>
        <title>fstream</title>
        <link>https://code-reference.com/cpp/fstream?rev=1371142091&amp;do=diff</link>
        <description>fstream

fstream is used for opening/writing to files in c++. Here is an example


#include &lt;fstream&gt;

int main() {

    //create file
    ofstream file; // part of the fstream class

    // write to a file    
    file.write(&quot;hello world!&quot;);
    
    // close file
    file.close();

}</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/help_us?rev=1364571556&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-29T16:39:16+02:00</dc:date>
        <title>help us Overview</title>
        <link>https://code-reference.com/cpp/help_us?rev=1364571556&amp;do=diff</link>
        <description>help us Overview
 Name                 Description              to_write_the_content to_write_the_content</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/iostream?rev=1708040900&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-02-16T00:48:20+02:00</dc:date>
        <title>iostream</title>
        <link>https://code-reference.com/cpp/iostream?rev=1708040900&amp;do=diff</link>
        <description>iostream

----------
 cout  The common output of data in c++ cin  The common input of data in c++</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/time?rev=1362601246&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2013-03-06T21:20:46+02:00</dc:date>
        <title>cpp:time</title>
        <link>https://code-reference.com/cpp/time?rev=1362601246&amp;do=diff</link>
        <description>Time Manipulation
clock        Clock program (function )                       difftime     return difference between two times (function ) mktime       Convert tm structure to time_t (function )      time         Get current time (function )                    
Conversion</description>
    </item>
    <item rdf:about="https://code-reference.com/cpp/variables?rev=1401900353&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-06-04T18:45:53+02:00</dc:date>
        <title>cpp:variables</title>
        <link>https://code-reference.com/cpp/variables?rev=1401900353&amp;do=diff</link>
        <description>Variables

Variables are the means of storing data in a program. Say you want to make a calculator, you need to use variables. Say you want to make a program that takes in a word and then modifies it, you need to use variables. Variables can be created and “destroyed”(deconstructing comes later on so don't get your hopes up). The value or information that they store can be changed and in some cases, that you make it so, cannot be. Except for the syntax of the language, you are in control!</description>
    </item>
</rdf:RDF>
