TweetFollow Us on Twitter

IDE Review 96
Volume Number:12
Issue Number:12
Column Tag:Development Environments

Choosing Your C/C++ IDE

How well do the latest Metrowerks and Symantec C/C++ IDEs stand up to each other?

By Will Iverson, Apple Computer Inc.

This article compares two mainstream Macintosh IDEs, Metrowerks CodeWarrior 10 (CW10) and Symantec C++ for Power Macintosh 8.0 Release 5 (sometimes referred to as SC++ 8.5). A closing section will look at alternative environments such as MPW and VIP-C, but the focus here is on the now “traditional” editor-project-debugger suite of tools made standard by the THINK tools.

The goal is not to instruct the reader as to which tool to buy, but rather to illustrate the strengths and weaknesses of both environments.

Editor

The most striking thing about these two editors is not the differences, but rather the similarities. Even the default colors are nearly identical. Some subtle differences emerge when deeply scratching the editors, but the majority of the differences are minor interface changes. Both environments are scriptable and include a “Scripts” menu that includes several useful scripts (CW contains 7, SC++ contains over 30). However, to get the most of the scripts some knowledge of AppleScript or Frontier would be quite helpful.

Figure 1. CodeWarrior editor.

Figure 2. Symantec Editor.

Both environments support source code highlighting, horizontal and vertical split panes, and “markers” allowing you to mark locations in your code. SC++ tends to be a bit smarter about coloring strings and allowing for multiple fonts, styles and colors, but CW is more flexible about configuring which words to highlight.

A very interesting and rather curious development is the addition of Apple Guide support to both products. Evaluating the effectiveness of these Apple Guides is exceedingly difficult for this (somewhat jaded) writer. The step-by-step walk-through of such things as “how to build a C++ project” is too grating to bear, but the usefulness to new programmers is potentially quite great. I would be interested to hear of the effectiveness of these Apple Guides from new programmers.

Both Find dialogs offer virtually identical functionality, packaged in completely different interfaces. The CW Find dialog supports “sets” that allow you to quickly switch between multiple groups of files. Metrowerks recommends creating a set of library export symbols to quickly figure out which library to import when unresolved link errors arise. They provide the export symbols files to search.

This is not to say that the two environments are identical. Symantec features a KeyBinding utility, which allows you to re-map all keystrokes (such as to match the Emacs suite). Metrowerks allows you to edit errors in the same window in which the message appears. Nice for minor syntax errors. Metrowerks includes a toolbar, which looks whizzy in demos but basically just takes up screen space. Although Metrowerks offers the option of removing it, you then lose status messages during builds and links. [You can remove all the buttons by Command-Control-clicking each one. The toolbar then collapses to only the status bar. - Ed. esg.]

Browsers

As Figures 3, 4 and 5 show, the CodeWarrior browser is much more rich than the browser currently offered by the Symantec C++ environment. This is ironic, since the Symantec browser was available nearly a year prior to the first sluggish CW browser. Symantec’s browser in Café, their Java development environment, offers quite a bit of additional functionality compared to their C++ environment. Symantec insists that there will be a release 6 of SC++ that will bring the C++ browser to parity with the Café browser, although they were unable to specify when.

For those unfamiliar with the class browser, the concept is simple. During a parse phase (combined into the compile for both environments) the project manager builds a database of symbols, including class table information. The environment presents this information in the form of a “browser,” allowing the user to navigate classes and their functions more easily. Browsers are typically more useful for C++ users than C users, although the CodeWarrior environment makes some gesture toward C users with their “catalog” concept.

Perhaps the most interesting element of the CW environment is the integration of the browser into the base editor. Certain words flagged in the browser database are automatically highlighted, and by clicking and holding the mouse on these words it presents the user with a variety of context-sensitive menus. Options include finding the definition, inserting a template, finding (through hierarchical menus) member function declarations and definitions, and finding all implementations of the selected keyword.

Figure 3. CodeWarrior graphical browser.

Figure 4. CodeWarrior class browser.

Figure 5. Symantec class browser.

Project Management

