Good lib to change window style | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Good lib to change window style

Let's say I want to create app with customized windows and widgets. If it's multiplatform it is better. I could go with Qt but you need license and that seems costly for commercial use. Also using opengl is not exactly possible.

12th Jan 2017, 1:49 AM
John
3 Answers
+ 1
Well i actually meant multiplatform code. Not binary. So I want one code that would be translatable (without many ifdefs etc.) to multiple platforms. Qt can do it for example.
15th Jan 2017, 11:24 PM
John
0
you cant really design multiplatform in c++. since you are using the hardware, you have to directly compile on that hardware, too. same if you want to change window characteristics: you do them different depending on the OS/Kernel
13th Jan 2017, 12:57 AM
Abraham Soeyler
Abraham Soeyler - avatar
0
then don't use C, use java for this kind of work. it is run on a vm, so you can have one code for all systems
15th Jan 2017, 11:26 PM
Abraham Soeyler
Abraham Soeyler - avatar