Click here to Skip to main content
15,914,386 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: click into view of a website return the content of it Pin
Anonymous10-Jan-05 15:24
Anonymous10-Jan-05 15:24 
GeneralRe: click into view of a website return the content of it Pin
22491711-Jan-05 0:55
22491711-Jan-05 0:55 
GeneralRe: click into view of a website return the content of it Pin
rising_sun_200511-Jan-05 4:31
rising_sun_200511-Jan-05 4:31 
GeneralOverwrite contents of a file Pin
dlarkin7710-Jan-05 9:19
dlarkin7710-Jan-05 9:19 
GeneralRe: Overwrite contents of a file Pin
Shog910-Jan-05 9:33
sitebuilderShog910-Jan-05 9:33 
GeneralRe: Overwrite contents of a file Pin
dlarkin7710-Jan-05 10:25
dlarkin7710-Jan-05 10:25 
GeneralRe: Overwrite contents of a file Pin
Jörgen Sigvardsson10-Jan-05 13:18
Jörgen Sigvardsson10-Jan-05 13:18 
GeneralRe: Overwrite contents of a file Pin
gecool10-Jan-05 22:48
gecool10-Jan-05 22:48 
Hi. I have encountered this problem as well, while working for some projects(writing a dos edit-like app, while handling the swap). As far as I could dig, I learned that one approach is to use a temp file, where you write the stuff you need in the file (which means you read the parts you need from the old file and put it in the temp file along with the new content), delete the original file, and name the temp file as you want. Even if some languages might hide that from you, that's what's happening underneath ...
GeneralPrint Preview Pin
act_x10-Jan-05 7:53
act_x10-Jan-05 7:53 
GeneralAccessing/ updating document data in a separate class Pin
help_wanted10-Jan-05 7:11
help_wanted10-Jan-05 7:11 
GeneralRe: Accessing/ updating document data in a separate class Pin
act_x10-Jan-05 8:07
act_x10-Jan-05 8:07 
GeneralRe: Accessing/ updating document data in a separate class Pin
help_wanted10-Jan-05 8:37
help_wanted10-Jan-05 8:37 
GeneralRe: Accessing/ updating document data in a separate class Pin
Iain Clarke, Warrior Programmer10-Jan-05 8:21
Iain Clarke, Warrior Programmer10-Jan-05 8:21 
GeneralRe: Accessing/ updating document data in a separate class Pin
help_wanted10-Jan-05 8:36
help_wanted10-Jan-05 8:36 
GeneralRe: Accessing/ updating document data in a separate class Pin
Iain Clarke, Warrior Programmer10-Jan-05 9:50
Iain Clarke, Warrior Programmer10-Jan-05 9:50 
GeneralFileTimeToSystemTime question Pin
Shay Harel10-Jan-05 7:00
Shay Harel10-Jan-05 7:00 
GeneralRe: FileTimeToSystemTime question Pin
basementman10-Jan-05 7:21
basementman10-Jan-05 7:21 
GeneralRe: FileTimeToSystemTime question Pin
Shay Harel10-Jan-05 8:57
Shay Harel10-Jan-05 8:57 
GeneralConversion class Pin
Renjith Ramachandran10-Jan-05 6:43
Renjith Ramachandran10-Jan-05 6:43 
GeneralRe: Conversion class Pin
act_x10-Jan-05 8:03
act_x10-Jan-05 8:03 
GeneralRe: Conversion class Pin
PJ Arends10-Jan-05 8:44
professionalPJ Arends10-Jan-05 8:44 
GeneralRe: Conversion class Pin
David Crow11-Jan-05 10:31
David Crow11-Jan-05 10:31 
GeneralTAO Corba (Visual Studio) Pin
sweep12310-Jan-05 6:22
sweep12310-Jan-05 6:22 
GeneralProblem with XP! Pin
Lazzari Patrizio10-Jan-05 5:50
Lazzari Patrizio10-Jan-05 5:50 
GeneralRe: Problem with XP! Pin
Iain Clarke, Warrior Programmer10-Jan-05 8:26
Iain Clarke, Warrior Programmer10-Jan-05 8:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.