Search Results

Search: Posts Made By: ACeD
Forum: Programming 02-28-2002
4,437
Posted By ACeD
I want to convert len, which is an integer, to an...
I want to convert len, which is an integer, to an array. When it is an array, i can get F2F2.
I can convert it with "itoa". But how can i write this, to get F2F2? Please help!!!
Forum: Programming 02-27-2002
4,437
Posted By ACeD
Problems with Strlen
hello,

i have a problem with strlen. I have written this:

for(y=13,z=0; cInBuf[y]!=' ';y++)
{
cBuf[z]=cInBuf[y];
z++;
}

len = strlen(cBuf);
out=len/2;
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 03:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy