Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cag27
  • Order by date
  1. cag27

    inetd.conf and tcpd question

    Thank you both for your suggestions -- it turns out that I was making this much more difficult than it needed to be. Since inetd has already set up the server to listen on an assigned port, and tcpd checks all potential clients that try to connect with that server, all I had to do was add this...
  2. cag27

    inetd.conf and tcpd question

    I am in the process of writing a Linux server program (written in Perl) which makes a socket connection with a Windows NT client program (written in Visual Basic). Once the client connects to the server, the client passes information read from a file through the socket connection to the server...
  3. cag27

    inetd problem

    I did update inetd with the 'kill' command -- the client/server socket connection itself works fine (the two machines are communicating), I just can't figure out how to pass data from the VB client to the Linux server. In researching this, I did come across a website which said: "INETD...
  4. cag27

    inetd problem

    This should have been included in my previous post -- what I'm looking for is the &quot;inetd&quot; equivalent of the <$new_sock> handle in the above code; I am not sure how to refer to the server-side socket using the inetd configuration. Thanks again, Carrie
  5. cag27

    inetd problem

    My question encompasses quite a few different forums, but since I'm having problems with Perl on a Red Hat Linux machine, I'll try here first. Basically, I have a Linux server program (written in Perl)making a socket connection with a Windows NT client program (written in Visual Basic). Once...
  6. cag27

    floating point comparison

    Zyrenthian and smaniraja, Thank you both for your suggestions--I went with the second option of just adding the 'f' to 0.01 in my while comparison, and it works great! I knew that there had to be some simple way to fix the problem, and there was! Thanks again. Carrie
  7. cag27

    floating point comparison

    Just a quick question--is there a way to do an accurate comparison of floating point numbers? Here's an excerpt of the code that I'm working on: //this while loop will be executed if the user //enters a negative or zero value as a check //amount while( *ptr < 0.01) { printf(&quot;Please...
  8. cag27

    Disabling menu items

    Thank you so much for your help--once you pointed out what I had been doing wrong, everything fell into place and it now works perfectly. Carrie
  9. cag27

    Disabling menu items

    I have scoured this FAQ and all documentation that I could find on this subject, tried several suggested changes, and I still cannot disable a selected menu item! I am working on an MFC AppWizard executable program using Visual Studio 6.0. Here is the code that I currently have: In my App .h...

Part and Inventory Search

Back
Top