Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7913855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:56:25+00:00 2026-06-03T13:56:25+00:00

From what I understand, using Wiki and this question I posted, Microsoft has its

  • 0

From what I understand, using Wiki and this question I posted, Microsoft has its own compiler called VC++ which is included in the .net framework along with many other things. And it can make very good applications, due to the following reasons (among others):

  1. We can use a very good and extensive libray in it called the Base CLass Library
  2. When compiled, it produces a platform independent portable intermediate code called bytecode (also known as Common Intermediate Language). This CIL is a Microsoft implementation of the Common Language Infrastructure specification (CLI).
  3. Among other types, we can make Win32 applications which are called so, as they are made of 32 bit memory addresses. Also, win32 prog. include programming with all kinds of gui elements.

Am I right? Now, my questions

  1. What is the realtionship between mfc and bcl.
  2. What is the relationship between cts and cil.
  3. Does the definition of Win32 programming focus more on applications having 32 bit addresses” and less on “apps including gui elements” or is it vice versa?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T13:56:26+00:00Added an answer on June 3, 2026 at 1:56 pm

    First of all, one of the main differences between programming with the BCL and Win32 is that the BCL is used for managed code (for the CLR) and Win32 is used for native code. Using C++/CLI, you can write code of both kinds.

    1. MFC is Microsoft Foundation Classes, it basically wraps the Windows API into an object-oriented Framework. It is usually used by native C++.
      The BCL (Base Class Library) is similar in that it is also a collection of classes for common usage, but it is designed for usage by CLR Languages, such as C#, VB.Net or C++/CLI. So the two are not really related, they serve a similar purpose, but they are designed for different platforms.

    2. The CTS (Common Type System) is all about type definitions, type safety and how values are represented.
      CIL is the Common Intermediate Language, so every type you define in any language will be compiled into CIL code, which must comply with the rules defined by the CTS. This ensures other CLR Languages can use that type no matter which language was used to create it.

    3. The name Win32 these days doesn’t really say anything about the number of Bits. Its roots are in 16-Bit windows and it also supports 64-Bit windows. So it’s an old name, that is still in widespread use. You can also call it “Windows API”. To address your question, it focuses on neither. As the name says, it is just a native API for applications running on windows. You can create GUI Elements, access system resources and features and much more. A Windows application doesn’t need to have GUI Elements.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

From what I understand by using code like this: NSURL* appUrl = [NSURL URLWithString:
I am using DBus in a project. I understand from DBus specification that for
I am writing a C++ extension for Python using SWIG. From what I understand
I'm using opencv2 c++ interface. I want to understand how convert color from Scalar
Using a delegate I can call any function asynchronously. From the documentation I understand
I understand this might be a very basic question. Windows Azure needs me to
From this Wikipedia article: http://en.wikipedia.org/wiki/Hamiltonian_path_problem A randomized algorithm for Hamiltonian path that is fast
From what I understand using something like require_once will essentially copy and paste the
I'm trying to understand shaders using libgdx, coming from an XNA/HLSL background. I'm trying
I am working on an ASP.NET MVC application and using jQuery. I understand from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.