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
int sum = 0
int sum = 0
Nov 16, 2015 at 3:09am UTC
XMIT10
(8)
Please forgive my ignorance ... I'm just looking for a brief understanding of what int sum = 0 does in c++
No code input at
this
time .....
Nov 16, 2015 at 3:14am UTC
koothkeeper
(429)
This statement defines an integer named sum and assigns zero to it.
Nov 16, 2015 at 3:20am UTC
XMIT10
(8)
Thank you koothkeeper !
Makes perfect sense .
My searches for info on this produced vague results.
Many thanks for your assistance / clarification.
Have a nice evening.
XMIT10
Topic archived. No new replies allowed.