c c++最佳编程 1000 多个小技巧 源码

源代码在线查看: over_err.cpp

软件大小: 696 K
上传用户: c_word
关键词: 1000 编程 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				#include 
				
				float sample_function(float i);
				double sample_function(double i);
				
				void main(void)
				{
					cout 				   cout 				}
				
				float sample_function(float i)
				{
					return i;
				}
				
				double sample_function(double i)
				{
					return -i;
				}
				
							

相关资源