hi all,
I have a text file follows and it is a content:
2
D:\MessageLog.t xt
D:\CVK.mp3
D:\Encode\
2
D:\Decode\
How to read one first line save name variable (n=2) and after that is perform
for(int i=0; i<n; i++)
//read second line to line n
//save to arrays: arrayfile[n]
The end, inspecting array "arrayfile" read information...
User Profile
Collapse
-
How to read special data on text file?
-
How to convert char to array bits?
Hi all,
I'm resolved problem. and I want anybody need me that convert char to array bits
char[] ConvertChar2Arr ayBit(char ch)
{
char Bits[8];
....
return Bits;
}
for example: A
after converted: 10000010
Thank you so much.
No activity results to display
Show More