developing a project in vc++ mfc/sdi....i want that my array changes after some miliseconds.....i have to make combinations of array so it is a very big problem to deal with....can any on help me how to change my output after desired miliseconds.
You have to start a timer and count milliseconds, and after some out have a timeout signal. I know how to do this in Qt, where there's a QTimer class for that purpose. Try to find some timer class in MFC.