Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:34
professionalStuart Dootson11-Feb-09 21:34 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 21:53
sam_psycho11-Feb-09 21:53 
GeneralRe: COM : ATL DLL? Pin
Stuart Dootson11-Feb-09 21:57
professionalStuart Dootson11-Feb-09 21:57 
GeneralRe: COM : ATL DLL? Pin
sam_psycho11-Feb-09 22:07
sam_psycho11-Feb-09 22:07 
AnswerRe: COM : ATL DLL? Pin
frx9616-Feb-09 14:11
frx9616-Feb-09 14:11 
QuestionDeleting data from XML Pin
brucewayn11-Feb-09 19:54
brucewayn11-Feb-09 19:54 
AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:04
sam_psycho11-Feb-09 20:04 
AnswerRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:15
Cedric Moonen11-Feb-09 20:15 
brucewayn wrote:
I'm working on an application where i have a requirement to delete the XML data which is between certain dates. However i was able to get the data within those particular dates given by the user but i have no idea how to delete them.


You mean a xml file, right ?
If that's the case you have to rewrite the full file without the data you want to delete. Now, how to do it really depends on what you are using to read the xml file. In general most of the libraries allow you to also write xml back to a file.


brucewayn wrote:
I even used removechild function but the application is getting crashed


removechild ? Where's that coming from ? I guess it is coming from a specific library but it would help a lot if you provide information about what you are using.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

AnswerRe: Deleting data from XML Pin
sam_psycho11-Feb-09 20:23
sam_psycho11-Feb-09 20:23 
GeneralRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 20:50
Cedric Moonen11-Feb-09 20:50 
GeneralRe: Deleting data from XML Pin
CPallini11-Feb-09 22:16
mveCPallini11-Feb-09 22:16 
GeneralRe: Deleting data from XML Pin
Cedric Moonen11-Feb-09 22:28
Cedric Moonen11-Feb-09 22:28 
QuestionFindWindow() Pin
AnithaSubramani11-Feb-09 19:48
AnithaSubramani11-Feb-09 19:48 
AnswerRe: FindWindow() Pin
Perspx11-Feb-09 20:06
Perspx11-Feb-09 20:06 
AnswerRe: FindWindow() Pin
«_Superman_»11-Feb-09 20:28
professional«_Superman_»11-Feb-09 20:28 
AnswerRe: FindWindow() Pin
Stuart Dootson11-Feb-09 21:36
professionalStuart Dootson11-Feb-09 21:36 
Questionconverting TCHAR to CString giving some garbage value Pin
VCProgrammer11-Feb-09 19:47
VCProgrammer11-Feb-09 19:47 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
Cedric Moonen11-Feb-09 20:19
Cedric Moonen11-Feb-09 20:19 
GeneralRe: converting TCHAR to CString giving some garbage value Pin
VCProgrammer11-Feb-09 20:51
VCProgrammer11-Feb-09 20:51 
GeneralRe: converting TCHAR to CString giving some garbage value Pin
Cedric Moonen11-Feb-09 20:56
Cedric Moonen11-Feb-09 20:56 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
«_Superman_»11-Feb-09 20:26
professional«_Superman_»11-Feb-09 20:26 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
VC++Maniac11-Feb-09 20:32
VC++Maniac11-Feb-09 20:32 
AnswerRe: converting TCHAR to CString giving some garbage value Pin
CPallini11-Feb-09 23:40
mveCPallini11-Feb-09 23:40 
QuestionRe: converting TCHAR to CString giving some garbage value Pin
David Crow12-Feb-09 3:09
David Crow12-Feb-09 3:09 
QuestionSocket main() working, Class is not Pin
gvanto11-Feb-09 19:28
gvanto11-Feb-09 19:28 

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.