linux kill all process of a user

C++
kill -9 3827

kill -9 3919

kill -9 10764

kill -9 11679ps aux | grep chromekill -9 -1
Source

Also in C++: