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...
Thanks for your effort, Maladon!
But I can't get any of these commands to work...is there some header-file I'm missing ?
I'm using Borland C++ v5.02 ..
Your help is greatly appreciated !
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 = "12345";
Temp.assign(Numbers,0,1); //assigns the first number in the string to Temp
cout <<...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.