代码搜索:QCurses

找到约 25 项符合「QCurses」的源代码

代码结果 25
www.eeworm.com/read/154166/11984699

css qcurses.css

a:link { font-family: "宋体"; font-size: 12px; font-style: normal; line-height: normal; color: #333333; text-decoration: none; font-weight: normal; font-variant: normal; } a:visited {
www.eeworm.com/read/154165/11984793

hpp qcurses.hpp

#ifndef QCURSES_HPP #define QCURSES_HPP /*----------------------- 颜色定义 ------------------------- #define COLOR_BLACK 0 #define COLOR_RED 1 #define COLOR_GREEN 2 #define C
www.eeworm.com/read/154165/11984881

cpp qcurses.cpp

#ifndef QCURSES_CPP #define QCURSES_CPP /*----------------------- 颜色定义 ------------------------- #define COLOR_BLACK 0 #define COLOR_RED 1 #define COLOR_GREEN 2 #define CO
www.eeworm.com/read/154165/11984889

cpp q_event.cpp

#include "qcurses/Q_Event.hpp"
www.eeworm.com/read/154165/11984769

makefile

#最后更新日期 2005-1-20 main: g++ -fpic -c qcurses.cpp g++ -shared -o libqcurses.so qcurses.o cp libqcurses.so lib/ clean: rm *.o rm *.so
www.eeworm.com/read/154165/11984848

cpp main.cpp

#include "../qcurses/qcurses.hpp" #include "myapp.cpp" int main() { _MyApp *App = new _MyApp(); App->Run(); App->End(); delete App; return 0; }
www.eeworm.com/read/154165/11984867

cpp main.cpp

#include "../qcurses/qcurses.hpp" #include "myapp.cpp" int main() { _MyApp *App = new _MyApp(); App->Run(); App->End(); delete App; return 0; }
www.eeworm.com/read/154165/11984776

hpp q_dialog.hpp

/*###################################################### # 程序名:Q_Dialog # # 源文件:Q_Dialog.cpp # # 说 明:对话框定义
www.eeworm.com/read/154165/11984811

hpp q_application.hpp

/*###################################################### # 程序名:Q_Application # # 源文件:Q_Application.cpp # # 说 明:程序类定义