Basically, I'm trying to make a stopwatch to run on a computer. When we have meetings at our company, we would use it as a count-down to the meeting start. Or, on...
So after letting it run for an hour, the timer seemed to be about 4 minutes too fast (i.e. after letting it count down for an hour, it finished about 4 minutes too quickly).
Ok, so my boss asked me to build a business case for a sandbox development environment (we have Dev, QA, and Prod). This would be a fourth box to mess around in and would not impact those three.
...
It's a proprietary tool that comes with the application that allows us to access the database without needing to log into the db server. It sits on the app server. I just...
Yes - there are also some other good resources out there. I don't want to advertise other sites, but I think it would be fair to mention this one if you're into Java: http://forum.java.sun.com -...
I suspect that it's highly unlikely you'll get an answer for that here. Do you have IBM support? That sounds like something you should call IBM about - after all, you're talking about...
Well, there are a couple of things you'll need to do. C++ is a good language to start with (in my opinion) because much syntax in other languages is taken from this one. The only down side is that...
Yeah, I was looking at that. Most of those look like they've been settled out of court, unless I'm reading them wrong (though there is one court verdict from Germany). And I tend to agree with the...
"free as in speach" is a pretty common term for open-source (as opposed to "free as in beer"). And you can charge as much as you like for any software you've built or adapted from GPL - as long as...
I'm not sure I have that much time, but like I said - if you have some specific questions about specific classes or design issues, feel free to ask about them. I have my own load of design and...
You're the only one who's going to know what all the methods will be. No one else knows the system you're designing or what you need. We might, however, be able to help if you have some specific...
Ok, so I want to fiddle around with Fortran to see if I can figure out the language. I've done some searches for Fortran compilers but am a little confused about the results. I'm looking for a...
Oh, and what darwen said is also a good point. There's no reason you can't teach yourself additional languages on your own. If you want to be a programmer, you'll almost certainly want to do that. ...