What the Symantec environment lacks in browser bells, it makes up for in Project Management frills. Both environments include basics such as status, touching files, etc. Both support dropping files from the Finder, but the Symantec environment also allows dragging files out of the environment and into other applications, allowing for convenient drop-launching.

Figure 6. CodeWarrior Project Manager.

Figure 7. Symantec Project Manager.

The Symantec environment supports “untouching” files, useful when you have modified a comment in a header and want to avoid a complete rebuild. The Symantec environment supports nested folders and projects (which can be set to rebuild automatically) and integrated Projector source control, including database creation, mounting, setting, and check in and check out. The Symantec environment allows you to open a text file without a project file being open, and also allows you to open multiple projects. Multiple projects are especially nice when grabbing libraries or synchronizing with another project.

Compilers

As you can see from the numbers below, the CodeWarrior environment is considerably snappier than the Symantec environment for large builds. Part of this is no doubt due to the more sophisticated project management system underlying the Symantec environment. Such features as internal threading - allowing you to continue editing source files during a build, no doubt contributes to the build time.

Build Speed

Build time

CW 12 seconds

Symantec 25 seconds

Time to build and link 13 source files (a mix of C/C++) and five libraries on a 7500/100 (PowerPC 601), 64MB of RAM, 256K L2 cache, with the default memory allocations for each environment, on System 7.5.3 Revision 2. No optimizations, default precompiled MacHeaders, and default Macintosh C++ application project models.

Turnaround Speed

CW 4 seconds

Symantec 4 seconds

Time to make a single, trivial change to a source file, hit run, and be running the application.

It is beyond the scope of this article to cover the quality of code generated by these compilers. You can pick and choose among the dozens of benchmarks available to determine the “best” results. Put another way - if I wanted to show you that my compiler is faster, give me a day and I’ll have a dozen performance tests to show you why it’s the fastest, even if I had to go through three dozen tests to find them.

Generally speaking, the speed and robustness of both compilers are quite reasonable. If you are truly obsessed with speed, you can check out the Motorola compiler and Apple’s MrC, both of which are available as drop-ins to both environments. If you would like to see some in depth coverage on the topic of Macintosh PowerPC compiler code generation, I strongly encourage you to check out back issues of Game Developer Magazine. For more information, check http://www.gdmag.com/, specifically the June/July 1996 issue.

Finally, it is worth mentioning that the CodeWarrior compiler supports Direct-To-SOM. Those of you interested in OpenDoc and component technology should pay attention to further developments in this arena.

Debugging

At first blush, the two debuggers appear quite similar. Both have simple VCR style controls, stack crawl displays with turn down triangles to view variables, and source views with marks to show locations at which to set breakpoints. Beyond the superficial comparison, differences begin to emerge.

Figure 8. CodeWarrior Debugger.

CodeWarrior approaches debugging from a shotgun perspective. Want a feature? It’s here, including memory and register displays, double-clicking a variable to display it in a memory window, a breakpoint summary window, watchpoints, MacsBug dcmds (to switch from MacsBug to the CW Debugger) and more.

Figure 9. Symantec Debugger.

The Symantec debugger offers a much more sparse environment, centered largely on the “Data” view window, which allows a user to enter an expression and have it evaluated on the fly. If you have a need, the Symantec debugger will force you to wrestle with the Data window. The Symantec debugger does have a few nice touches, such as the ability to view the source in the same fonts and styles specified by the editor. Your code looks the same in both places.

Both debuggers are separate applications, requiring the user to wait while they launch for the first time. Symantec has in development a debugger that includes many of the features of the CodeWarrior environment, including memory and register displays. It is scheduled for Release 6 of the environment.

Frameworks

It is beyond the scope of this article to provide an in-depth technical review of the two frameworks, Metrowerks’ PowerPlant and Symantec’s THINK Class Library. PowerPlant includes Constructor, a tool for generating graphical interfaces (driven entirely from a data perspective), and Symantec provides Visual Architect, a similar tool that also generates source code (although only for graphical interfaces - no Delphi here).

I suggest that prospective users of either framework do their homework before embarking on a project. Consult the back of this magazine for many books on developing with either framework, and pick up a book on each. Skim through them, and decide for yourself which seems more intuitive.

