cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
% operator HELP!
% operator HELP!
Nov 28, 2013 at 2:55pm UTC
nelyarg
(1)
Does the % operator (the remainder) work with type double variables????
double result=1.654%1.0
Last edited on
Nov 28, 2013 at 2:56pm UTC
Nov 28, 2013 at 3:10pm UTC
MrHutch
(1822)
No. That shouldn't compile.
Topic archived. No new replies allowed.