1
vote
What’s the best toolchain for Continuous Integration with C++?
Another option might be buildbot.
It's written in python, but is not just for python apps. It can execute any script for doing your bui …
1
vote
What does it take to become a Java expert?
I think in the industry there are slightly different meanings for Java and C++ experts. Usually, Java expertise implies expertise with some set of APIs(such as J2EE), or a set of frameworks, or wi …
1
vote
GLib-GObject-CRITICAL warnings
One thing you can try is pass in --g-fatal-warnings to Gtk::Main, this will cause warnings to assert. You can attach with gdb and maybe figure out some more detail about where this is failing. …
0
votes
Type limitation in loop variables in Java, C and C++
According to the specification, the initialization of the for statement can be a list of s …
