Hello all.
Am writing a fortran code using the intel fortran ..
Now I want to write a GUI for it. if I use IVF it cannot be used in Linux systems.
So I thought to write GUI in C++ and call my fortran routines from that..
So the question is which graphic library to use with INTEL c++ ???
It needs to be compatible with INTEL C++ and cross platform too..
Please suggest..
Thank you..