Forum: C# Jun 9th, 2009 |
| Replies: 8 Views: 317 I'm not too sure about the C# console as I only use C# for windows apps and as code-behind in an ASP web apps. But perhaps it is returning a character array, which when cast to an int causes some... |
Forum: C++ Apr 24th, 2009 |
| Replies: 4 Views: 343 Hmm I'm not to familiar with that command, but it could have something to do with Vistas rediculous overhead such as data execution prevention or some other security 'feature' |
Forum: C# Mar 2nd, 2009 |
| Replies: 10 Views: 878 string s = int.parse(numberValue);
Works great.
I too was very confused when I first saw members to an int datatype... |