cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
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
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; ...