<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to make an update to a program]]></title><description><![CDATA[<p dir="auto">lets say that i made this program<br />
@#include&lt;iostream&gt;<br />
int main()<br />
{<br />
double x=0;<br />
std::cin&gt;&gt;x;<br />
std::cout&lt;&lt;x*x;<br />
return 0;<br />
}@</p>
<p dir="auto">and i want to update it so it can print "x<em>x</em>x" instead of "x*x"<br />
i know it's a meaningless program,but can you tell me the concept<br />
of updating</p>
]]></description><link>https://forum.qt.io/topic/31558/how-to-make-an-update-to-a-program</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 23:17:30 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/31558.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Sep 2013 05:12:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to make an update to a program on Wed, 04 Sep 2013 07:14:07 GMT]]></title><description><![CDATA[<p dir="auto">thanks a lot,<br />
and yes i mean application updating</p>
]]></description><link>https://forum.qt.io/post/194100</link><guid isPermaLink="true">https://forum.qt.io/post/194100</guid><dc:creator><![CDATA[karim24]]></dc:creator><pubDate>Wed, 04 Sep 2013 07:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to How to make an update to a program on Wed, 04 Sep 2013 06:09:04 GMT]]></title><description><![CDATA[<p dir="auto">You don't mean updating the source code, right? You are asking about application updating like Firefox, Chrome updaters?</p>
<p dir="auto">That depends a lot. In general, what you need to do, is to write code that will download the newly built version of your application, and then replace the files that need to be replaced (app executable, libraries, config files etc.).</p>
<p dir="auto">Or, if you are wise enough to be using Linux, you can leverage distro updaters like apt-get, pacman, etc.</p>
]]></description><link>https://forum.qt.io/post/194092</link><guid isPermaLink="true">https://forum.qt.io/post/194092</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Wed, 04 Sep 2013 06:09:04 GMT</pubDate></item></channel></rss>