hi Forum, how can i convert items in a Array from typ Char[] in an Integer-Type? example: char data[] = "110111"; int sum = 0; sum = (int)data; or should i sum the all items in the array bitwise?
"It looks like from your example that your input is in binary." It looks like he intended it to be binary, but that is absolutely not what will happen!! See: http://www.keil.com/forum/docs/thread4249.asp