hi, i'm trying to create a program that controls an electronic board. I need to refresh data every 1/4 of a second, i wanted to use an interupt routine, is this possible? ( without an external command). Also, if c++ works like an assembler program, i wont have access to the data, will i need to save it (in a .txt for example) so that i can modify it and use it whenever needed?