Home > Back-end >  Want to ask, VS2019 how to use the plural types?
Want to ask, VS2019 how to use the plural types?

Time:10-07

Header file includes complex. H define double complex z=5 + 5 * I complain?

CodePudding user response:

Can't, is expected in the future VS version also impossible, because Microsoft development team for this function (or C language itself) is not very interested in,

CodePudding user response:

refer to the original poster C_Y990821 response:
header file contains complex. H define double complex z=5 + 5 * I complain?

For includes complex. H

CodePudding user response:

reference 1st floor apkipa1 response:
no, is expected in the future VS version also impossible, because Microsoft development team for this function (or C language itself) is not interested,

Thank you bosses, so VS if want to undertake complex type definition and calculation only write their own code?

CodePudding user response:

reference C_Y990821 reply: 3/f
thank you bosses, so VS if want to undertake complex type definition and calculation only write their own code?

In theory, yes, but if your VS support clang as backend, then you can use clang to bypass vs. the default back-end compiler, to native complex operations (, but it is not completely calculate VS).

CodePudding user response:

reference 4 floor apkipa1 response:
Quote: reference C_Y990821 reply: 3/f

Thank you bosses, so VS if want to undertake complex type definition and calculation only write their own code?

In theory, yes, but if your VS support clang as backend, then you can use clang to bypass vs. the default back-end compiler, to native complex operations (, but it is not completely calculate VS),

Ok, thank you

CodePudding user response:

https://docs.microsoft.com/en-us/cpp/standard-library/complex-class? Redirectedfrom=MSDN& View=v - 2019
To use the plural, include the header file # include & lt; Complex>
  • Related