cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
User: BobD
Public profile
Send Private Message
Users
BobD
User profile: BobD
User info
User name:
BobD
History
Joined:
Mar 26, 2016 at 3:34am UTC
Number of posts:
1
Latest posts:
cout for a double gives -0
I’m using xCode 7.3 on an iMac. This code; double x, y; x = -1; y = 0; ...