Page is a not externally linkable
camilord - 2:04 pm on Sep 14, 2007 (gmt 0)
anyway, my question is.. how can i rid off the colon (:) so that i can convert into integer. sample... ============= int main() //mutated = (int)(tmp); //converting to int... =============== how can i remove the colons so that i can convert it into integers... [edited by: coopster at 6:22 pm (utc) on Sep. 17, 2007]
i don't know where to post.. but it seems C in linux is similar to perl.. :)
{
char tmp = ":212:";
int mutated = 0;
//operation goes here...
}
[edit reason] Disable graphic smile faces [/edit]