文件名称:RunningLog:使用wxWidgets的C ++运行日志
文件大小:95KB
文件格式:ZIP
更新时间:2024-06-11 18:49:51
C++
运行日志 ##注意:我一直在研究。 检查一下,因为它比这更有用和相关! 使用wxWidgets 2.8作为GUI和pugixml作为xml解析器运行。 在Linux上:安装g ++,wxWidgets和make在Ubuntu上:'sudo apt-get install libwxgtk2.8-dev libwxgtk2.8-dbg build-essential'运行'make'进行编译 在Windows上:(从未测试过)安装cygwin,并确保在安装中包括cvs,gcc-g ++和make。 Cygwin是一个Linux模拟器,它使编程更加容易。 请按照以下说明在cygwin上安装wxWidgets: : 将“ Makefile.windows”移动到“ Makefile”,然后运行“ make”进行编译。 int StoreId = wxID_ANY; 只会导致StoreId
【文件预览】:
RunningLog-master
----Makefile(1KB)
----src()
--------main.h(381B)
--------MilesPanel.h(1002B)
--------Dates.h(2KB)
--------DailyPanel.cpp(3KB)
--------MilesPanel.cpp(9KB)
--------WeekBottom.cpp(6KB)
--------rlIds.cpp(3KB)
--------Dates.cpp(10KB)
--------MyFrame.h(2KB)
--------StoreRun.cpp(6KB)
--------DayRun.cpp(4KB)
--------WorkoutNotes.h(725B)
--------WorkoutNotes.cpp(1KB)
--------pugixml()
--------DayOfWeek.h(663B)
--------WeekInfo.h(932B)
--------DayRun.h(1KB)
--------StoreRun.h(1KB)
--------DayOfWeek.cpp(3KB)
--------SeasonsEdit.cpp(9KB)
--------rlIds.h(2KB)
--------WeekBottom.h(971B)
--------WeekInfo.cpp(5KB)
--------main.cpp(286B)
--------wxComboBoxTest.cpp(4KB)
--------MyFrame.cpp(5KB)
--------DailyPanel.h(968B)
--------SeasonsEdit.h(2KB)
----Makefile.windows(1KB)
----README.md(1KB)