Click here to Skip to main content
15,896,439 members
Home / Discussions / Mobile
   

Mobile

 
GeneralCamera Mobile Phone Pin
Identity Undisclosed27-Jan-05 4:01
Identity Undisclosed27-Jan-05 4:01 
GeneralPPC 2003 Read from COM Port Pin
BC_Cartman26-Jan-05 7:42
BC_Cartman26-Jan-05 7:42 
GeneralProblem of multi-thread adding control in cf tabpage Pin
Leungping26-Jan-05 0:26
Leungping26-Jan-05 0:26 
GeneralRe: Problem of multi-thread adding control in cf tabpage Pin
Leungping26-Jan-05 0:38
Leungping26-Jan-05 0:38 
Generaldebug problem Pin
dcudev.lcr24-Jan-05 12:48
dcudev.lcr24-Jan-05 12:48 
GeneralPocket pc 03 and ms access Pin
mldunham20-Jan-05 8:13
mldunham20-Jan-05 8:13 
Generallooking for unoptimised C codes Pin
Frank Francis20-Jan-05 0:08
sussFrank Francis20-Jan-05 0:08 
GeneralRe: looking for unoptimised C codes Pin
Rob Graham5-Feb-05 9:20
Rob Graham5-Feb-05 9:20 
Frank Francis wrote:
temp=x+y;
t1=temp+1;
t2=temp;


Is not optimal, try:

t2 = x+y;
t1 = t2;
t1++;

No temporay variable allocation and store, only two store operations instead of 3. Use of the increment operator eliminates need for storage of the constant (1)

Anger is the most impotent of passions. It effects nothing it goes about, and hurts the one who is possessed by it more than the one against whom it is directed.
Carl Sandburg

GeneralNew Ideas about .NET Applications fot PDAs or Pocket PCs Pin
Mustafa Rawat19-Jan-05 18:49
Mustafa Rawat19-Jan-05 18:49 
GeneralRe: New Ideas about .NET Applications fot PDAs or Pocket PCs Pin
Peter Beedell21-Jan-05 1:49
Peter Beedell21-Jan-05 1:49 
Generalevc++ 4.0 Bitmap - Icon trouble Pin
Lvca19-Jan-05 6:29
Lvca19-Jan-05 6:29 
GeneralRe: evc++ 4.0 Bitmap - Icon trouble Pin
Anonymous24-Jan-05 8:54
Anonymous24-Jan-05 8:54 
Generalevc 3 + classwizard + adding members Pin
TeddybearCrisis19-Jan-05 3:22
TeddybearCrisis19-Jan-05 3:22 
GeneralAssertion error after CCeSocket is closed Pin
GDavy19-Jan-05 1:47
GDavy19-Jan-05 1:47 
Generallooking for the missing debugger in the emulator Pin
dcudev.lcr17-Jan-05 7:24
dcudev.lcr17-Jan-05 7:24 
GeneralHelp on Status Icon Pin
SylviaOM17-Jan-05 2:08
SylviaOM17-Jan-05 2:08 
GeneralA Simple Read/ Write Application Pin
CT Menot16-Jan-05 16:13
CT Menot16-Jan-05 16:13 
GeneralPocket PC Emulator Pin
Pee_jay15-Jan-05 1:26
Pee_jay15-Jan-05 1:26 
GeneralRe: Pocket PC Emulator Pin
João Paulo Figueira15-Jan-05 4:12
professionalJoão Paulo Figueira15-Jan-05 4:12 
GeneralRe: Pocket PC Emulator Pin
Pee_jay16-Jan-05 3:17
Pee_jay16-Jan-05 3:17 
GeneralQuestion about how to disable or change delay time for web server to unload Dlls in Windows CE Pin
carl wang13-Jan-05 12:32
carl wang13-Jan-05 12:32 
Generaltransfer files between Pocket and desktop Pin
Juli.x13-Jan-05 10:36
sussJuli.x13-Jan-05 10:36 
GeneralGPRS Emulator Pin
Identity Undisclosed13-Jan-05 5:23
Identity Undisclosed13-Jan-05 5:23 
Generaldata synchronization standards Pin
AKSIVAKUMAR13-Jan-05 1:06
AKSIVAKUMAR13-Jan-05 1:06 
Generalsync data using activesync between PPC and SmartPhone Pin
AKSIVAKUMAR13-Jan-05 0:54
AKSIVAKUMAR13-Jan-05 0:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.