ChipCenter Questlink
SEARCH CHIPCENTER
Search Type:
Search for:




Knowledge Centers
Product Reviews
Data Sheets
Guides & Experts
News
International
Ask Us
Circuit Cellar Online
App Notes
NetSeminars
Careers
Resources
FAQ
EE Times Network
Electronics Group Sites

Questions 1&2


Circuit Cellar Online
THE MAGAZINE FOR COMPUTER APPLICATIONS
Circuit Cellar Online offers articles illustrating creative solutions
and unique applications through complete projects, practical
tutorials, and useful design techniques.

WHAT'S YOUR ENGINEERING QUOTIENT?

Test Your EQ•Step up to the plate.

Problem 1Itýs not uncommon for C programmers to write code that resembles object-oriented programming techniques. The following structure is a good example of a C implementation of an object. Why would a C++ class be more efficient in terms of data space than this C construct?

struct c_obj {
int x, y; 
void (*create)();
void (*show)();
void (*hide)();
void (*delete)(); };

ANSWER Go


Problem 2What is the best way to traverse elements linearly in an array?

ANSWER Go

4-00

Click here to get your listing up.

Copyright © 2003 ChipCenter-QuestLink
About ChipCenter-Questlink  Contact Us  Privacy Statement   Advertising Information  FAQ