我想在Windows 8.1上使用Android SDK Manager,但由于对伊朗的制裁,我无法正常使用它.所以我需要tor,但在其代理设置中,它只有HTTP但Tor使用socks5.我可以无限制地使用Android SDK Manager吗?
我试图打印,\a但它没有显示任何内容,所以我搜索了这个,发现它应该发出声音,但它也没有.
我在Windows 8上使用code lite.
\a?这是我的代码:
#include <iostream>
using namespace std;
int main()
{
cout <<"\a";
return 0;
}
Run Code Online (Sandbox Code Playgroud)