Sign in
|
Join
|
Help
alexrazon
This Blog
Home
About
Syndication
RSS for Posts
Atom
RSS for Comments
Search
Go
Tags
.net
acrobat
activex
ajax
bug
c#
dotnet
iis
internet explorer
IT news
javascript
microsoft
obfuscator
office 2007
open source
pdf
programming
programming tools
vb6
visual studio
wcf
weird
windows
xml
xpath
Community
Blogs
Blogs
Media
Forums
Email Notifications
Go
Archives
July 2009 (1)
April 2008 (2)
July 2007 (1)
February 2007 (2)
January 2007 (3)
December 2006 (1)
November 2006 (18)
Browse by Tags
All Tags
»
weird
»
bug
(
RSS
)
.net
c#
dotnet
programming
visual studio
07-15-2009 3:13 AM
DotNet Division Bug?
Here's an interesting exercise for the day. In Visual Studio 2005/2008, 1. Create a new Console Application. 2. Put in the following code in Main: double x = 5.15; double y = x / 100; Console.WriteLine("y = " + y); 3. Put a breakpoint at...
Posted by
alexrazon
|
2 comment(s)
Filed under:
programming
,
dotnet
,
c#
,
visual studio
,
.net
,
weird
,
bug