So with my spontaneous acts of stupidity, I decided to ignore the runtime error Visual Studio gave me when trying to run my executable, which I later found out was a potential infinite loop test. Then I decided to run the executable in a windows command prompt, resulting in the "crash" of my program.
The problem is, my program is still running in the background running on an infinite loop, and now I can't close it as Windows recognises it as an exiting process.
if u r looking for how to stop the executable that's running in background.,,open 'Windows Task Manager' , as an administrator, there u'll find the name of your executable. Kill the process & u r done.