std::cin input being skipped?I've created a new empty project and filled it with this code. It still skips the second input thoug...
std::cin input being skipped?Neither of those were valid lines of code. :/
std::cin input being skipped?Some input is being skipped and it sets the variable to null or empty or something. Here is the rele...
How do i print this series??Need your helpHow about you give it a whirl and report back with your code if you still need help.
Warning C4244Maybe its because you use the assignment operator(=) instead of the equal to operator(==) in line 16...