How to select number format when writing to file[quote]I can print it to the terminal screen this way: printf("UO_Slope %e\n" ,UO_Slope[CAL_Index][...
Creating Class Objects and Pushing Back to a VectorL 16 - The problem is that Tests doesn't know anything about vec and obj1 , so it can't access them....
IDE+Compiler for LINUXI have a friend who likes KDevelop: https://www.kdevelop.org
Reversing multiple inputsYou need to use a loop. [code] string inputText; while(inputText != "Done" && inputText != "done" &...
loops: countdown until matching digitsif ((input < 11) && (input > 100) How can a number be < 11[b] and[/b] > 100 at the same time ?