摘要: 转:http://blog.csdn.net/candyliuxj/article/details/6307814说明:以下代码在VS2008中通过,在32位操作系统下。#include "iostream"using namespace std;struct s1{};struct s2{ int a; char b;};struct s3{ double a; char b;};int main(void) { //short、int、long、float、double coutusingnamespacestd;floatFuncP(inta,float... 阅读全文