Designing a visual stimulation task in C++!

Dear all,

I am new to C++ and for some reason I had to switch from Matlab to C++. Hope that I can get some useful hint for this question. I am trying to design a psychological task for visual stimulation. The task looks like this:

There are let's say 20 .bmp images (frames) which appear one-by-one following each other. The duration that each frame stay on screen is about 0.05sec. SO it takes 1 sec to complete a cycle and then this cycle repeats for certain time (let's say 1 min).

Please not that I do not want you to write the exact code. I really REALLY appreciate any hint.

:)

Last edited on
Use some graphics lib like SFML or SDL. It will seriously ease your life.
http://www.sfml-dev.org/ ← SFML site.
Topic archived. No new replies allowed.