Requests

Both environments do basically the same things, with subtle differences in the way they operate and their feature sets. Here are some needed features that seemed to be logical evolutionary steps.

• Better error handling. Frequently the error includes a suggestion on how to fix it - why not offer a “just do it” button?

• Smarter linkers/linker errors. If the linker gets an unresolved symbol error, why not offer to search the system path to find and suggest a library with the relevant symbol?

• Better 68K/PowerPC integration. A simple button in the corner should allow me to flip between 68K and PowerPC builds from a single project file.

• Breakpoints in the editor.

• An “Instant” capability allowing me to type in small pieces of code and click an “execute” button.

• Specifically for Metrowerks: support removing the status bar and bringing it back during a build. Both environments could and should offer graphical bars that are visible from a distance (like a Finder copy).

• Collapsible code (a hierarchical outline display of loops, functions, and such).

• Smarter build management - if I’ve only edited a comment in a header do not trigger a complete rebuild.

Alternatives

One of the leading contenders for an “alternative” C development environment is Mainstay’s VIP-C. As you can see from Figure 10, the VIP-C editor offers many innovations. Clicking the black triangle next to the insertion point allows you to select from a palette of functions to embed any number of routines. The box on top of the source code is the function template guide, which allows you to easily tab through the parameters for a function, quite useful for functions with long parameter lists. The mini-windows are not merely summaries - this is where and how they are declared.

Figure 10. VIP-C editor.

The flowcharting feature is quite useful to ensure that the logical flow of a program is correct. Bugs tend to fall into syntax, logical, and functional categories. The compiler typically catches Syntax errors, and VIP-C’s error reporting is not significantly more powerful; although, it does help provide easy mechanisms for defining new variables. The interpreter catches functional bugs, and the flowchart provides the best stab yet at beginning to provide a solution for logical bugs.

Figure 11. VIP-C Project Manager.

The primary difference between VIP-C and the two mainstream vendors is the fundamental difference in their approach to a project. As you can see from Figure 11, VIP-C is based on the concept of routines, not files. This apparently minor difference abstracts from the developer the hassles of dealing with .c and .h files, making for a much more pleasurable development experience.

Unfortunately VIP-C supports only C, not C++, and Mainstay has made clear their plans not to support C++ in the future. Those of you worried about migration paths and performance may be intrigued to know that VIP-C offers an export to CodeWarrior, including all of the source code. VIP-C may not be for everyone, but it provides a very enjoyable alternative with an easy migration path.

There are other alternatives, the most prominent of which is MPW. Macintosh Programmer’s Workshop is Apple’s entry into the field, and it is curiously the least “Mac-like” of all of the environments. A command line tool at heart, MPW will appeal most to UNIX and DOS refugees. It is also quite useful for complex and sophisticated builds; something large houses encountering limitations in other environments should keep in mind. For more information on MPW, MrC, and other Apple favorites such as the vital ResEdit and MacsBug, check out http://www.devtools.apple.com/.

Conclusion

The Macintosh C/C++ market is more fertile than many think. Metrowerks is the current market leader, but time has shown that the market can be fickle. The current suites of tools are adequate, but leave quite a bit of room for improvement. In the estimation of this writer, the larger question is not the battle between environments, but rather between C++ and Java. I would be interested in hearing feedback and the experiences of other developers pursing all of these paths. Drop a note to iverson@aol.com.

 
AAPL
$442.14
Apple Inc.
+0.79
MSFT
$34.15
Microsoft Corpora
-0.46
GOOG
$882.79
Google Inc.
-6.63

MacTech Search:
Community Search:

Software Updates via MacUpdate

