User profile: ssegota

User info
User name:ssegota
Email:ssegota@gmail.com
History
Joined:
Number of posts:10
Latest posts:

Skipping input of elements in line
Good day, I am writing a code in which it would be good to skip some elements in line from file t...

how to Create a primitive type bool array with all elements initialized to true.
When I have to do something similar to this I just run trough the array and change every element to ...

by passing exit c++
What IDE are you using? Try using different IDE and see what happens. As yasar11732 said C++ progra...

Loop
Um, which part of code needs to be run 4 times? I guess if and else? To do so you use for loop. It ...

rpg
Your problem is inside switch statement. You have to write it like variable = variable - n, n being ...