資源簡介
精品國產(chǎn)C++曲線繪制庫CChart。
開源版本。
代碼片段和文件信息
//?FullTestAPI.cpp?:?Defines?the?entry?point?for?the?application.
//
#include?“stdafx.h“
#include?“resource.h“
#include?“../SourceAPI/Plot/PlotInterface.h“
#ifdef?_DEBUG
#pragma?comment(lib“..\\SourceAPI\\Debug\\Plotd.lib“)
#else
#pragma?comment(lib“..\\SourceAPI\\Release\\Plot.lib“)
#endif
#define?MAX_LOADSTRING?100
//?Global?Variables:
HINSTANCE?hInst; //?current?instance
TCHAR?sztitle[MAX_LOADSTRING]; //?The?title?bar?text
TCHAR?szWindowClass[MAX_LOADSTRING]; //?The?title?bar?text
//?Foward?declarations?of?functions?included?in?this?code?module:
ATOM MyRegisterClass(HINSTANCE?hInstance);
BOOL InitInstance(HINSTANCE?int);
LRESULT?CALLBACK WndProc(HWND?UINT?WPARAM?LPARAM);
LRESULT?CALLBACK About(HWND?UINT?WPARAM?LPARAM);
評論
共有 條評論