Progress indicator on devc++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Progress indicator on devc++?

How to make it?

19th Feb 2020, 12:32 AM
Edwin Bg
Edwin Bg - avatar
1 Answer
0
++ increases the value of the variable by 1 meal. For example: #include <iostream> using namespace std int main() { int x = 15; cout << "The answer: " << x++; // The answer will be 16, because 15 + 1 = 16 }
19th Feb 2020, 8:04 PM
Флуззи Диксон
Флуззи Диксон - avatar