Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
GeneralRe: Debuging in VS2005 Pin
Martin#1-Jul-07 23:49
Martin#1-Jul-07 23:49 
AnswerRe: Debuging in VS2005 Pin
sidbaruah1-Jul-07 21:28
sidbaruah1-Jul-07 21:28 
QuestionWindows Service as a host application in Remoting Pin
M. J. Jaya Chitra1-Jul-07 19:22
M. J. Jaya Chitra1-Jul-07 19:22 
AnswerRe: Windows Service as a host application in Remoting Pin
Sathesh Sakthivel1-Jul-07 19:27
Sathesh Sakthivel1-Jul-07 19:27 
QuestionRe: Windows Service as a host application in Remoting Pin
M. J. Jaya Chitra1-Jul-07 19:39
M. J. Jaya Chitra1-Jul-07 19:39 
AnswerRe: Windows Service as a host application in Remoting Pin
Sathesh Sakthivel1-Jul-07 19:43
Sathesh Sakthivel1-Jul-07 19:43 
QuestionDoing memory allocation on a String Pin
mercenary011-Jul-07 19:06
mercenary011-Jul-07 19:06 
AnswerRe: Doing memory allocation on a String Pin
Vikram A Punathambekar1-Jul-07 20:08
Vikram A Punathambekar1-Jul-07 20:08 
mercenary01 wrote:
is there anyway to do a memory allocation on a string type?


Are you trying to reserve space for a string, a la C/C++? You don't need to do that in C# as the string is a first class citizen in .NET. Just say string s = null; and then you can assign any value you want, like s = "I love Bob";

Cheers,
Vıkram.

After all is said and done, much is said and little is done.

JokeRe: Doing memory allocation on a String Pin
Martin#1-Jul-07 20:14
Martin#1-Jul-07 20:14 
AnswerRe: Doing memory allocation on a String Pin
Luc Pattyn2-Jul-07 0:06
sitebuilderLuc Pattyn2-Jul-07 0:06 
QuestionDebug with Shell Extensions Pin
ramesh_nrk1-Jul-07 18:47
ramesh_nrk1-Jul-07 18:47 
QuestionQuestion about updating the registry Pin
MarkB7771-Jul-07 18:44
MarkB7771-Jul-07 18:44 
AnswerRe: Question about updating the registry Pin
Shof1-Jul-07 20:33
Shof1-Jul-07 20:33 
AnswerRe: Question about updating the registry Pin
Luc Pattyn2-Jul-07 0:09
sitebuilderLuc Pattyn2-Jul-07 0:09 
GeneralRe: Question about updating the registry Pin
MarkB7772-Jul-07 0:13
MarkB7772-Jul-07 0:13 
GeneralRe: Question about updating the registry Pin
Luc Pattyn2-Jul-07 0:31
sitebuilderLuc Pattyn2-Jul-07 0:31 
QuestionHow to download Microsoft Windows Mobile 2003. Which link? Pin
nhoc_conxauxi1-Jul-07 17:35
nhoc_conxauxi1-Jul-07 17:35 
AnswerRe: How to download Microsoft Windows Mobile 2003. Which link? Pin
Sathesh Sakthivel1-Jul-07 18:37
Sathesh Sakthivel1-Jul-07 18:37 
QuestionHow tp define 2 dimensional array in C# Pin
mercenary011-Jul-07 17:02
mercenary011-Jul-07 17:02 
AnswerRe: How tp define 2 dimensional array in C# Pin
Vikram A Punathambekar1-Jul-07 17:39
Vikram A Punathambekar1-Jul-07 17:39 
AnswerRe: How tp define 2 dimensional array in C# Pin
Sathesh Sakthivel1-Jul-07 18:35
Sathesh Sakthivel1-Jul-07 18:35 
QuestionCompatibility question? Pin
max292971-Jul-07 16:27
max292971-Jul-07 16:27 
AnswerRe: Compatibility question? Pin
Vikram A Punathambekar1-Jul-07 17:40
Vikram A Punathambekar1-Jul-07 17:40 
AnswerRe: Compatibility question? Pin
Luc Pattyn2-Jul-07 0:16
sitebuilderLuc Pattyn2-Jul-07 0:16 
Questionaccess modem with C# Pin
gb_9111-Jul-07 16:08
gb_9111-Jul-07 16:08 

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.