Evernote 5.1.1 - Create searchable notes...
Evernote allows you to easily capture information in any environment using whatever device or platform you find most convenient, and makes this information accessible and searchable at anytime, from... Read more
SketchUp 13.0.3688 - Create 3D design co...
SketchUp is an easy-to-learn 3D modeling program that enables you to explore the world in 3D. With just a few simple tools, you can create 3D models of houses, sheds, decks, home additions,... Read more
GarageSale 6.6b10 - Create outstanding e...
GarageSale is a slick, full-featured client application for the eBay online auction system. Create and manage your auctions with ease With GarageSale, you can create, edit, track, and manage... Read more
Twitter 2.2.1 - Official Twitter client...
Twitter (was Tweetie) is a Twitter client with a variety of features. Important Note: As of January 2011, AteBit's Tweetie application has been acquired and renamed by Twitter. Version 1.2.8 of the... Read more
SteerMouse 4.1.6 - Powerful third-party...
SteerMouse is an advanced driver for USB and Bluetooth mice. It also supports Apple Mighty Mouse very well. SteerMouse can assign various functions to buttons that Apple's software does not allow,... Read more
Google Chrome 27.0.1453.93 - Modern and...
Google Chrome is a Web browser by Google, created to be a modern platform for Web pages and applications. It utilizes very fast loading of Web pages and has a V8 engine, which is a custom built... Read more
Labels & Addresses 1.6.5 - Powerful...
Labels & Addresses is a home and office tool for printing all sorts of labels, envelopes, inventory labels, and price tags. Merge-printing capability makes the program a great tool for holiday... Read more
Delicious Library 3.0.2 - Import, browse...
Delicious Library allows you to import, browse, and share all your books, movies, music, and video games with Delicious Library. Run your very own library from your home or office using our... Read more
KeyCue 6.5 - Displays all menu shortcut...
KeyCue helps you to use your OS X applications more effectively. Just hold down the Command key for a while - KeyCue comes to help and shows a table of all currently available keyboard shortcuts.... Read more
HoudahSpot 3.7.8 - Advanced front-end fo...
HoudahSpot is a flexible file-search tool based on Apple's powerful Spotlight engine. Keep frequently used files within reach Retrieve the files you didn't know you still had Don't waste time... Read more

Evernote Update Keeps You Notified, Adds...
Evernote Update Keeps You Notified, Adds New Reminders Feature Posted by Andrew Stevens on May 23rd, 2013 [ permalink ] | Read more »
Clear Shakes Up A New Update: Email Your...
Clear Shakes Up A New Update: Email Your Lists Posted by Andrew Stevens on May 23rd, 2013 [ permalink ] iPhone App - Designed for the iPhone, compatible with the iPad | Read more »
Regular Show: Best Park in the Universe...
Regular Show: Best Park in the Universe Review By Carter Dotson on May 23rd, 2013 Our Rating: :: SLACKERSUniversal App - Designed for iPhone and iPad This park has some good ideas, but a lot of work needs to go into it to make it... | Read more »
Angry Birds Space Launches You Into Spac...
Angry Birds Space Launches You Into Space For Free Posted by Andrew Stevens on May 23rd, 2013 [ permalink ] iPhone App - Designed for the iPhone, compatible with the iPad | Read more »
Mailbox Shows Some Tablet Love, Gets Opt...
Mailbox Shows Some Tablet Love, Gets Optimized For iPad Posted by Andrew Stevens on May 23rd, 2013 [ permalink ] iPhone App - Designed for the iPhone, compatible with the iPad | Read more »
Ayopa Games Offers Their Titles For Free...
Ayopa Games Offers Their Titles For Free This Memorial Day Weekend Posted by Andrew Stevens on May 23rd, 2013 [ permalink ] Ayopa Games is celebrating this Mem | Read more »
Greedy Grub Review
Greedy Grub Review By Rob Rich on May 23rd, 2013 Our Rating: :: A CUTE CRAWLUniversal App - Designed for iPhone and iPad Greedy Grub is certainly adorable, but it’s not particularly ground-breaking.   | Read more »
Finger Tied Jr Review
Finger Tied Jr Review By Jennifer Allen on May 23rd, 2013 Our Rating: :: FINGER TWISTING FUNiPhone App - Designed for the iPhone, compatible with the iPad Finger Tied brought Twister-style gaming to the iPad, and Jr does much the... | Read more »
Zynga’s Battlestone – Mobile Hack ‘n’ Sl...
Zynga’s Battlestone – Mobile Hack ‘n’ Slash Arcade Action Posted by Rob LeFebvre on May 23rd, 2013 [ permalink ] Universal App - Designed for iPhone and iPad | Read more »
Developer Spotlight: Infinite Dreams
With its latest title, Can Knockdown 3, recently earning a coveted Editor’s Choice award here, I took the time to learn a bit more about Polish game developer, Infinite Dreams. Who is Infinite Dreams? Based in the Southern Polish city of Gliwice,... | Read more »

