Oops.. Forgot to say what features Visual C++ has, as most of you probably won't have it...
-First of all, Visual C++ is an IDE for programming windows in C++.
As is CodeWarrior for Palm OS.
-A list of classes, functions, variables, etc.
CodeWarrior has a class browser, letting you view C++ classes in both a list and graphical hierarchy chart. It also has a browser that lets you see all defined functions, typedefs, #defines, and structs.
-Viewing classes, functions, variables, etc. by double-clicking on them.
Again, supported in CodeWarrior.
-MFC, which is a bunch of libraries that make windows programming much easier.
CW has the Object Library for Palm OS, a very nice C++ class framework that wraps much of Palm OS.
-Classwizard, which can automatically add functions to handle the clicking of a button, the mouse moving, etc.
The C++ class browser can add methods and data members, although it doesn't hook up code to resources like VC++'s ClassWizard.
Easy install, no worrying about installing PRC-Tools, pilrc, the palm sdk, etc.
CodeWarrior is easy to install.
I probably won't include all of these features (not at first, anyway), but I hope to have some of them.
We already include them :)
--
Ben Combee <[EMAIL PROTECTED]>
CodeWarrior for Palm OS technical lead
Palm OS programming help @ www.palmoswerks.com
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
