Lol. Udobot is written in c++, but it uses the clr (.net framework; aka c++/cli).Quote:
Udobot was written in C++, and as you can see in the screenshot that I posted, mine is in C#, you may don't know the difference, but it is!
You could just copy and paste that code and fix the syntax error which is not hard (private: System::Windows::Forms::Label^ label2; would become private System.Windows.Forms.Label label2; ). From what I've seen Udobot uses only such methods and none of the c++ standard library. So your argument is pretty useless. But I don't want to say that you did c&p the code (which according to your screen you didn't).