Hello there, this is my first post in this forum. Recently i started learning c++ from this E-book http://www.amazon.in/Ivor-Hortons-Beginning-Visual-2012/dp/1118368088 . From what the author mentioned i learned that visual c++ use managed c++ rather than native language. I dont know if this will make a significant difference in how the program is coded. So now am learning to code console apps using visual c++ 2012 IDE. I wanted help with making a console app which can terminate a specific app shown in the task manager. When i tried googling most were topics on Process ID's and so on .. Someone kindly help me with this.