User profile: Stewbond

User info
User name:Stewbond
History
Joined:
Number of posts:2796
Latest posts:

Linux GUI Lib + Compiling multiple files
Guess what? WxWidget is an extension to Qt! Also, Qt can be installed in Visual studio if you are...

pass string to double
[code]#include <sstream> double str2doub(std::string str) { double d; std::stringstream iss (st...

Linux GUI Lib + Compiling multiple files
Try using QtCreator. It is an IDE which handles multiple files like you had with Visual Studio. It...

Installing/Testing changes to a WM
Solution: [code]$ git clone git://git.gnome.org/mutter mutter $ cd mutter <make code changes> $ ./...

Installing/Testing changes to a WM
Got a little further. The original window manager is install in [tt]/usr[/tt] ([tt]/usr/bin, /usr/...