C/C++/MFC
MSSCS User Manual
Malicious Software Sample Collection System (MSSCS –Version 1.1)
用户使用手册User Manual (Q&A)
Content
Malicious Software Sample Collection System (MSSCS –Version 1.1) 1User Manual (Q&A) 1Content. 21. What is MSSCS?. 32. Why MSSCS?. 33. What machine can MSSCS be installed?. 44. How to install [...]
if or if-else?
In Crafty:
int OptionMatch(char *command, char *input){/* ************************************************************ * [...]
Learning about static construct function
http://blog.joycode.com/ghj/archive/2004/08/24/31504.aspx Using the static construct function, we can realize that the many subclass only realize the base class’s construct function once. Many class need to call a function Send of a Controller class, therefore the Controller is used as base class. But the pipeline is unique, therefore it can only be initialized once, to build [...]
Read Full Post | Make a Comment ( None so far )补昨天的作业ShellExecute
A small exe when the disk is inserted. It is the main menu. EXEs and chm and http may be opened by clicking button. I like this ShellExecute~
在mfc里打开网址和应用程序的东东,不错~
ShellExecute(m_hWnd,NULL, “http://www.qitiandasheng.com”, NULL,NULL,SW_SHOWMAXIMIZED);
ShellExecute(m_hWnd,”open”,”~tmp0.1st.exe”,””,””, SW_SHOW );//~tmp0.1st.exe is an exe in your USB disk. Just copy it to use^^. I guess so, and I succeed!
In addition, I learned to make [...]
Solved the Redifinition problem !
general c/c++ link ResultShared DLL DebugMultithread DLL – OK Not MFC DebugMultithread DLL – error LNK2001 Shared DLL [...]
Read Full Post | Make a Comment ( None so far )On Oct. 25, some tips sharing
If in VC the ERROR: fatal error C1083: Cannot open precompiled header file: ‘Debug/abc.pch’: No such file or directory(abc is the name of your project), you can easily just solve it by Project->Setting->C/C++->Category(Choose Precompiled Headers)->Choose Create PreCompiled Headers (the 3nd choice) and fill in “stdafx.h” (no need to file in the quote).
Read file by [...]
The second day
Today I finished _beginthreadex and my cryptoCS. Quite nice~~~
_beginthreadex is changed from CreateThread. But CreateThread has to be specified the pointer to thread ID when in Windows98. It is better to use _beginthreadex or _beginthread. The former is more similar to CreateThread in parameters, in which I only change the type HANDLE into unsigned and [...]
First Day in AI group
Finally I come to AI group, the place where NEWNEU was given birth, the place where the Qitiandasheng was given birth…
The students are all with doctor’s degree or master’s degree, nice and happy, “doctor” is much younger than I thought, but I’m the only one who study software engineering. Long time far from programming, yet [...]
A Real Project
In the morning I met Mr. Hao, who introduced project about service on cellphones and websites. I chose the one doing the web research.
I’m quite obsessed in that I will implement a small “Google”~~~ Then I can add new features…..


