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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:13:02+00:00 2026-05-28T01:13:02+00:00

I am using VC2010. I defined FALSE to be false using #define FALSE=false and

  • 0

I am using VC2010. I defined FALSE to be false using

#define FALSE=false

and then I tried to use it as follows

bool *bPtr;
if(some condition)
*bPtr=FALSE;

the compiler flags FALSE and says “Expected an expression”.

I used false instead of the defined ‘FALSE’ and it accepts it.
I am wondering as what could be the problem.

You might tell me not to define and so not to use FALSE. well, I am not using it.

I just want to know the problem.

  • 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-05-28T01:13:03+00:00Added an answer on May 28, 2026 at 1:13 am

    You shouldn’t put = in the definition statement:

    #define FALSE false
    

    The problem is that the preprocessor will replace every FALSE with =false, so you will have:

    *bPtr==false;
    

    And this is not legal as you see.

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

Sidebar

Related Questions

Is there a way to use the SQL Model (dbml) builder in VS2010 using
I've searched for an answer on google using: The type 'Microsoft.SqlServer.Management.Smo.Server' is defined in
I have an entity defined as follows (code generated by the VS2010 POCO generator):
I'm using MVC2 and VS2010 developing a website and need to use Application State
Im using VS2010 with C# and a WinForm. When a certain condition is met,
I am trying to using Netsuite's PHPtoolkip_v2010.php to add new customer records and define
I'm using VS2010 Beta 2 to debug some multi-threaded code. Love parallel stacks, etc.
This code fails when I try to debug it using VC2010: char frd[32]=word-list.txt; FILE
I'm using VS2010 Beta 2, I have a Complex Type called Address with the
I am using VS2010 C#.NET 3.5 and application settings (the Settings.settings file). What 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.