Thanks, but their must be better way on carring out a 'atoi' with char arrays in .Net, and still cannot find a way to convert an array of chars which is delimitted into a string.
apollo house
Posts
-
Data conversions with char[]'s -
Data conversions with char[]'sYes christmas was good,and I left my brain in a bottle some where. How do you convert char[] into strings and char[] into numbers ( greater that 10 eg 1234). I can manager sigles chars but the brain isn't fully functioning yet and I got new year to go yet! Thanks.
-
Norton IS 2007 Parental ControlNo I havn't as the kids aren't allowed to use my new toys, an I am more concurned about other features at the minute. They will get Vista next year as I degrade my current Vista machine to the Kids and I get a newer box for my bits.
-
Norton IS 2007 Parental ControlWord of warning, Norton has just released a upgrade to is suite of protection software, but what they fail to tell you is that they have removed all the parental control bits. Customer support can only seem to offer you a refund. I thought we are ment to going forward with security and control. Norton do not appear to have anyway of parents controling the content of media from the web(A big backwards step)
-
Image Colour ManagementDoes anybody have an example of a CMM (Color Management Module). I am whating an exampe as a starting point to see if my ideas will work. I've looked all over the Web and MS web sites but no no avail. With Thanks.
-
CastingI have a Stream of bytes from a file, I wish to cast the byte array into various data types eg int doubles etc( no I cannot do this at the file read stage due to the nature and format of the data), but under compilation I either get on the data from the first byte or complier warnings being 'unable to cast byte[] to int'. How can I convert an array of bytes to another data type eg a 2 byte array to an int. Thanks in advance
-
CastingI have a Stream of bytes from a file, I wish to cast the byte array into various data types eg int doubles etc( no I cannot do this at the file read stage due to the nature and format of the data), but under compilation I either get on the data from the first byte or complier warnings being 'unable to cast byte[] to int'. How can I convert an array of bytes to another data type eg a 2 byte array to an int. Thnaks in advance