I am solving a basic problem but I am stuck. I don't use C++ but I must..
I am making a program that takes inputs (double) and does some mathematical operations (which are not important to this issue).
I need all inputs via CMD line. I know i can use this:
cin >> v1 >> v2 >> v3; //etc
But I dont know how many numbers the program will take. The program will stop when user sets a specific number.