you dont have to take any endavours. The credit card issuing company will contact you themselves and ask you how you want your card to be delivered. They debt the charges to your account only.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|