Click here to Skip to main content
15,922,574 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to change file permission/property in VC++? Pin
prasad_som13-Nov-06 23:01
prasad_som13-Nov-06 23:01 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 0:57
Poonamol14-Nov-06 0:57 
GeneralRe: How to change file permission/property in VC++? Pin
prasad_som14-Nov-06 1:04
prasad_som14-Nov-06 1:04 
GeneralRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 6:48
Hamid_RT15-Nov-06 6:48 
AnswerRe: How to change file permission/property in VC++? Pin
VonHagNDaz14-Nov-06 3:13
VonHagNDaz14-Nov-06 3:13 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:43
Poonamol14-Nov-06 16:43 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol14-Nov-06 16:45
Poonamol14-Nov-06 16:45 
Hi,
I am using following operations on file.

std::ofstream _logss;
const char * _filename = "xxx.out";
ofstream _logss(_filename,ios::out|ios::trunc);
_logss.open(_filename,ios::out|ios::app);
file.open(_filename,ios::in);

Here I can not use CreateFile().

Please do needful.........

Enjoy Life........

AnswerRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 6:49
Hamid_RT15-Nov-06 6:49 
GeneralRe: How to change file permission/property in VC++? Pin
Poonamol15-Nov-06 17:07
Poonamol15-Nov-06 17:07 
GeneralRe: How to change file permission/property in VC++? Pin
Hamid_RT15-Nov-06 18:36
Hamid_RT15-Nov-06 18:36 
QuestionHow do VC++ set the Size and 'Topmost' of a console window? Pin
mathewzhao13-Nov-06 22:06
mathewzhao13-Nov-06 22:06 
AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
Nibu babu thomas13-Nov-06 23:43
Nibu babu thomas13-Nov-06 23:43 
AnswerRe: How do VC++ set the Size and 'Topmost' of a console window? Pin
includeh1014-Nov-06 0:10
includeh1014-Nov-06 0:10 
Questionsending email without specifing email address Pin
neha.agarwal2713-Nov-06 21:14
neha.agarwal2713-Nov-06 21:14 
AnswerRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 21:46
professionalRajesh R Subramanian13-Nov-06 21:46 
AnswerRe: sending email without specifing email address Pin
toxcct13-Nov-06 22:05
toxcct13-Nov-06 22:05 
GeneralRe: sending email without specifing email address Pin
Rajesh R Subramanian13-Nov-06 23:51
professionalRajesh R Subramanian13-Nov-06 23:51 
AnswerRe: sending email without specifing email address Pin
includeh1014-Nov-06 0:19
includeh1014-Nov-06 0:19 
GeneralRe: sending email without specifing email address Pin
neha.agarwal2714-Nov-06 0:28
neha.agarwal2714-Nov-06 0:28 
GeneralRe: sending email without specifing email address Pin
toxcct14-Nov-06 0:38
toxcct14-Nov-06 0:38 
QuestionAlgorithms for incremental and differential backup? Pin
Banks K13-Nov-06 20:57
Banks K13-Nov-06 20:57 
AnswerRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:11
protectorChristian Graus13-Nov-06 21:11 
GeneralRe: Algorithms for incremental and differential backup? Pin
Banks K13-Nov-06 21:26
Banks K13-Nov-06 21:26 
GeneralRe: Algorithms for incremental and differential backup? Pin
Christian Graus13-Nov-06 21:45
protectorChristian Graus13-Nov-06 21:45 

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.