Re: [twincling] simple C code

2009-07-27 Thread Saifi Khan
On Sat, 18 Jul 2009, Mukund Deshpande wrote: Hi uma, #include stdio.h int main(int argc, char *argv[]) { int *a; int **b; int *c; c = (int *)a; b = c; return 0; } This seems to work why? thanks, SMS On Sat, Jul 18, 2009 at 2:01 PM, uma u...@twincling.org wrote:

Re: [twincling] regarding restoring the database in Drupal

2009-07-27 Thread Saifi Khan
On Tue, 21 Jul 2009, thulasi chandra wrote: Hi, I am Thulasi Chandra. I'm working on drupal. I have got the backup of an existing site. the site is designed in 5.x it has large amount of users and data. currently i am working in Drupal 6.x . Can anyone help me out, how to connect this

Re: [twincling] HTML and CSS tags in Qt ?

2009-07-27 Thread Saifi Khan
On Sun, 12 Jul 2009, arafath c wrote: can HTML and CSS tags be used to write code in Qt classes?? -- Regards, Arafath Yes, absolutely ! In fact with Qt 4.5 we got decent support for style sheets and Webkit and the features have become much richer and well integrated with Qt 4.6.0