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

  • Home
  • SEARCH
  • 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 8805397
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T01:51:18+00:00 2026-06-14T01:51:18+00:00

In my case, I have two layers say core layer and application layer. Application

  • 0

In my case, I have two layers say core layer and application layer.
Application layer depends of core layer.

I want that only core layer should use CRT functions.

In application layer, if any CRT function is used, it should not compile.

Is there any way to achieve this?
For example, direct call to free/malloc should not be made in application layer.

One way which I thought to #define all CRT functions to some error so that Application layer cannot use direct CRT calls (Application layer is including the header files of core layer).

  • 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-14T01:51:20+00:00Added an answer on June 14, 2026 at 1:51 am

    You don’t need to #define all the funcs in CRT. It’s enough to define one of the funcs declared in the header to cause compilation failure.

    Also, look into the CRT headers, most of them rely on some construct of this kind:

        #ifndef "some unique id"
        #define "some unique id"
        /* header body */
        #endif
    

    If you define this unique id, you’ll effectively cause the header not to be included, thus compilation error will occur when trying to use function declared in this header.

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

Sidebar

Related Questions

Suppose you have an application that consists of two layers: A: A data layer
My use case is this... I have a project that has two production branches.
I Have two problem in this Case : I want to pass a JSON
I want to have two EntityManagerFactories ( org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean in this case), with each of
How would I use active record in this case: I have two tables: Users,
I have a case where I need to combine two transparent layers on top
I have three layers in my application: REST interface (JBOSS RestEasy) Service layer (Spring
I have two functions whose underlying logic is the same but in one case
I have two inputs min, max In the case where min=32 and max=46 then
I have two distinct scenarios. One, where there is a many to many case,

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.