C/C++/MFC

MSSCS User Manual

Posted on 三月 8, 2006. Filed under: C/C++/MFC, OnJobLearning, Software |

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 [...]

Read Full Post | Make a Comment ( None so far )

if or if-else?

Posted on 十二月 20, 2005. Filed under: C/C++/MFC, OnJobLearning |

In Crafty:
int OptionMatch(char *command, char *input){/* ************************************************************ * [...]

Read Full Post | Make a Comment ( None so far )

Learning about static construct function

Posted on 十二月 1, 2005. Filed under: C/C++/MFC, OnJobLearning |

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

Posted on 十月 29, 2005. Filed under: C/C++/MFC, OnJobLearning |

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 [...]

Read Full Post | Make a Comment ( None so far )

Solved the Redifinition problem !

Posted on 十月 29, 2005. Filed under: C/C++/MFC, OnJobLearning |

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

Posted on 十月 26, 2005. Filed under: C/C++/MFC, OnJobLearning |

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 [...]

Read Full Post | Make a Comment ( None so far )

The second day

Posted on 十月 24, 2005. Filed under: C/C++/MFC, OnJobLearning |

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 [...]

Read Full Post | Make a Comment ( None so far )

First Day in AI group

Posted on 十月 1, 2005. Filed under: C/C++/MFC, OnJobLearning, Software |

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 [...]

Read Full Post | Make a Comment ( 1 so far )

A Real Project

Posted on 九月 15, 2005. Filed under: C/C++/MFC, OnJobLearning, Software |

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…..

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...