<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by punkouter</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/punkouter/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by punkouter</title>
		<link>http://channel9.msdn.com/Niners/punkouter/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/punkouter/Discussions</link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 06:29:06 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 06:29:06 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Tech Off - WP7: What controls they use in the Pictures &amp; People hub to display pictures</title>
		<description><![CDATA[<p>I just started learning development for WP7, and very much curious on what control that is being used to display images in an album in the pictures and people hub. It seems like a flow layout with image boxes, but couldnt really find that control in my toolbox. Is it possible that it is actually a grid?</p><p>But how do you generate them if you dont know the number of images available. Plus, it actually loads more pictures as you scroll down. Is this being done with manual algorithm?</p><p>I'd imagine that if you have the ability to just bind to a flow layout control, then it will be much less complicated.</p><p>Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/WP7-What-controls-they-use-in-the-Pictures--People-hub-to-display-pictures/863bd45a07d340d3ad219fb70108007b#863bd45a07d340d3ad219fb70108007b</link>
		<pubDate>Mon, 12 Dec 2011 16:01:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/WP7-What-controls-they-use-in-the-Pictures--People-hub-to-display-pictures/863bd45a07d340d3ad219fb70108007b#863bd45a07d340d3ad219fb70108007b</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Templated STL container pretty printer</title>
		<description><![CDATA[<p>Sven, kerrek, first of all, I'd like to say that this is a ver good discussion and very insightful. Very useful Indeed. Sven, I agree with you that it doesn't feel right to check the availability of members. I understand that you just want to be safe with the pretty printer by ensuring that it is a container that you're passing in. However, doing so may not be in line with the spirit of STL itself. But first, let me explain how I see STl. I see STL holds the dynamic language duck typing in a statically typed environment. &quot;if it walk, swim, quake like a duck then it's a duck&quot; The same with the problem you guys are facing. If a 'thing' support a begin and end function and it returns an iterator, or const_iterator then it is a container as far as e function cares. As it can operate under such contract. This is not conceptualize a defect. Its an outcome of how tempting works. There is no guarantee that the begin method is the begin method mentioned in the IContainer method for instance. Hence, there is never a guarantee that a begin method means the begin method that the original implementor thinks. Again the contract permits it to be like that. So, if I were to analyze what should've been done in the case of Sven solution, I'd suggest to leave it like that and put a note at the documentation. This will ensure the most flexible solution. But it punishes user that use it wrongly. If you want to be safe, and doing it properly, then I'd suggest that you actually restrict T to be derived from an interface such as IContainer. However, doing so means you have to change all the standard containers to implement IContainer which is not feasible. Other than those two, you are risking on hacking the solution and from my experience it's best not to hack if it's possible especially if your code is going to be used by other people.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/Templated-STL-container-pretty-printer/a05848b7f9b64d9ba2819f1e011825aa#a05848b7f9b64d9ba2819f1e011825aa</link>
		<pubDate>Tue, 12 Jul 2011 16:59:59 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/Templated-STL-container-pretty-printer/a05848b7f9b64d9ba2819f1e011825aa#a05848b7f9b64d9ba2819f1e011825aa</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>17</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - way in IE to hide toolbar</title>
		<description><![CDATA[<p>@kettch thanks for your comments, but that doesn't really solve the root problem isn't it?</p><p>maybe i should ask for this feature to IE team?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/ff46cfe9c4e041459c4f9eb4000001c2#ff46cfe9c4e041459c4f9eb4000001c2</link>
		<pubDate>Mon, 28 Mar 2011 00:00:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/ff46cfe9c4e041459c4f9eb4000001c2#ff46cfe9c4e041459c4f9eb4000001c2</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - way in IE to hide toolbar</title>
		<description><![CDATA[<p>yes, it have a list of items (plugins) that have checkboxes besides it. but, if i select it it gives me a dialog box saying &quot;Do you want to disable this add-on?&quot; and then it gives me a list of items that will get disabled. I don't want to disable it. I just want to hide it. I don't want to see&nbsp;add-ons that works in&nbsp;background like anti-virus or phising filters, for instance.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/f3abe001dcb84122b6ac9eb100024f6f#f3abe001dcb84122b6ac9eb100024f6f</link>
		<pubDate>Fri, 25 Mar 2011 00:08:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/f3abe001dcb84122b6ac9eb100024f6f#f3abe001dcb84122b6ac9eb100024f6f</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - way in IE to hide toolbar</title>
		<description><![CDATA[<p>is there any way in IE to hide the toolbar (beside using fullscreen)? I got a great screenspace in IE9. but these plugins like my mcafee phising/web filter, pdf helper&nbsp;and/or other only occasionaly&nbsp;used and passive tools were put on&nbsp;a separate toolbar and there is no way to hide the toolbar. if i close the toolbar then these items gets deactivated.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/56ea7bfec94849d0a1559eb0017e3910#56ea7bfec94849d0a1559eb0017e3910</link>
		<pubDate>Thu, 24 Mar 2011 23:11:37 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/way-in-IE-to-hide-toolbar/56ea7bfec94849d0a1559eb0017e3910#56ea7bfec94849d0a1559eb0017e3910</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>6</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - ie testdrive texas hold em freeze</title>
		<description><![CDATA[<p><a href="http://ie.microsoft.com/testdrive/Default.html">http://ie.microsoft.com/testdrive/Default.html</a></p><p>i was testing ie9 rc and played this demo. i won quite a lot and one of the opponents lost all their money, and the game freeze there. i guess a demo is just for demo afterall. still it was a fun game <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/ie-testdrive-texas-hold-em-freeze/a037ce9c116f4b078d349e9700da0ed3#a037ce9c116f4b078d349e9700da0ed3</link>
		<pubDate>Sun, 27 Feb 2011 13:13:55 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/ie-testdrive-texas-hold-em-freeze/a037ce9c116f4b078d349e9700da0ed3#a037ce9c116f4b078d349e9700da0ed3</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>1</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - When did Office 2010 come out?</title>
		<description><![CDATA[<p>Recently I bought a new laptop, and got a free upgrade voucher to office 2010. They released Office 2010 at around the end of June here in Japan. Im not sure in US, but its probably sometime in April or May..
</p>
<p>&nbsp;</p>
<p>BTW, I have Office 2010 installed but haven't really use it much.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/561385-When-did-Office-2010-come-out/849f066d0db04918af1b9dea00a928a8#849f066d0db04918af1b9dea00a928a8</link>
		<pubDate>Fri, 16 Jul 2010 05:50:28 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/561385-When-did-Office-2010-come-out/849f066d0db04918af1b9dea00a928a8#849f066d0db04918af1b9dea00a928a8</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>14</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Code you write, are you proud?</title>
		<description><![CDATA[<p>Currently, I'm the lead developer of a project. But my project ended it's development phase a couple of months ago and right now we're at maintainance phase. With all the vendors out of my project, I'm left with maintaining the whole software alone.
</p>
<p>&nbsp;</p>
<p>When the project was in development, I was the lead developer, architect and manager. These overlapping responsibilities makes it hard for me to monitor and to be too much involved in the development. Instead I was focusing on some of the critical module
 architectures, the management stuffs, such as resource planning, meetings, getting people to daily meetings, discussing priorities with users, etc (yes we are (try) using scrum). I found that scrum actually makes developers and users to understand each other
 better and&nbsp; we have very good productivity and flexibilities compared to other teams. We don't work long hours, yet the users are very satisfied with our progress.
</p>
<p>&nbsp;</p>
<p>However, after the project turns to maintenance phase, I found that there's a lot of things that are 'not as good as I hoped'. bad codes, bad designs are littering the software. I need to fix it, but who would ever give me the time to fix the whole software?
 So what do I do? Most of the times users demanded that bugs gets fixed immedietly. I can't rewrite the whole code/module in a limited amount of time, so I hack it. Now, this is the time where I'm not proud of my codes. But doing this means more hacks introduced
 everytime and the module will become more and more complex... given time it becomes very unmanageable.</p>
<p>&nbsp;</p>
<p>Usually when I feel that the module has too much mess, because of the complexity and because of the bugs it contains, I will raise the case to my users. I will usually demand to have the next development cycle focusing on fixing that module and that I need
 them to give me a full week or two. What I usually do, though, I don't fix the module, I trashed it, and recreate it from scratch. Now, that is when I'm proud of my codes.
</p>
<p>&nbsp;</p>
<p>Of course not all users will immedietly give me the time for doing it. So, sometimes I need to work behind their backs. Working with the new implementation as I have the time. And when I finished with it, I demonstrated it to the users. They usually understand
 and accept the new implementations. That's also another win for me and when I think I produced codes that I'm proud of.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/557917-Code-you-write-are-you-proud/b08aa21cf7c94497a7249dea00a88b8e#b08aa21cf7c94497a7249dea00a88b8e</link>
		<pubDate>Mon, 28 Jun 2010 06:57:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/557917-Code-you-write-are-you-proud/b08aa21cf7c94497a7249dea00a88b8e#b08aa21cf7c94497a7249dea00a88b8e</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>25</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why SQL Server 2005 Express?</title>
		<description><![CDATA[<p>I don't understand the integration model for VS 2008 here. I have VS 2008 Pro that comes bundled with SQL Server 2005, but when I 'Add New Item' -&gt; 'Service-based Database', it gives me an error saying SQL Server is not setup properly. Clicking on the help
 button redirects me to this <a href="http://msdn.microsoft.com/en-us/library/ms246987.aspx">
page</a>. Which explains that I have to have SQLServer 2005 Express for this to work properly.... Why? This is utterly non-sense to me.<br /><br />For info, I've tried setting up VS 2008 in Tools-&gt;Options-&gt;Database Tools-&gt;Data Connections-&gt;SQL Server Instance Name with various combinations without luck. I even checked the appropriate value using the server explorer and SQL Server Management Studio.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/486959-Why-SQL-Server-2005-Express/486959#486959</link>
		<pubDate>Wed, 26 Aug 2009 16:22:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/486959-Why-SQL-Server-2005-Express/486959#486959</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>4</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - David finally took down Goliath</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">W3bbo said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">littleguru said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>W3C specifications only hit the final &quot;TR&quot; stage when there are at least two independent implementations. This does create a chicken/egg scenario for Microsoft as they won't implement specifications until they're finalised, which means it's up to the more
 flexible and supple development groups at Mozilla, Apple, and Opera to implement them first, which means IE will always have to play catch-up.</p>
<p>Microsoft needs to change their policy so they'll at least implement the major things that are unlikely to change, like rounded corners and client-side databases,</p>
</div></blockquote>
<p>I somewhat agree with your opinion that Microsoft needs to make a move and be more active. But implementing the standard partially is also not a good solution. IE had been non standard in the past and have bad reputations, even now after IE is fully standard.
 You&nbsp;definitely do not want&nbsp;make those people to come back and start pointing fingers at IE anymore.</p>
<p>What I think Microsoft needs to do is to have some kind of a fork from ie for community review. Whatever they call this product, this will completely for review only and will never see an official release. The product may only consist of the trident engine
 without any bells and whistles on it. That way Microsoft can&nbsp;get community reviews while contributing to the standardization process. Microsoft can even put a proof of concept on new suggestions there and noone will probably complains about it.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/476931-David-finally-took-down-Goliath/85e196190c5249158d6d9deb00e5669a#85e196190c5249158d6d9deb00e5669a</link>
		<pubDate>Wed, 08 Jul 2009 01:00:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/476931-David-finally-took-down-Goliath/85e196190c5249158d6d9deb00e5669a#85e196190c5249158d6d9deb00e5669a</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>79</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Which Windows 7 Should I Buy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">punkouter said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>For everything except your first requirement it doesn't really matter. The Japanese IME is in any language version, English versions of Office and Visual Studio run on any language version. I can't imagine&nbsp;using Japanese drivers on English Windows is going
 to be a problem (you might have trouble running the installer if your system code page is not set to Japanese, but you can change that regardless of the UI language and there's also AppLocale).</p>
<p>Your first requirement, having different UI languages for different user accounts, can only be achieved with Ultimate (and Enterprise, but individuals can't buy that). At least that was the case with Vista, I think it will be the same for 7.</p>
<p>My recommendation would be to get Windows 7 Ultimate in English, and then install the Japanese language pack from Windows Update. This will allow you to set up one account in English and another in Japanese. Or buy it in Japanese and install the English
 language pack from Windows Update, it makes little difference. <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley"></p>
<p>Don't mind Koogle, he makes little sense to anyone except himself.</p>
</div></blockquote>
<p>thanks for your suggestions sven, W3bbo, bass and blowdart.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/187896d279cf48a98fef9deb00e18e83#187896d279cf48a98fef9deb00e18e83</link>
		<pubDate>Mon, 15 Jun 2009 03:41:12 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/187896d279cf48a98fef9deb00e18e83#187896d279cf48a98fef9deb00e18e83</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Why Firefox is more secure than IE</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Ubuntu said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">stevo_ said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>Bass was kind enough to answer that one for me.</p>
</div></blockquote>
<p>i&nbsp;don't think this 'discussion' of who's doing what first is beneficial nor constructive or even worth the discussion altogether. innovations&nbsp;are built on other innovations. people compete on bringing the same feature so that they don't lose to other products.
 they create better features to establish strong points. its a natural thing to integrate new features to products eventhough they are based on the same ideas. ff, ie, safari, they all competing each other on performance, security, ease of use, etc.</p>
<p>i myself doesnt really care of whose doing what first, in the end its the users who decide on what to use. i use ie mainly because i trust its security policy and features is better. i could be wrong there, but thats how i feel. i use firefox if ie fails,
 eg: i cant get some site to work. if it still fails on ff, then i know that the site is broken.</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/473096-Why-Firefox-is-more-secure-than-IE/50562dfbbb334addaa869deb00e0f98c#50562dfbbb334addaa869deb00e0f98c</link>
		<pubDate>Mon, 15 Jun 2009 03:39:05 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/473096-Why-Firefox-is-more-secure-than-IE/50562dfbbb334addaa869deb00e0f98c#50562dfbbb334addaa869deb00e0f98c</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>45</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Which Windows 7 Should I Buy</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Koogle said:</div><div class="quoteText">
<p>I don't really have a dilemma.. but I am waiting for an OS update that is actually worth moving onto since Windows XP..</p>
<p>my expectations are very reasonable..</p>
<p>-I don't settle for nub sh/t changes &amp; lack of decent improvements when small third party developments offer better f#cking improvements visually/usability &amp; customization wise than an OS that goes in development for years by developers who don't seem to
 have the slightest intention of making actual workflow improvements to the desktop...instead just make it worse and include any old sh/tty feature so long as it can made to look good to the nubs.<br>
-Existing shell extensions must still work or become irrelevant because of better built in enhancements (fat chance)<br>
-Hardware like audio cards must deliver at least the same level of performance and features without an increase in CPU usage when its only for pointless sh/t, if you're gonna make a fecking change then at least introduce it when you've worked on it and made
 it more worthwile!</p>
<p>-Aero sh/te Themes and that pile o'sh/t dwm.exe process needs a good kicking, with better control over it. ie disable thumbnail processing etc<br>
-I'd like the 'Explorer' and everything assiociated with it to get an actual F#*^K!NG IMPROVEMENT! and out with the crap.<br>
-I will not use&nbsp; ugly as f#ck noob looking prompts like the replace file dialog, useless waste of space status bars etc etc<br>
-Things like the task manager, file transfers, control panel, startmenu, should be more useful and better designed etc
<br>
-Easier tweakability/customization and options should be built in and provided for more things, as Windows default settings SUCK for just about everything!</p>
<p>It seems like I'm asking for sooo much already // and those where just some of my reasonable expectations, wasn't even a mention of better profile setup, control and security etc for those that don't want to go the full on system drive bitlocker route.</p>
</div></blockquote>
<p>I tried to understand your post there, I really did (read it 3x). But just couldn't. So, which one are you suggesting?</p>
<p>I'm buying Win 7 because I think its time for me and my pc to move on. That's the main reason. The other reason is because my girlfriend hates PC, and electronic devices and reluctant to use them (except the washing machine, microwave and her cellphone,
 i guess). She's just like my mom. But since IT is where I make a living and I have passion for it, I want her to understand and at least know computers better. And that requires me to get a nice easy to use OS, which what i hope Windows 7 will be. On the other
 side, I need to work on that PC also. So, as you can see I need a Windows version that supports English and Japanese seamlessly (if possible, without much problem at least).</p>
<p>So, again koogle, which one do you recommend? and why?</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/93edc8a849c74e75ac109deb00e18ccf#93edc8a849c74e75ac109deb00e18ccf</link>
		<pubDate>Mon, 15 Jun 2009 01:35:45 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/93edc8a849c74e75ac109deb00e18ccf#93edc8a849c74e75ac109deb00e18ccf</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Which Windows 7 Should I Buy</title>
		<description><![CDATA[<p>Actually this have been my dilemma since Windows XP. Here's my requirements:<br>
- I live in Japan, and my girlfriend is japanese. So I want Windows to display English UI when I&nbsp;logs in, and display Japanese UI when my girlfriend logs in.<br>
- My office suite is Office 2007 Pro English<br>
- My VS is VS2008 Pro Eng<br>
- I have some hardwares that have only Jap drivers.<br>
- Its preferable if I can get system errors in english. (I have not much problem reading japanese, but still english is easier to understand)<br>
- IME is important</p>
<p>Anyone can give me an advice on which Windows 7 should I buy? (Especially, if I should buy Win 7 Jap or English?)<br>
Thanks,.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/473733#473733</link>
		<pubDate>Sun, 14 Jun 2009 17:02:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/473733-Which-Windows-7-Should-I-Buy/473733#473733</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>15</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Static Code Analysis</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Sven Groot said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">punkouter said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>What benefit you get from a static analysis tool depends on the tool. Many of them, including FxCop, are simple best practices checkers: does your naming follow .Net convention, do you dispose every object that implements IDisposable, do objects that manage
 native resource implement the disposable pattern properly, do you use the recommended pattern for events, exceptions, etc., do you put the proper attributes on classes and methods, do you always specify a culture for culture-sensitive methods, that kind of
 thing. For most of these, only function-level analysis is needed so the effort is not too great.</p>
<p>&nbsp;</p>
</div></blockquote>
<p>sven, if those are the only reasons for doing static analysis, i will be pretty disappointed. most of the reasons you stated above can be achieved using code review, design patterns, and best practices, which are all conventions. i kind of expecting static
 code analysis is more a mathematical way of proving correctness. i guess what i'm expecting is some tool that take the whole set of formal method and prove code correctness using mathematical model. like AndyC pointed out up there, i guess the effort of doing
 static code analysis is too great to be practical right now. i don't know if fxcop doing something in line with formal method, but if it is a static code analysis tool, then it probably still lack the power and benefit of formal method (that is proving code
 correctness). would it be fair if i say that fxcop is a static code analysis tool in early stages?</p>
<p>on the other hand, with terminator, just looking at the introduction there i feel they are gearing towards formal method. but then again, there is still nothing solid yet. looking at wikipedia, it seems that some tools that&nbsp;do static analysis based on formal
 method, only implements parts of the formal method. i guess, the complexity is too great.</p>
<p>im wondering, have anyone does (or tried) static code analysis by hand?</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/d0690ddcc9174934b9e99deb00df56ac#d0690ddcc9174934b9e99deb00df56ac</link>
		<pubDate>Tue, 09 Jun 2009 16:10:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/d0690ddcc9174934b9e99deb00df56ac#d0690ddcc9174934b9e99deb00df56ac</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Static Code Analysis</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">blowdart said:</div><div class="quoteText">
<p>There's also CAT.NET (<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=e0052bba-2d50-4214-b65b-37e5ef44f146&amp;displaylang=en">64bit</a> /
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=0178e2ef-9da8-445e-9348-c93f24cc9f9d&amp;displaylang=en">
32bit</a>) which uses static code analysis to look for security vulnerabilities such as SQL injection and XSS</p>
<p>&nbsp;</p>
</div></blockquote>
<p>So i guess you don't do static analysis by hand. I've never used fxcop or other static analysis tools before (or maybe I used it but just does not know that it is called a static analysis tool). But given the complexity of programs that are produced now,
 wouldn't that require a tremendous effort to do? It's like exploring every path on decission branches and loops. And even that doesn't work anymore right now, since threads and multicore processors are being used more and more everyday. Doing analysis on Java
 Byte Code or CIL seems to be simpler also rather than doing it on assembly codes. I can't imagine what kind of enormous effort that would be require to tackle this problem.</p>
<p>That said, thanks a lot guys for pointing me to some great static analysis tools out there. Most of the tools that I saw was based on .Net or Java, though. I worked a lot in C&#43;&#43; lately (sigh), want to know if there is such a tool for C&#43;&#43; that runs also on
 Linux (big financial company usually runs solaris or linux on their servers. so no choice for me there).</p>
<p>Charles, I looked at terminator. I admire the effort that they are putting on. I hope they can achieve the goal they set. However, I could not figure out what platform they are targetting. Are they targetting all platforms? The software seems to be written
 using a number of programming languages, which kind of interesting.</p>
<p>Overall, I guess my next question is what practically Static Analysis gives you? Zian pointed out it's one level up from syntax error. But, that's still pretty shallow. I would say Static Analysis should&nbsp;give us something&nbsp;significantly more than&nbsp;Unit Test,
 Code Coverage, and Code Contracts to be worth the effort.</p>
<p>PS: Channel 9 looks horrible on IE 6 v.6.0.2900.2180.xp_sp2...</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/e2b3776c26294c60851b9deb00df554a#e2b3776c26294c60851b9deb00df554a</link>
		<pubDate>Tue, 09 Jun 2009 02:06:29 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/e2b3776c26294c60851b9deb00df554a#e2b3776c26294c60851b9deb00df554a</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Static Code Analysis</title>
		<description><![CDATA[<p>This actually is a new term for me. I've heard&nbsp;people sometimes (rarely) use that term, but I couldn't figure out what that means at the time. Looked at wikipedia (for curiosity) and found this definition
<a href="http://en.wikipedia.org/wiki/Static_code_analysis">http://en.wikipedia.org/wiki/Static_code_analysis</a>.</p>
<p>What actually interests me is the Formal Methods that is being described there. It's&nbsp;quite extensive list and I would say that it will take quite a long time to perform all of that. I can't say I've done any of those kind of test to the degree described
 there.</p>
<p>So my question is, have anyone here done such analysis? tell me your experiences and how you did it.</p>
<p>Thanks.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/472271#472271</link>
		<pubDate>Sat, 06 Jun 2009 01:22:54 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472271-Static-Code-Analysis/472271#472271</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>13</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Self writing software</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">MasterPie said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">Bass said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p></p>
<p>The analogy fails such that all low level details (oven making, cow butchering, etc) are static and are set in place to allow you to make a burger. This is akin to just subscribing to a blog service (with all the plumbing and low level stuff done) and then
 customizing the blog to your needs (like the ingredients of a burger).</p>
<p>Correct me if I'm wrong, but I thought you're talking about custom development...a user being able to tell a program what he wants and that program will simply develop the software for him.</p>
</div></blockquote>
<p>again this is just a matter of managing complexities by using contexes. in Bass example he has a big overarching context which is 'making burgers' which is still ambiguous, and that context needs to be broke down to smaller ones 'cow raising', 'cow butchering',
 'oven making'... etc.. given small enough contexes, then the problem will be easy enough to understand and to do. divide et impera. isn't that the most useful tool that a programmer have.</p>
<p>i would say that it is doable, but i wont expect anything anytime soon. there are still too much things todo. plus, when we&nbsp;can produce a&nbsp;software that can make burgers like bass said, we'll probably have terminators guarding those burgers anyway,,, <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-6.gif' alt='Sad' /></p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472210-Self-writing-software/1d151b68d28a400aa47a9deb00df3da4#1d151b68d28a400aa47a9deb00df3da4</link>
		<pubDate>Sat, 06 Jun 2009 00:03:22 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472210-Self-writing-software/1d151b68d28a400aa47a9deb00df3da4#1d151b68d28a400aa47a9deb00df3da4</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>47</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Self writing software</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">longnightmoon said:</div><div class="quoteText">
<p>I worked with something like that in the dark ages, when it was all said and done it just went ahead and compiled itself and ran on the fly.</p>
<p>I think what you’re looking for would turn out to be something that can make it easy to find the free source that’s already available that the programmer is looking for, and perhaps convert it to the desired language and os.</p>
</div></blockquote>
<p>I would say CASE tools might be one example that might fit in, or pretty close, for practical use. In fact, I wouldn't be too surprised if the OMG people that wrote UML specs are actually targetting on UML that can produce real applications rather than just
 codes. 'UML compiler'... how does that sounds?</p>
<p>In order for software to produce codes by itself, the software must understand what the instruction means exactly. That is by far the most important thing and the most problematic thing. English, for example, have lots and lots of ambiguities. I guess, advancement
 in natural language processing and machine learning abillities would be needed before we can see any software that wrote codes given a specification. That's from the usage side.</p>
<p>From the programming world side, I guess UML, XML, OSLO, etc are efforts to get machines be more humane. UML talks by diagrams which&nbsp;(if modeled correctly) may produce codes, XML brings structure and information to data that they are describing (which, if
 you ever use VS or other tools) can be converted to codes representing entities,... OSLO... is fun. OSLO in my perspective is an effort for reducing ambiguities by context limitations. So, even though some sentences or words have ambigue meanings in a global
 context, in a particular context this have an exact meanings. Those contexes are named DSL (Domain Specific Languages).</p>
<p>Speaking of DSL and making machines more humane, I guess all programming languages have that goal in mind, right? Leveraging machine&nbsp;power by making languages that are easy to understand (to machines) and maintain. So, like Charles said above, we are writing
 software that produce software. But probably what <a id="ctl00_MainPlaceHolder_EntryList_ctl01_EntryTemplate_UsernameLink" class="shrunk" href="http://channel9.msdn.com/Niners/Bass/">
<span id="ctl00_MainPlaceHolder_EntryList_ctl01_EntryTemplate_UsernameLabel">Bass</span></a>&nbsp; wants is something like in Star Trek; &quot;Computer, write a program that can beat Mr. Data...&quot;</p>
<p>Edit: sorry wrong name, it:s not longnightmoon, but Bass</p></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/472210-Self-writing-software/fa41a36d25b749bcba589deb00df3c14#fa41a36d25b749bcba589deb00df3c14</link>
		<pubDate>Fri, 05 Jun 2009 22:15:19 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/472210-Self-writing-software/fa41a36d25b749bcba589deb00df3c14#fa41a36d25b749bcba589deb00df3c14</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>47</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Should Windows 7 show file extensions by default?</title>
		<description><![CDATA[<p>just a thought...<br>
<br>
how about eliminating filename and extensions altogether instead? replace them with meta tags and replace shell with one that support querying on metadata. build explorer on top of that shell.
<br>
<br>
with that in place we can then look for a document by having a query like: <br>
&gt; 'list (all) with tags (and/or attributes) 'presentation slideshow on company sales presented two days ago'<br>
-- 2 items found<br>
&gt; select first<br>
<br>
and boom i got the presentation opened with the appropriate app.<br>
<br>
i was kinda hoping that WinFS will enable this kind of scenarios. but then again,... its been ages since we heard anything.
<br>
<br>
Edit: bad grammar deshita</p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/455375-Should-Windows-7-show-file-extensions-by-default/fe95a5fc383d4168b58c9deb00c8c62f#fe95a5fc383d4168b58c9deb00c8c62f</link>
		<pubDate>Mon, 11 May 2009 14:24:02 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/455375-Should-Windows-7-show-file-extensions-by-default/fe95a5fc383d4168b58c9deb00c8c62f#fe95a5fc383d4168b58c9deb00c8c62f</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>52</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Acces class properties at runtime in C#</title>
		<description><![CDATA[<p>I'm not sure I understand your question. Can you describe in more details what you are trying to do? If you already have a reference (of FieldInfo)&nbsp;to a particular field in question from the type, you can access that particular field on any instance of your
 class using that FieldInfo. FieldInfo.SetValue or GetValue requires you to pass the instance of the object of the field you want to set or retrieve.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/458502-Acces-class-properties-at-runtime-in-C/11aded0ffb7c4ee19e929deb00040c51#11aded0ffb7c4ee19e929deb00040c51</link>
		<pubDate>Mon, 23 Feb 2009 16:10:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/458502-Acces-class-properties-at-runtime-in-C/11aded0ffb7c4ee19e929deb00040c51#11aded0ffb7c4ee19e929deb00040c51</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>10</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Why cout (c++) is so slow under Vista ?</title>
		<description><![CDATA[<p><blockquote><div class="quoteUser">Dexter said:</div><div class="quoteText">
<blockquote>
<div class="quoteUser">evildictaitor said:</div>
<div class="quoteText">*snip*</div>
</blockquote>
<p>cout is itself part of a runtime, the C/C&#43;&#43; runtime (also known as CRT in the Microsoft world). If you were to actually write low level code in C/C&#43;&#43; you'd have to use WriteFile(STD_OUTPUT_HANDLE, ...) on Windows and write(1, ...) on Unix.<br /><br />Anyway it's just a matter of defaults. gcc does line buffering by default (as far as I remember) while VC&#43;&#43; does not. You can always add something like this to your main funtion to change the default stdout buffering:<br /></p>
<p><b>char</b> buf[1024];<br />setvbuf(stdout, buf, _IOLBF, 1024);<br /></p>
</div></blockquote>probably it is best to differentiate 'runtime (environment)' (in .NET&nbsp;and Java that would be the VMs)&nbsp;and 'runtime library' (in C&#43;&#43; that is a set of standard library functions). because c/c&#43;&#43; compiles directly to machine language, it does not run on
 top of&nbsp;any layer other than the physical machine itself.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/420816-Why-cout-c-is-so-slow-under-Vista-/5fe37cdc904e410683dd9dfa0097f61e#5fe37cdc904e410683dd9dfa0097f61e</link>
		<pubDate>Sun, 22 Feb 2009 05:07:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/420816-Why-cout-c-is-so-slow-under-Vista-/5fe37cdc904e410683dd9dfa0097f61e#5fe37cdc904e410683dd9dfa0097f61e</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>18</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - Something you learned in the last 3 months from Ch9?</title>
		<description><![CDATA[<p>a lot of things, but one thing that is most memorable for me, is.... how to answer interview questions. really helped me a lot, and i have a new job starting next month! yay! thanks for the help everyone.<br>
<br>
<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/205914-Something-you-learned-in-the-last-3-months-from-Ch9/88d6ee22e4474066b1b89deb017d1224#88d6ee22e4474066b1b89deb017d1224</link>
		<pubDate>Tue, 01 Apr 2008 04:18:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/205914-Something-you-learned-in-the-last-3-months-from-Ch9/88d6ee22e4474066b1b89deb017d1224#88d6ee22e4474066b1b89deb017d1224</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>19</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - .NET Advantages</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">amit_trehan wrote:</div>
<div class="quoteBody">&#65279;
<blockquote>
<table class="quoteTable">
<tbody>
<tr>
<td valign="top" width="10"><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td class="txt3"><strong>littleguru wrote:</strong>
<hr size="1">
<i>&#65279;So you have a work to do and you give it to other (unpayed) people to do it for you? Nice way to get stuff done
<img src="/emoticons/emotion-5.gif" border="0"><br /><br />Should we then implement the ASP.NET application for you too?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br /><br />Before coming to this forum, I had collected ample information. I just wanted to validate the info or get some new points.<br /><br />And about implementation, people do that too. People who doesn't want to share information this is not the place for them.<br /><br /></div>
</blockquote>
<br /><br />well, maybe littleguru comments was a bit harsh. but, judging from how you asked the question, people can be easily misunderstood you. but then again, not everyone is native english speaker... so please don't take it too personally<br /><br />about your question, though. it&nbsp;requires a&nbsp;very broad answer. it may require some MS evangelists to describe the full answer. and your question does implied you want the whole answer. so, nobody really cares to reply it. i cant even think where to begin with...
 its just so many.<br /><br />if you have collected ample informations, then i believe you do know what the advantages of ASP.Net. rather than asking a vague question like that, why don't you asked some points that is maybe still not clear to you. for instance, performance rate or something
 specific. if you're looking for new points, tell us what you've gotten and what specific things that you wanted to know more about. then maybe someone can help you.<br /><br /><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261876-NET-Advantages/4b93927504df448ca6299dfa00c28af0#4b93927504df448ca6299dfa00c28af0</link>
		<pubDate>Fri, 28 Mar 2008 05:45:08 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261876-NET-Advantages/4b93927504df448ca6299dfa00c28af0#4b93927504df448ca6299dfa00c28af0</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>8</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - Writing my own scanf(), sscanf() and fscanf() functions</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Shining Arcanine wrote:</div>
<div class="quoteBody">
<ol>
<li>I have a copy of The C Programming Language, by Brian W. Kernighan and Dennis M. Ritchie. Will I need any other reference materials or should this be sufficient?</li></ol>
<p></p>
</div>
</blockquote>
<br />i&nbsp;don't know,&nbsp;i never wrote a Standard C Library before... maybe you shouldn't also. consult with evildictator, maybe he has<br /><br /><blockquote>
<div class="quoteAuthor">Shining Arcanine wrote:</div>
<div class="quoteBody">
<p></p>
<ol>
<li>Will I be violating Brian W. Kernighan's and Dennis M. Ritchie's vision for the scanf(), sscanf() and fscanf() functions if I make whitespace matter inside square brackets?</li></ol>
<p></p>
</div>
</blockquote>
<br /><br />actually, i don't really understand this: %[^&amp;]s &lt;-- what does this means?<br /><br />if you change the behavior of standard functions that is widely used, then your function will break a lot of codes. worse, your function will behave unexpectedly to the user of the function and to people who read your code. that's not good, right?<br /><br /><blockquote>
<div class="quoteAuthor">Shining Arcanine wrote:</div>
<div class="quoteBody">
<p></p>
<ol>
<li>Is it possible to do things in such a way that I could divert all function calls to scanf(), sscanf() and fscanf() to my own custom functions without affecting the other stdio.h functions or will I have to use different function names?<br /></li></ol>
<p></p>
</div>
</blockquote>
<br />well, two function with same signature can't exist in the same namespace. so you'd have to use different names. diverting is not good, see above. however, if you insist in doing it, you can try not linking with the standard library and build your own library.
 that way your program will be using your custom functions (i dont know if the compiler will let you do that though).
<p></p>
<p><br /></p>
<blockquote>
<div class="quoteAuthor">Shining Arcanine wrote:</div>
<div class="quoteBody">
<p></p>
<ol>
<li>If I manage to make robust implementations of scanf(), sscanf() and fscanf(), what will be my options for giving back to the community?<br /></li></ol>
</div>
</blockquote>
<br /><br />you mean, with your redefined specs? i'd say... zip. remember,&nbsp;standard c library is arguably one of the most widely reused code in the world. so, if you can't do it with standard library it's most likely (99.999999....%) that you're the one whose not using
 it correctly.<br /><br />when i implement something, one of the rules that i always keep in mind is: 'Don't change the semantic'. the way you propose to change the semantic of those functions just doesn't fit quite well with me.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/261902-Writing-my-own-scanf-sscanf-and-fscanf-functions/eacd061161044d37bd6c9dfa00c29fe4#eacd061161044d37bd6c9dfa00c29fe4</link>
		<pubDate>Fri, 28 Mar 2008 02:11:34 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/261902-Writing-my-own-scanf-sscanf-and-fscanf-functions/eacd061161044d37bd6c9dfa00c29fe4#eacd061161044d37bd6c9dfa00c29fe4</guid>
		<dc:creator>punkouter</dc:creator>
		<slash:comments>11</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/punkouter/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>