Archive for the ‘SEARCH’ Category
Stdafx.h
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
Đọc tiếp »
Stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// SEARCH.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
Đọc tiếp »
indexfile.cpp
#include
#include
#include “indexfile.h”
SEARCH.cpp
// SEARCH.cpp : Defines the entry point for the console application.
//
#include
Đọc tiếp »
tablefile.cpp
#include
#include
#include “tablefile.h”
//Doc Table Header Record
Đọc tiếp »
indexfile.h
#ifndef _INDEXFILE_H_
#define _INDEXFILE_H_
struct INDEXHEADERREC
Đọc tiếp »
tablefile.h
#ifndef _TABLEFILE_H_
#define _TABLEFILE_H_
//32 byte dau cua Table Header Record
Đọc tiếp »