User Profile

Collapse

Profile Sidebar

Collapse
helios
helios
Last Activity: Oct 18 '08, 09:17 AM
Joined: Sep 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • helios
    started a topic How to read special data on text file?
    in C

    How to read special data on text file?

    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...
    See more | Go to post

  • helios
    started a topic How to convert char to array bits?
    in C

    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.
    See more | Go to post
    Last edited by helios; Sep 21 '08, 06:10 AM. Reason: For example
No activity results to display
Show More
Working...