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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:33:40+00:00 2026-06-14T06:33:40+00:00

double x = 0,1; doesn’t compile (tries on on MSVC9.0). The error is C2059

  • 0
double x = 0,1;

doesn’t compile (tries on on MSVC9.0). The error is

C2059 syntax error : 'constant'

I do realize that there’s a comma there instead of a point, but shouldn’t the line above be interpreted as the following?

double x = (0,1); //which is double x = 1;

Incidentally, the initialization compiles successfully with the parentheses.

I was thinking along the lines that operator , has a lower precedence than operator =, but in this case = is no operator, so this shouldn’t be an issue. What syntactic rules determine that

 double x = 0,1; 

should be illegal?

  • 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-14T06:33:41+00:00Added an answer on June 14, 2026 at 6:33 am

    During declarations, the comma in the absence of parenthesis is treated as a separator between declarations. For example:

    double x = 0, y = 1;
    

    or

    double x = 0, y;
    

    What you typed is the equivalent of

    double x = 0;
    double 1; 
    

    Which is obviously not correct.

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

Sidebar

Related Questions

Why doesn't C++ support unsigned double syntax?
There doesn't seem to be a question for this, and it seems strange that
Why doesn't this compile? I suppose there are ways to work around this; just
I am trying to write a regular expression that doesn't allow single or double
This behaves as wanted: double t = r[1][0] * .5; But this doesn't: double
The following code in C# doesn't work: int iValue = 0; double dValue =
Is double buffering (in java) possible with awt? Currently, I'm aware that swing should
I understand that double posts has been a problem with forms forever. I am
Is there any way to access automatically any Log in Logcat by a double
There is this code: #include <iostream> template<const double& f> void fun5(){ std::cout << f

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.