User Profile

Collapse

Profile Sidebar

Collapse
007india
007india
Last Activity: Jun 5 '09, 07:13 AM
Joined: Jun 5 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • naomibaby
    naomibaby posted a Visitor Message for 007india
    مرحبا
    اسمي ملكة جمال نعومي ، رأيت بروفايلك اليوم ، وبعد ذلك تمر ، ط ملء المزيد...
    See more | Go to post

  • 007india
    replied to Optimization of Binary Converter
    in C
    // Binary converter converts text into binary using the division method through ASCII code

    #include <iostream>
    using namespace std;

    char entry[501], letter;
    int ascii, len, binary[8], total, choice;
    void prog();

    int main()
    {
    prog();
    return 0;
    }



    void prog()

    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...