float f,c;
#define pri printf("f=%g\nc=%g\n",f,c)
int _tmain(int argc, _TCHAR* argv[])
{
f=64.0f;
c=(5.0f/9.0f)*(f-32.0f);
pri;
return 0;
}
#include <iostream>
#include <string>
using namespace std;
#define PR(host, port) printf("#connect kv error host[%s] port[%d]#", host.c_str(), port)
int main(int argc, char** argv)
{
string host = "192.168.1.101";
int port = 1001;
PR(host, port);
return 0;
}
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。