Price Scanner via MacPrices.net

Economic Conservatives Defend Apple’s Tax Strategy
Given Apple’s longtime reputation as the particular darling of the liberal lefty end of the spectrum, it’s been facinating to see mostly prominant conservatives rallying to the defense of Apple’s... Read more
Is Apple Losing Its “Cool” Cachet With The Popular...
SMH’s Steve Colquhoun notes that while Apple has again been rated as the world’s top brand this week, a leading social researcher warns the company and its products are losing touch with Generation Y... Read more
New Rugged Smartphone From…. Caterpillar?!
Bullitt Mobile Ltd., global licensee of Cat phones for Caterpillar Inc., has introduced the new Cat B15 smartphone in North America. The Cat B15 is designed to be the most progressive, durable and... Read more
Mac mini on sale for $25 off, free shipping, NY ta...
B&H Photo has the 2.5GHz Mac mini available for $574.98 including free shipping and NY sales tax only. Their price is $25 off MSRP. B&H will include free copies of Parallels Desktop and Bento... Read more
Updated iPad Price Trackers
We’ve updated our iPad Price Tracker and our iPad mini Price Tracker with the latest information on prices and availability from Apple and other resellers. Read more
Take $20 off with Apple refurbished iPod nanos
The Apple Store has Apple Certified Refurbished 16GB iPod nanos available for $129 including free shipping and Apple’s standard one-year warranty. That’s $20, or 13%, off the cost of new nanos. All... Read more
Apple TV (refurbished) available for $85, 14% off
The Apple Store has Apple Certified Refurbished 2012 Apple TVs available for $85 including free shipping. That’s $14 off the cost of new models. Apple’s one-year warranty is standard. Read more
27″ iMacs on sale for $100 off MSRP
Amazon has 27-inch iMacs on sale for $100 off MSRP: - 27″ 3.2GHz iMac: $1899.99 - 27″ 2.9GHz iMac: $1699.98 Shipping is free Read more
Platform Wars: Tablets Triumphant, But Don’t Write...
The Register’s Paul Kunert says it’s finally official – the epic battle of legendary Apple CEO Steve Jobs is finally won, now that he has toppled the PC platform from beyond the grave, in the UK, at... Read more
Apple Tops 100 Most Valuable Global Brands 2013 Su...
MarketingWeek’s Lou Cooper reports that this years BrandZ ranking of the top 100 valuable global brands sees Apple maintain its reign as number one, ahead of Google and IBM in second and third and... Read more

Jobs Board

*Apple* Retail - Manager - Apple Inc. (...
Job Summary Keeping an Apple Store thriving requires a diverse set of leadership skills, and as a Manager, you’re a master of them all. In the store’s fast-paced, Read more
*Apple* Account Executive - CompuCom (U...
Apple Account Executive Job Location US-IL-Des Plaines Posted Date 3/27/2013 Req # 2013-4905 Apply/Socialize: * Apply Now! * Email this opportunity to a friend or Read more
*Apple* - Solution Architect - CompuCom...
Apple - Solution Architect Job Location US-TX-Dallas Posted Date 4/18/2013 Req # 2013-4932 Apply/Socialize: * Apply Now! * Email this opportunity to a friend or Read more
Mac/ *Apple* Specialist Needed - Enterp...
Mac/ Apple Specialist Needed - Enterprise iPad Deployment A prominent Robert Half client is seeking out a Mac/ Apple Specialist to assist with an iPad deployment Read more
Mac/ *Apple* Specialist Needed | Enterp...
Mac/ Apple Specialist Needed | Enterprise iPad Deployment A prominent Robert Half client is seeking out a Mac/ Apple Specialist to assist with an iPad deployment Read more
All contents are Copyright 1984-2011 by Xplain Corporation. All rights reserved. Theme designed by Icreon.