// TestCppConstructor.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include <iostream>using namespace std;class A{public : A(int i = 0) { m_i = i; cout << m_i << "A的构造函数" << endl; } ~A() { cout << m_i << "A的析构函数\n"; } void f() { cout < Read More
posted @ 2011-05-22 21:48 庚武 Views(323) Comments(0) Diggs(0)
学习C++,最快的编绎工具,初学者最宜使用。dos界面,汉化,编绎速度快。可以编绎C和C++,支持float[]download Read More
posted @ 2011-05-22 13:58 庚武 Views(251) Comments(0) Diggs(0)