News

I am looking to create a simple GUI that would assist me in generating ASCII files. My only experience with creating a GUI is using Java, and C++/SDL. I would prefer not to use Java, and C++/SDL ...
I can easily do this in Java, but have never done any sort of GUI in C++. Is it possible to combine the two, meaning Java GUIS and the rest of the program in C++? Or do I need to do it all in C++.