مرحبا
اسمي ملكة جمال نعومي ، رأيت بروفايلك اليوم ، وبعد ذلك تمر ، ط ملء المزيد...
User Profile
Collapse
-
// 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()
...
No activity results to display
Show More
Leave a comment: