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 8021125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:53:11+00:00 2026-06-04T21:53:11+00:00

To handle platform specific code between Mac and Windows, WIN32 and APPLE are the

  • 0

To handle platform specific code between Mac and Windows, WIN32 and APPLE are the terms to use, right?

So, thw code would look like this:

#ifdef _WIN32
    // Windows code
#endif
#ifdef __APPLE__
    // Mac code
#endif

What about Linux ?

How can i do that for all three? right

  • 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-04T21:53:14+00:00Added an answer on June 4, 2026 at 9:53 pm

    It’s similar:

    #ifdef __linux__
        // Linux code
    #endif
    

    Since you are going to have either one of these three defined at a time, this should be ok for all three.

    List of defines.

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

Sidebar

Related Questions

I handle commands inside a RoutedCommand class that implements RoutedUICommand. This would help me
Is it possible to handle this event in some way? What happens in terms
What is a Handle when discussing resources in Windows? How do they work?
I use DirectInput to handle input devices, I enumerate devices and elements on each
How do you handle a bug in a specific SDK version in a released
I would like to integrate with the Windows Phone 7 browser so that when
How does the iOS platform handle memory-mapped files during low-memory scenarios? By low-memory scenarios,
I'm working on a small platform abstraction layer that I intend to use as
I'm using SMACK library (JAVA) to handle XMPP connection on an android platform and
2.0 + MinGW32 + Windows platform + Netbeans IDE to create my application. i

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.