<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>c++ Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/c/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/c/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Wed, 13 Nov 2024 04:41:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>c++ Archives - IODocs</title>
	<link>https://www.iodocs.com/c/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>c++ sockets</title>
		<link>https://www.iodocs.com/c-sockets/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 20:49:38 +0000</pubDate>
				<category><![CDATA[c++]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1403</guid>

					<description><![CDATA[<p>c++ sockets Written by E. Lan to provide a mechanism for writing cross platform socket code. This library was originally written to only support blocking TCP sockets. Over the years it has been extended to support UDP and RAW sockets as well. This is the first official release of the library and the following functionality [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/c-sockets/">c++ sockets</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>fopen deprecated warning</title>
		<link>https://www.iodocs.com/fopen-deprecated-warning/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Thu, 21 Sep 2017 16:04:46 +0000</pubDate>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[fopen]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1238</guid>

					<description><![CDATA[<p>fopen deprecated warning On Visual Studio 2015 C++ compiler, I get the following warning when my code uses the fopen and such calls. foo.cpp(5) : warning C4996: 'fopen' was declared deprecated c:\program files\microsoft visual studio 8\vc\include\stdio.h(234) : see declaration of 'fopen' Message: 'This function or variable may be unsafe. Consider using fopen_s instead. To disable [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/fopen-deprecated-warning/">fopen deprecated warning</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Visual Studio 2010 not starting &#8211; Missing ATL100.DLL</title>
		<link>https://www.iodocs.com/visual-studio-2010-not-starting-missing-atl100-dll/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Thu, 10 Nov 2016 17:55:27 +0000</pubDate>
				<category><![CDATA[c++]]></category>
		<category><![CDATA[error vs]]></category>
		<guid isPermaLink="false">http://iodocs.com/?p=345</guid>

					<description><![CDATA[<p>Visual Studio 2010 not starting &#8211; Missing ATL100.DLL Error: This application has failed to start because ATL100.DLL was not found. Re-installing the application may fix this problem" Solution: You need to have the MS VC++ 2010 redistributable pack installed on the client machine. You should also link your program against the release version of the [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/visual-studio-2010-not-starting-missing-atl100-dll/">Visual Studio 2010 not starting &#8211; Missing ATL100.DLL</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
