Systems Architecture
Systems Architecture
7th Edition
ISBN: 9781305080195
Author: Stephen D. Burd
Publisher: Cengage Learning
bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 3, Problem 3RP

Explanation of Solution

Microsoft Foundation Classes (MFC):

  • Microsoft foundation class (MFC) library acts as a wrapper of windows API.
  • These C++ object-oriented classes include the functionality for use in default framework application.
  • With the use of MFC, the programmer can create object and call functions of the windows library instead of calling windows API.

Data Structures that are supported:

  • All the data structures are supported by the framework of MFC library but Array, Linked List, and Map are the most popular ones.
  • The data structures can contain a variety of objects and predefined types.
  • These collections are dynamically sized.

Recommended data types:

  • The data types that can be used in array are primitive like byte, integer, double, string, and pointer.
  • The data types that are used in linked list are heterogeneous set of primitive data types or objects of class types.
  • The data types that are compatible to be used in map data structure are Word, String, and Pointers.

Classes and methods:

  • CArray:
    • This is the class that supports in creation of a dynamic array...

Blurred answer
Students have asked these similar questions
Compare the data binding mechanisms in popular programming languages like Java, C#, and Python. What are the commonalities and differences?
It is possible to build what is known as an abstract data type (ADT) by defining it in terms of other data structures that are already in existence. What are some of the advantages of using ADTS? How does one's genetic makeup affect their ability to solve problems?
Explore the role of data binding in reactive programming paradigms, such as in the context of RxJava or RxJS.

Chapter 3 Solutions

Systems Architecture

Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
  • Text book image
    Systems Architecture
    Computer Science
    ISBN:9781305080195
    Author:Stephen D. Burd
    Publisher:Cengage Learning
Text book image
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning