I need to change maximum values to order. First in order will be maximum value and maximum value - 1. (100, 99, 100) must be equal to 1. It will be [5, 55, 1, 2
I wrote a program that has the trait Animal and the struct Dog implementing the trait. It also has a struct AnimalHouse storing an animal as a trait object Box&
My new project folders are all created in the c:\users\username folder, i want all environements to be in another partition's folder as G:\projects. In the Angu
I have a div contenteditable in my web page. When you type some text inside the div contenteditable, the text is reproduced in a hidden textarea for the post t
My CMakeLists.txt can take variables and values when the user specifies them on the command line in the usual form -Dname=value. E.g. % cmake -DmyVariable=someV
I am trying to run a bubble sort algorithm which sorts an array in an ascending order but it comes out with segmentation fault in the online compiler and I can'