原创 初學者的C++練習題——(三)輕信的用戶

While( user == gullible ) Requires: variables, data types, and numerical operatorsbasic input/outputlogic (if statemen

原创 初學者的C++練習題——(一)計分程序

Grading Program Requires: variables, data types, and numerical operators basic input/output logic (if statements,

原创 CVS基本操作以及小竅門彙總

CVS基本操作以及小竅門彙總   更新當前目錄: cvs up 應用補丁(patch): patch -p0 <new.diff 顯示當前目錄下所做的本地修改: cvs -q diff 顯示當前目錄下所做的本地修改(簡潔模式,不包含

原创 初學者的C++練習題——(二)可樂販售機

Cola Machine Requires: variables, data types, and numerical operatorsbasic input/outputlogic (if statements, switch st

原创 初學者的C++練習題——(四)煎餅哥

Pancake Glutton Requires: variables, data types, and numerical operators basic input/output logic (if statements,

原创 初學者的C++練習題——(六)三子棋

Tic Tac Toe Requires: variables, data types, and numerical operators basic input/output logic (if statements, switch

原创 初學者的C++練習題——(五)包圍搜索(Bracketing Search)

Bracketing Search Requires: variables, data types, and numerical operators basic input/output logic (if statements

原创 加密解密相關

1、Cryptopp AES encrypt/decrypt樣例:http://stackoverflow.com/questions/12306956/example-of-aes-using-cryp

原创 使用HAP抓取HTML網頁內容實例

前言 最近有個任務需要把Functx XQuery Functions(http://www.xqueryfunctions.com/)上面所有的functx相關的function defintion全部down下來,存到本地文件中,這是

原创 MFC相關問題整理

按:在該文檔中整理我在做MFC相關編程時遇到的問題以及當時解決時所參考的資料。標準C/C++相關的問題不會放在這個帖子中,請移步:http://blog.csdn.net/edychang/article/details/37561701

原创 WINCE開發相關知識整理

1. msvc 2005 + wince 5.0 環境搭建:http://hi.baidu.com/hyyly520/item/f9ad7eddffc826362b35c7ef下載地址:http://blog.csdn.net/weire

原创 SQL中的Filter, join, semi-join等概念的釋義

經常在工作中用到,雖然當年在數據庫原理課程中學習過,不過基本已經還給老師了。工作這麼多年,感覺自己在學習上倒退了很多,慚愧。這篇帖子,作爲SQL相關知識的整理貼。 1、semi-join(半連接)(來自:http://wiki.answ

原创 C++相關問題整理彙總

做了C++也有幾個年頭呢,總會遇到形形色色的問題,把這些問題都彙總起來吧,作爲日後的參考。就像高中的筆記一樣,高考結束之後也就賣廢紙了。而關於C++的筆記,又會在什麼時候過期呢?1、struct和typedef struct在C和C++中

原创 如何在Linux上面安裝GCC 4.1.2

安裝步驟: 1、首先下載GCC 4.1.2的source code package: $ wget http://mirrors.ustc.edu.cn/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 2、解壓縮

原创 C++程序內存泄漏檢查

一、在windows平臺上面: 以前我都是用purify,因爲沒有正版的,很是麻煩,後來我開始用windows自帶的umdh,也很好用: http://support.microsoft.com/kb/268343/en-us 摘要一下步