NeoAnomaly

Results 6 comments of NeoAnomaly

@Xottab-DUTY, are you knowing the host/port/username/pass of your server? In my mind, If you haven't had an email client on your computer yet then you have used a web-client. It...

I mean, to send an email you gotta use an email server(smtp). Own mail client will take user to enter an email server settings(minimum 4 values I wrote above).

In the current codebase it will take implement different method to take screenshot of the our app window. It's easier than trying to modify current method(because of multimon part of...

It's not a bug, it's an OS feature :) Heap exceptions treated as critical errors and handled by the kernel itself(send info to WER then terminate process) and didn't dispatched...

That expression is used because the std::numeric_limits::min returns for floating-point types with denormalization the _minimum positive normalized_ value. For example: ``` std::numeric_limits::min(): float: 1.17549e-38 or 0x1p-126 double: 2.22507e-308 or 0x1p-1022...

Yes, we can... and remove type_zero. IMO, it's absolutely useless )