Eaglooe 學習日記1

2021-09-18 04:37:26 字數 549 閱讀 4379

開發環境配置

進入vs 開始寫**

建立乙個mfc dll(預設設定: 選擇共享,勾上安全開發生命週期)名稱:cheat

出現四個標頭檔案:

cheat.h

resource.h

stdafx.h

targetver.h

三個原始檔:

cheat.cpp //主要碼**的地方

cheat.def //做外掛程式不需要動他

stdafx.cpp //

// cheat.cpp: 定義 dll 的初始化例程。

#include "stdafx.h"

#include "cheat.h"

#ifdef _debug

#define new

debug_new

#endif

begin_message_map

end_message_map()

:():

initinstance()

//程式先執行這裡

Eaglooe 學習日記2

首先在cheat.cpp的 開闢乙個執行緒 initinstance 去做uithread這件事 g huithread是乙個全域性控制代碼 加lpthread start routine 強制編譯強轉 g huithread createthread null,0 lpthread start r...

學習日記1

學習日誌 姓名 趙鵬 日期 2018.7.9 今日學習任務 安裝環境,學習c語言的基礎知識,包括資料型別,運算子,演算法,函式,以及迴圈語句的掌握。今日任務完成情況 本日任務按照老師要求完成,今日開發中出現的問題彙總 編譯程式的出錯,沒加,演算法結構的不正確和不完整,求餘符號 的使用錯誤。今日未解決...

執行緒學習日記 1

int pthread create pthread t thread,pthread attr t attr,void func void void arg 注意傳入函式的參數列和返回值都是void 的.第二項attr下次學 執行緒不一定先開的就一直先執行,所以如果開兩個執行緒分別打hello 和...