c++ Error C4996 VisualStudioComunity15
Well, i have tried to combine 2 things in one, ive got some errors and solve them,but now im stuck... i cant compile the code because of this error... Those 2 things are 2 previous questions that i had on this site: 1) https://www.sololearn.com/Discuss/794515/how-can-you-output-something-as-a-superscript-and-subscript-in-c >>helped by Babak Sheykhan 2) https://www.sololearn.com/Discuss/815290/c-printing-the-correct-number-of-decimal-points-with-cout >>helped by Kinshuk Vasisht I have been reading about it in several places: https://stackoverflow.com/questions/19079482/error-c4996-std-copy-impl-function-call-with-parameters-that-may-be-unsafe https://stackoverflow.com/questions/38060411/visual-studio-2015-wont-suppress-error-c4996 Ive tried those ideas and couldnt figure it out what am i doing wrong, at some point i was getting more errors then the first place, so i belive i should let the code where i belive im doing smth wrong. IDE Visual Studio Community 2015 Here is the code with the issues: https://code.sololearn.com/c6b7m100D9Jv/#cpp Any solutions, ideas, or advice to change something(or to try different)...are welcome as always :)