I just have to write a frontend to my program because my professor doesn't like CLI. What should I use? I thought about GTK but I heard it's terrible!.
>>21
It's retarded enough such that calling C++ code from C is impossible unless you (a) don't use classes or overloading, and (b) enclose the entire thing in an extern "C" block.