Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~964 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for jonamasa

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 …

Member Avatar for jrcagle
0
265
Member Avatar for jonamasa

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 …

Member Avatar for hollystyles
0
63
Member Avatar for jonamasa

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, …

Member Avatar for Ezzaral
0
187
Member Avatar for snakai415

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 …

Member Avatar for snakai415
0
449

The End.