Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
shinySky438yit's from one assignment of last year's "advanced introduction to c++" course, my teammate was apparently just making sure not to forget a semicolon :D
-
c // our variable, short for counter.
+ // a symbol commonly used to add things, also known as 'plus'
= // an assignment operator, which adds a value when combined with a plus.
1 // one. Less than two, but a bit more than zero. This number serves as an incrementor here.
; // the end of our line.
Related Rants
I have the strange feeling my teammate likes python more...
undefined
c++
python