No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi, I have a class [inlinecode]SubDevice[/inlinecode] with a function [inlinecode]action[/inlinecode]. For each instance of SubDevice I want to define another action, so it's a parameter of SubDevice's class constructor. Now some of the action functions need additional parameters, but that's normally not a problem because I can write something like … | |
Hi, my fitness trainer just asked me to create a homepage for him in exchange for some free hours of training. Now he really can't expect too much as fitness training isn't that expensive, but I know HTML, CSS and Javascript, so I thought I might do something simple and … | |
Hi I downloaded a simple Java application using Spring, which works in Eclipse if I manually add the needed jar libraries. However, I would rather use the existing [I]build.xml[/I], which includes the libraries via [code]<fileset dir=...>[/code] and [code]<include...>[/code] nodes. If I rightclick the [I]build.xml[/I] and click on Run As->Ant Build, … | |
Re: Ternary expressions are actually just an elegant way of writing simple if...then...else expressions, so you could of course also write [code] if (p==true) intP = 1; if (p ==false) intP = 0; [/code] I don't know, if you have already learned about manipulating bits using and, or and xor, but … |
The End.