Re: which framework



Rainer Weikusat <rweikusat@xxxxxxxxxxx> writes:

Måns Rullgård <mans@xxxxxxxxx> writes:
josh <xdevel1999@xxxxxxxxx> writes:
On 23 Apr, 06:19, Bill Pursell <bill.purs...@xxxxxxxxx> wrote:
On Apr 22, 9:26 pm, josh <xdevel1...@xxxxxxxxx> wrote:
Hi, after learning c++ base language I'd like to programming with a
complete c++ framework for Linux (like Java has) , but I don't know
what to choose between qt and gtkmm.

[...]

No, I'd like to know which of these two APIs are best to having a
complete set of libraries like Java has. GUI, File, db access and so
on...

I'm puzzled as to why people want wrappers for everything. What's so
terrible about calling the real thing directly?

'Paint the thing green and call it something else' (metaphorically
speaking) is a well-established problem-solving approach of
theoretical compurer science.

I prefer calling it problem creating. At least that's all it's ever
done for me.

And they teach that to innocent minors.

Indeed they do.

--
Måns Rullgård
mans@xxxxxxxxx
.



Relevant Pages

  • Re: JNI and Java Threads
    ... > I have written a native implementation in C, and a java wrapper class. ... > single thread, however, my application requires calling the wrapper ...
    (comp.lang.java)
  • Re: Java <-> MFC?
    ... The installation process for my MFC app couldn't add the ... calling DestroyJavaVM() isn't helpful - it doesn't return - hints in the ... Java application to terminate, which they aren't going to; ...
    (comp.lang.java.programmer)
  • Re: Sub types in Java
    ... >Colour to get the color itself (for use with fx JPanel and paint), ... >so by calling Colour, Red, Blue and Green are set to the ... but is it in any way possible for Java? ... You might want to have accessor functions for the properties (which ...
    (comp.lang.java.programmer)
  • Re: Java <-> MFC?
    ... The installation process for my MFC app couldn't add the ... whether the spawned Java app exists and is doing anything useful). ... ends up in a call of System.exit; which takes down the calling C++ ...
    (comp.lang.java.programmer)
  • JNI and Java Threads
    ... I have written a native implementation in C, and a java wrapper class. ... single thread, however, my application requires calling the wrapper methods ...
    (comp.lang.java)