#include <iostream>
 
文章標籤

布拉怡 發表在 痞客邦 留言(0) 人氣()

class的基礎小練習
 
文章標籤

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <iostream>
#include <cstdlib>

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <stdio.h>
#include <stdlib.h>
文章標籤

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <stdio.h>
#include <stdlib.h>

布拉怡 發表在 痞客邦 留言(0) 人氣()

//mytime0.h -- Time class before operator overloading
#ifndef MYTIME0_H_

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <iostream>

using namespace std;

布拉怡 發表在 痞客邦 留言(0) 人氣()

//swaps.cpp -- swapping with references and with pointers
#include <iostream>

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <iostream>

/* secref.cpp -- defining and using a reference */

布拉怡 發表在 痞客邦 留言(0) 人氣()

#include <iostream>

/* firstref.cpp -- defining and using a reference */

布拉怡 發表在 痞客邦 留言(0) 人氣()