Forgot your password?

typodupeerror

Comment: Re:Any 64-bit ints in C++? (Score 1) 378

by jps25 (#38484186) Attached to: ISO Updates C Standard
From the C++11 standard:

The contents of header <cinttypes> are the same as the Standard C Library header <inttypes.h>, with
the following changes:
- the header <cinttypes> includes the header <cstdint> instead of <stdint.h>, and
- if and only if the type intmax_t designates an extended integer type (3.9.1), the following function
signatures are added:
intmax_t abs(intmax_t);
imaxdiv_t div(intmax_t, intmax_t);
which shall have the same semantics as the function signatures intmax_t imaxabs(intmax_t) and
imaxdiv_t imaxdiv(intmax_t, intmax_t), respectively.

Comment: How well does it work for scientific books? (Score 2) 291

by jps25 (#37599062) Attached to: So Far, More Than 50,000 Kindle Fire Pre-Orders Per Day

I'm curious about the Kindle but some reviews I've read on amazon claim that its display size and its weak zoom function make it useless for typical university books (mathematics, computer science).
I have no first-hand experience, so could someone here enlighten me whether it's a viable alternative to paper?

Security

Microsoft Dumps Partner For Fake Support Call Scam 212

Posted by samzenpus
from the don't-let-the-door-hit-you-on-the-way-out dept.
An anonymous reader writes "Microsoft has broken its relationship with one of its Gold Partners, after it discovered that the partner was involved in a scam involving bogus tech support calls. India-based Comantra is said to have cold-called computer users in the UK, Australia, Canada and elsewhere, claiming to offer assistance in cleaning up virus infections. The calls used scare tactics to talk users into opening the Event Viewer on Windows, where a seemingly dangerous list of errors would be seen. This 'evidence' was used to trick innocent users into believing they had a malware infection, and for Comantra to gain the users' confidence. Duped users would then give permission for the support company to have remote access to their PC, and hand over their credit card details for a 'fix.' Security firm Sophos says that internet users have been complaining about Comantra's activities for over 18 months, and it has taken a long time for Microsoft to take action. Comantra's website still retains the Gold Certified Partner logo, although their details have been removed from Microsoft's database of approved partners."

Of what you see in books, believe 75%. Of newspapers, believe 50%. And of TV news, believe 25% -- make that 5% if the anchorman wears a blazer.

Working...