->外文文档
文章平均质量分 79
kchai1
Bluetooth,Wireless
展开
-
Storing Information: Variables and Constants in C (一)
Computer programs usually work with different types of data and need a way to store the values being used. These values can be numbers or characters. C has two ways of storing number values—variables原创 2004-12-23 15:28:00 · 1481 阅读 · 0 评论 -
Storing Information: Variables and Constants in C (三)
By Peter G. Aitken, Bradley Jones. Sample Chapter is provided courtesy of Sams. Date: Mar 28, 2003.Numeric Variable TypesC provides several different types of numeric variables. You ne原创 2004-12-23 15:42:00 · 1164 阅读 · 0 评论 -
Storing Information: Variables and Constants in C (二)
Storing Information with VariablesA variable is a named data storage location in your computers memory. By using a variables name in your program, you are, in effect, referring to the data stored原创 2004-12-23 15:31:00 · 1068 阅读 · 0 评论 -
Using RTest to Create Test Harness(use in Symbian OS)
This article gives an introduction how to use RTest class to create automatic test harness for your application engines. The RTest class provides a simple console window where you can display the test原创 2004-12-29 12:20:00 · 1596 阅读 · 1 评论 -
A few notes about the CommDb (use in Symbian OS)
More and more applications have to use the phones connectivity. Sending some short messages (SMS) for licensing, transmit pictures using multimedia messages (MMS), manage emails (Pop3, IMAP and SMTP)原创 2004-12-29 13:45:00 · 2766 阅读 · 1 评论 -
Using C code in symbian
Calling the C function in C++ file (Porting)1.Create a header file(.h) for your “c” program. The contents of the header file will look like #ifdef __cplusplusextern "C" { #endif// functions that原创 2004-12-30 17:50:00 · 1792 阅读 · 1 评论