<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Array of TDesC - Comments</title>
 <link>http://www.newlc.com/forum/array-tdesc</link>
 <description>Comments for &quot;Array of TDesC&quot;</description>
 <language>en</language>
<item>
 <title>Re: Array of TDesC</title>
 <link>http://www.newlc.com/forum/array-tdesc#comment-40557</link>
 <description>&lt;p&gt;You can get a TPtrC through the [  ] operator. And a TPtrC is a const TDesC.&lt;/p&gt;</description>
 <pubDate>Tue, 07 Aug 2007 13:03:57 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 40557 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Array of TDesC</title>
 <link>http://www.newlc.com/forum/array-tdesc#comment-40539</link>
 <description>&lt;p&gt;  &lt;span style=&quot;font-weight:bold&quot;&gt;There is no any function in the class CDesCArray which returns const TDesC type because i have to pass the MenuItemText in DrawText() function....&lt;/span&gt;&lt;br /&gt;
Thank you....&lt;/p&gt;

&lt;p&gt;Brajesh... &lt;/p&gt;</description>
 <pubDate>Tue, 07 Aug 2007 10:33:40 +0200</pubDate>
 <dc:creator>brajesh1983</dc:creator>
 <guid isPermaLink="false">comment 40539 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Array of TDesC</title>
 <link>http://www.newlc.com/forum/array-tdesc#comment-40519</link>
 <description>&lt;p&gt;TDesC is an abstract class so you should never create an object of that.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br /&gt;
Sri&lt;/p&gt;</description>
 <pubDate>Tue, 07 Aug 2007 04:42:51 +0200</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 40519 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Array of TDesC</title>
 <link>http://www.newlc.com/forum/array-tdesc#comment-40508</link>
 <description>&lt;p&gt;&lt;br /&gt;
Hi&lt;/p&gt;

&lt;p&gt;   Try this &lt;/p&gt;

&lt;p&gt;  CDesCArray* test = new(ELeave) CDesCArrayFlat(4);&lt;/p&gt;

&lt;p&gt;  BR&lt;br /&gt;
 Isha&lt;/p&gt;</description>
 <pubDate>Mon, 06 Aug 2007 15:35:50 +0200</pubDate>
 <dc:creator>Isha</dc:creator>
 <guid isPermaLink="false">comment 40508 at http://www.newlc.com</guid>
</item>
<item>
 <title>Array of TDesC</title>
 <link>http://www.newlc.com/forum/array-tdesc</link>
 <description>&lt;p&gt;&lt;span style=&quot;font-weight:bold&quot;&gt;Hi can anybody tell me, can i create array of  TDesC like int a[5];? If yes how?&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;In the following code i want to store the caption of the menu items in the array which i have to use later.....but this code gives error....please tell me the right way to do that....i will be thankfull to you......&lt;/p&gt;

&lt;p&gt;class CMenu&lt;br /&gt;
{&lt;br /&gt;
     TInt count;&lt;br /&gt;
     TDesC menuItemText[10];&lt;br /&gt;
public:&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/forum/array-tdesc&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/forum/array-tdesc#comments</comments>
 <category domain="http://www.newlc.com/forums/symbian-c">Symbian C++</category>
 <pubDate>Mon, 06 Aug 2007 15:23:14 +0200</pubDate>
 <dc:creator>brajesh1983</dc:creator>
 <guid isPermaLink="false">18569 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
