![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Hobbyist Programmer
Join Date: Mar 2005
Location: United States
Posts: 124
Rep Power: 4
![]() |
Re: problems with CopyFileEX
hmm, didn't think of that. However, if that was the case then shouldn't the second method (not using the float variable) work?
I'll continue to mess with it and see if I can pull something out...
__________________
Learning to use C++ and loving every minute of it. |
|
|
|
|
|
#12 |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 164
Rep Power: 4
![]() |
Re: problems with CopyFileEX
No, the second method will still have exactly the same problem, because when it's a problem with dividing an integer by another (at least it is in C#) it doesn't matter what you do, the result is an integer, and with the numbers you divide it's going to be either 0 (if transfered is less than total) or 1 (if transfered = total).
At least again, that's my (possibly completely wrong) guess. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| std::cout problems | rwm | C++ | 6 | Jul 2nd, 2007 2:39 AM |
| problems loading 2 dlls in Delphi7 | nico765 | Delphi | 0 | Jan 7th, 2006 3:03 PM |
| 2 problems on permutations | alejandrito | Assembly | 0 | Dec 15th, 2005 3:07 AM |
| New Switch, FTP Problems | ViOLATiON | Coder's Corner Lounge | 6 | Sep 13th, 2005 1:44 PM |
| C++ and Fortran Compilation problems | wallygato11 | C++ | 0 | Jul 8th, 2005 10:44 PM |