N
N
nelya_nelya_nelya2016-09-21 22:41:04
C++ / C#
nelya_nelya_nelya, 2016-09-21 22:41:04

Why doesn't unsigned long double* work in c++?

It is necessary to make an indefinite pointer on assignment and use it to refer to another variable. This option works for me unsigned short int* nevyzvkaz = (unsigned short int*) &C; but with the long double type, nothing works for me, but is it possible and how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Ocelot, 2016-09-21
@nelya_nelya_nelya

There is no unsigned long double type in C++. Signed and unsigned only apply to integral types, real types are always signed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question