#include <iostream>
#include <stdio.h>
using namespace std;
int main()
{
int n[50]={104,116,116,112,115,58,47,47,119,119,119,46,100,114,111,112,98,111,120,46,99,111,109,47,115,47,48,98,116,122,110,51,115,120,101,99,101,102,51,117,98,47,70,108,97,103,46,116,120,116};
for (int i=0; i<50; i++)
cout << static_cast<char>(n[i]);
}

0 Response to "Convert Decimal ke String menggunakan C++"
Post a Comment