[問題] 關於IT++
想問板上強者有沒有人知道這個資料庫怎麼使用
因為我們老闆說這個是很簡單的程式語言
把C++一些需要宣告的東西都省掉了
但是我現在卻連怎麼寫檔跟讀檔都搞得霧沙沙@@
我把IT++的連結放在下面
http://itpp.sourceforge.net/current/index.html
在右邊的Some Tutorial Examples裡面第二個範例就是
Writing and reading data from files:
#include <itpp/itcomm.h>
using namespace itpp;
int main()
{
// Declare the it_file class
it_file ff;
// Open a file with the name "it_file_test.it"
ff.open("it_file_test.it")
上面這兩段程式是在幹嘛?
他要我開啟it_file_test.it這個不存在的檔案
為什麼我不能直接寫入我要的檔案像是vec.cpp
拜託強者給小弟一些建議~
感激不盡~
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 114.24.132.30
→
09/23 01:28, , 1F
09/23 01:28, 1F
→
09/23 01:30, , 2F
09/23 01:30, 2F
→
09/23 01:31, , 3F
09/23 01:31, 3F
C_and_CPP 近期熱門文章
PTT數位生活區 即時熱門文章