06-03-2012, 12:22 PM
Ok guys every compiler and so many programs has this functionality, like drag a mp3 file on media player and it plays it. Drag a text file on notepad and it opens it. Drag a .cpp on compiler and it compiles it. This feature is every where but what is it called and how to implement it in my program. Is it pure c++ feature or windows functionality?