getting started with making event-driven applications in Dev C++ -
i newb developing a windows c/c++ program in dev c++ logs system activity when link down. want acquainted developing event-driven applications.
to learn, making simpler program
1-- ping_a_server() periodically , knows state of link
2--a nothing in normal state
2--b appends file "serialno,time" periodically long link down
2--c sends file when link up
i newb, unfamiliar real-life programs. please tell me how implement above components 1 , 2 (threads, maybe?) , point me resources learn them.
you should start resources listed on wiki: http://en.wikipedia.org/wiki/event-driven_programming
Comments
Post a Comment