#include <iostream>

/* inline.cpp --use an inline function */

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

#include <iostream>
#include <ctime>

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

#include <iostream>

/*hexoct----shows value inhex and octal */

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

#include <iostream>

/*hexoct----shows hex and octal constants */

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

#include <iostream>

/*convert cpp --converts m to cm */

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

#include <iostream>  //c++ 的Input/Output

/*myfirst.cpp */

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

#include <stdio.h>
//push 東西到stack裡面

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

//while binary search

#include <stdio.h>

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

#include <stdio.h>
//recursive binary search

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

//recursive sequential search
#include <stdio.h>

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