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 TouchToneTommy 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: Andycapp
  • Content: Threads
  • Order by date
  1. Andycapp

    Renaming files via C++ ; Is it possible ?

    Background: I'm currently working with scanning images on to tif-files. The only problem is that once I've finished scanning a book, I need to rename each file with the ending "_001". This due to the software which will be processing these images afterwards. So I thought I might make...
  2. Andycapp

    String -> int Conversion ?

    Hello fellow programmers... I would like to know if there's any good way to convert a string to int ? An example: void main{ string Numbers; string Temp; int Number; Numbers = &quot;12345&quot;; Temp.assign(Numbers,0,1); //assigns the first number in the string to Temp cout <<...

Part and Inventory Search

Back
Top