I'm currently learning C in a Linux OS but I've already learned a lot of C++ in MSV 6.0. The question is though, how do I use graphics and their libraries in Linux C and MSV C++ and how do I translate the C++ command: flush, in Linux C. Can anybody help me along with some info. I need it to start on my case study.



LinkBack URL
About LinkBacks



flush() is a standard C function and is thus also available in both platforms. Have you had trouble getting it to work?