C++ Instrument Catalog
|
Small example showing catalog use. More...
#include <iostream>
#include <queue>
#include <fstream>
#include <windows.h>
#include "InstrumentCatalog.h"
#include "MFCManager.h"
Go to the source code of this file.
Classes | |
class | CMyApplication |
Functions | |
std::string | GetApplicationDir () |
int | main () |
Small example showing catalog use.
Definition in file MFCCatalogExample.cpp.
std::string GetApplicationDir | ( | ) |
Definition at line 202 of file MFCCatalogExample.cpp.
int main | ( | ) |
Definition at line 213 of file MFCCatalogExample.cpp.