<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: What is  invalid parameter noinfo and how do I get rid of it?</title>
	<atom:link href="http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/</link>
	<description>Game Development and General Hacking by the Old West</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:03:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Different World &#187; Blog Archive &#187; STL runtime errors</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-95489</link>
		<dc:creator>Different World &#187; Blog Archive &#187; STL runtime errors</dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:27:38 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-95489</guid>
		<description>[...] Invalid parameter info discussion [...]</description>
		<content:encoded><![CDATA[<p>[...] Invalid parameter info discussion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CodeBot @ Work &#187; Blog Archive &#187; Exceptions Con&#8217;t</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-3581</link>
		<dc:creator>CodeBot @ Work &#187; Blog Archive &#187; Exceptions Con&#8217;t</dc:creator>
		<pubDate>Fri, 07 Sep 2007 15:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-3581</guid>
		<description>[...] to exploit that. I would suggest that if your interested in knowing more about this, check out this article, and the MSDN article on Checking [...]</description>
		<content:encoded><![CDATA[<p>[...] to exploit that. I would suggest that if your interested in knowing more about this, check out this article, and the MSDN article on Checking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Washu</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-174</link>
		<dc:creator>Washu</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-174</guid>
		<description>see: http://msdn2.microsoft.com/en-us/library/aa985965(VS.80).aspx</description>
		<content:encoded><![CDATA[<p>see: <a href="http://msdn2.microsoft.com/en-us/library/aa985965(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/aa985965(VS.80).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Washu</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-173</link>
		<dc:creator>Washu</dc:creator>
		<pubDate>Mon, 26 Feb 2007 23:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-173</guid>
		<description>In the stdext namespace are unchecked algorithms and iterators.</description>
		<content:encoded><![CDATA[<p>In the stdext namespace are unchecked algorithms and iterators.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mick West</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-172</link>
		<dc:creator>Mick West</dc:creator>
		<pubDate>Mon, 26 Feb 2007 22:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-172</guid>
		<description>&lt;blockquote&gt;You can also use unchecked iterators instead of checked iterators,&lt;/blockquote&gt;

Isn&#039;t that what _SECURE_SCL 0 does?  Microsoft Visual C++ versions 8+ have checked iterators on by default.   Or is there a way of having them unchecked on a case-by-case basic?  Maybe you were thinking of some other port of STL?</description>
		<content:encoded><![CDATA[<blockquote><p>You can also use unchecked iterators instead of checked iterators,</p></blockquote>
<p>Isn&#8217;t that what _SECURE_SCL 0 does?  Microsoft Visual C++ versions 8+ have checked iterators on by default.   Or is there a way of having them unchecked on a case-by-case basic?  Maybe you were thinking of some other port of STL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Washu</title>
		<link>http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/comment-page-1/#comment-168</link>
		<dc:creator>Washu</dc:creator>
		<pubDate>Mon, 26 Feb 2007 17:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://cowboyprogramming.com/2007/02/22/what-is-_invalid_parameter_noinfo-and-how-do-i-get-rid-of-it/#comment-168</guid>
		<description>You can also use unchecked iterators instead of checked iterators, although, the security risks introduced by a game with a flawed loop that crashes occasionally, this isn&#039;t such a big issue and hence disabling the checked implementation probably causes no harm (except increasing the difficulty in debugging some of these crashes). I would suggest using unchecked iterators in your release builds for the high performance components of your code though, as it will tend to skew the profiling of your code when you&#039;re trying to drill down and find those bottlenecks.</description>
		<content:encoded><![CDATA[<p>You can also use unchecked iterators instead of checked iterators, although, the security risks introduced by a game with a flawed loop that crashes occasionally, this isn&#8217;t such a big issue and hence disabling the checked implementation probably causes no harm (except increasing the difficulty in debugging some of these crashes). I would suggest using unchecked iterators in your release builds for the high performance components of your code though, as it will tend to skew the profiling of your code when you&#8217;re trying to drill down and find those bottlenecks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.233 seconds -->
