Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » Dumb bug. Improper use of Null
Dumb bug. Improper use of Null [message #52318] |
Thu, 05 September 2019 12:13  |
 |
koldo
Messages: 3432 Registered: August 2008
|
Senior Veteran |
|
|
int a = Null;
int64 b = a;
if (IsNull(b))
Cout() << "I wanted this";
else
Cout() << "Oh no!";
Best regards
IƱaki
|
|
|
Goto Forum:
Current Time: Wed Apr 30 00:51:11 CEST 2025
Total time taken to generate the page: 0.00576 seconds
|