Language
Any
Platform
Any
License
Any
: You can convert a float to a binary representation if you deal with the integer and decimal part separately to for ex. convert 2.5 to 0010.1001.
: Separate the two parts into two separate integers...
: Given a sequence of numbers find the largest incresing subsequence from left to right.
: eg. if the numbers are: 48 53 27 32 58 25 38
: |__|________|
: the largets...
Use some system specific API for capturing key strokes.
For example Motif or gtk or QT might be allowing that thing.
dragContext, XmNexportTargets, &targets, XmNnumExportTargets,
&num_targets, NULL);
for (i = 0; i drag_site = drag_convert->initiator;...
: iwant to learn xmotifs. Any one tell me about online material available for this
:
I don't think there is much on this.
Try searching for lesstif instead. Its similar to motif and gpl'd I...
Hello All.
I am starting programming Games using C++ and Linux. To do this i
have to use either the GTK or the Motif libaries, and I don't...
Hello All.
I am starting programming GUI's using C++ and Linux. To do this i
have to use either the GTK or the Motif libaries, and I don't have a clue
about them. Could any one offer me a...
Hello All.
I am starting programming GUI's using C++ and Linux. To do this i
have to use either the GTK or the Motif libaries, and I don't have a clue
about them. Could any one offer me a...