Hello, i have to do a program in C++ and i need to use a an array in a while-loop (where i dont know how many times it will loop). i tried to write: "double X[]", also "double x[int]"
always get an error!! i cant write "double x[10]" for example because the loop might be MORE than 10 times
please reply as soon as possible, i'm already overdue :(