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: *

  1. baash05

    checking if a string is a positive decimal number

    why not use atof float value = atof(principal); //if user entered text then the value = 0 //if the user entered neg number then the value < 0 if(value <= 0) { cout<<"Principal is NOT a Positive Number"<<endl; cin>>principal; }
  2. baash05

    How to build an Instant Message App

    Hey, I'm looking to build an Instant Message app simular to Trillian (it lets you use a bunch of different IM accounts). I'm wondering if anyone has dabled in the IM world and if so if they could give me a lead on at least where to start with the app. I'm assuming it uses sockets but I don't...
  3. baash05

    Is C++ the correct language for me to be using...

    I'd actually go the other way. I'd have an app that runs on your system. Have the mail go to a specific account. Write a little mail application that collects all email sent to the account. When the app receives an email it would import it into the spreadsheet without you needing to press...
  4. baash05

    How to set default printer's page length?

    I need to print a pdf so I shell it to the adobe on my system. (seemed easiest). Problem is that when I shell a legal sized doc and my systems printer is set to do leter it adjusts the image and prints it at around 75% of normal so the image fits on the paper.. This is not acceptable. I am...
  5. baash05

    Pushing data to an internet connected palm

    I am looking for a starting point. I've been tasked with learning how to use push technology to get a message to a palm. I'm in need of a tutorial/website/book that could help me learn how to do this. I have written several socket programs for the desktop and PPC and I've written several palm...

Part and Inventory Search

Back
Top