Hi,
i have a XML and a corresponding XSL file to convert it to HTML. Now is there any tool that will produce another XSL which would convert the HTML back to original XML.
Thank you
i need some help with is query.
SELECT * FROM pollquestions WHERE timeinserted=(select max(timeinserted) from pollquestions);
the inner query, select max(timeinserted) from pollquestions, works fine but gives an error when used with the outer query.
timeinserted is of type datetime.
Hi,
i have this line in my code
FileStream fileStream = new FileStream(Filename,FileMode.Create);
now the problem is that FileName may contain something like "c:\myfiles\images\bg.gif". suppose images directory does not exists how do make sure that the directory gets created...
I would to marshall this struct. the problem is that struct has a union within it. and also how can i marshal this variable [case(TYMED_HGLOBAL)] HGLOBAL hGlobal;
typedef struct tagSTGMEDIUM
{
DWORD tymed;
union {
[case(TYMED_HGLOBAL)] HGLOBAL hGlobal;
[default] ;
}
}
can someone plz...
hi,
The following code just doesn;t work even though it is correct. It gives an error can't access mo even though the it is accessed within the friend function. Try it!. Please let me know what's worng.
#include <iostream>
using namespace std;
class Date
{
int mo, da, yr;
public:
Date(...
Can anyone inform me as to how to dynamically allocate memory for a pointer to an array of objects using new.
The size of the array of objects is only known at run time.
Can anyone inform me as to how to dynamically allocate memory for a pointer to an array of objects using new.
The size of the array of objects is only known at run time.
Hi,
Does any one here has experience in implementing an assembler?. I need to implement an 8086 asssembler as a part of my college project, i have no choice.
Please send any pointers,suggestions to me
bye
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.