Archive for 十月, 2005

Transcript

Posted on 十月 31, 2005. Filed under: Software |

Reviewing my transcript, I found a interesting phenomenon: all the experiment courses and most of the philosophy courses are A while the paper-based courses are about 75-80……Actually, I prefer doing experiment to listening lectures and taking tests. Therefore, doing research will be a fitable future to persue.

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 )

"1Kg more" commonweal travel

Posted on 十月 22, 2005. Filed under: Travel |

—–Translated by imtoffee from the “What’s 1Kg more” page in 1kg.cn
什么是“多背一公斤”
多背一公斤是民间发起的公益旅游活动,它倡导旅游者在出行前准备少量书籍和文具,带给沿途的贫困学校和孩子,并强调通过旅游者与孩子们面对面的交流,传播知识和能力,开阔孩子们的视野,激发孩子们的信心和想象力,最后,通过1kg.cn网站将活动的信息和经验分享出来,让学校和孩子得到更多的关注和帮助,同时让更多的旅游者受益。
“1Kg more” commonweal travel is a commonweal travel invoked among common people, which sparkplugs people to prepare a few books or stationaries for the poor schools and children one the way, and focuses on the face-to-face communivation between travelers and children to spread knowledge 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 )

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