The question author has started a similar question in the following links.
http://www.experts-exchange.com/Programming/Languages/Java/Q_21808748.html
Most of the conversion problems are solve...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22770207.html
Zones:
C++,
Java,
JNIDate Answered: 03/18/2008 Rating: 8.8 Views: 4
Hi
How does socket programming works. Assume, i have one process which creates a socket and bind it to some port so that kernel can send incoming packets to that process. As soon as a request co...
http://www.experts-exchange.com/Programming/Languages/C/Q_23136206.html
Zones:
C,
Linux Dev,
C++Date Answered: 02/05/2008 Rating: 7.8 Views: 0
How to capture incoming and outgoing mails in lotus domino (>6)? I started to check the Agent technique (deriving from AgentBase) but I'm not sure if I can also capturing outgoing mails too. I'm se...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Lotus_Domino/Q_2316...
From my early years, I know that any time a process is designed to "poll" a port, table, other resource, it takes a toll on the CPU. I would think that with code in memory that gets triggered from...
http://www.experts-exchange.com/Programming/Theory/Software-Design/Q_23214433.html
Experts,
I have an installer for an application that i want to deploy to many computers over a network. When you run the installer, there is a license agreement and after clicking 'I Agree' you ch...
http://www.experts-exchange.com/Programming/Languages/Q_23773867.html
Zones:
Languages,
C,
JavaDate Answered: 09/30/2008 Rating: 6.4 Views: 0
OK I have a final tomorrow and one of the study questions is as follows:
Devise an O(|V |+|E|) algorithm which takes a directed acyclic graph (DAG) G = (V, E)
and returns the number of distinct...
http://www.experts-exchange.com/Programming/Algorithms/Q_23974895.html
Hello,
I am calling a C program from my Java code, by using the exec method. I have pasted below my code. This code works fine if there are no errors while executing the c program. But if there ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20403595.html
Zones:
JavaDate Answered: 11/20/2002 Rating: 9.2 Views: 0
Yeah I was just wondering.I been doing java for alttile while now and I figure I would teach my self another language and I picked c as the language I want to learn.But so far as what I have learne...
http://www.experts-exchange.com/Programming/Languages/C/Q_20451804.html
Zones:
CDate Answered: 01/10/2003 Rating: 8.0 Views: 0
Originally I am using MFC, but now request to run on all platform,
Can C or what kind of C do it?
OR I need change to java.
http://www.experts-exchange.com/Programming/Languages/C/Q_21757710.html
Zones:
CDate Answered: 03/29/2006 Rating: 7.2 Views: 0
This is a detailed design problem that I try to solve an a clean way:
- we have an application that can be accessed remotely by a configuration tool to change settings.
- All the settings are s...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_22894801.html