Click here to Skip to main content
15,919,893 members
Home / Discussions / C#
   

C#

 
GeneralRe: Math.Round() ambiguity problem Pin
mike montagne16-May-07 6:30
mike montagne16-May-07 6:30 
Questiondouble to short? Pin
Muammar©15-May-07 20:49
Muammar©15-May-07 20:49 
AnswerRe: double to short? Pin
mike montagne15-May-07 21:13
mike montagne15-May-07 21:13 
GeneralRe: double to short? Pin
Luc Pattyn15-May-07 21:40
sitebuilderLuc Pattyn15-May-07 21:40 
GeneralRe: double to short? Pin
Guffa15-May-07 21:59
Guffa15-May-07 21:59 
GeneralRe: double to short? [modified] Pin
DavidNohejl16-May-07 0:04
DavidNohejl16-May-07 0:04 
GeneralRe: double to short? Pin
PIEBALDconsult17-May-07 9:26
mvePIEBALDconsult17-May-07 9:26 
GeneralRe: double to short? Pin
DavidNohejl17-May-07 9:48
DavidNohejl17-May-07 9:48 
GeneralRe: double to short? Pin
Muammar©15-May-07 22:49
Muammar©15-May-07 22:49 
QuestionRetrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Pin
Farhan Ali15-May-07 20:25
Farhan Ali15-May-07 20:25 
AnswerRe: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Pin
DavidNohejl16-May-07 0:16
DavidNohejl16-May-07 0:16 
QuestionConfused with object assignment [modified] Pin
Rahul8315-May-07 20:19
Rahul8315-May-07 20:19 
AnswerRe: Confused with object assignment Pin
Muammar©15-May-07 20:45
Muammar©15-May-07 20:45 
GeneralRe: Confused with object assignment Pin
Rahul8315-May-07 20:55
Rahul8315-May-07 20:55 
Questionconverting a dbx file to text file Pin
jazeelkm15-May-07 19:15
jazeelkm15-May-07 19:15 
AnswerRe: converting a dbx file to text file Pin
Christian Graus15-May-07 19:28
protectorChristian Graus15-May-07 19:28 
GeneralRe: converting a dbx file to text file Pin
jazeelkm15-May-07 19:38
jazeelkm15-May-07 19:38 
GeneralRe: converting a dbx file to text file Pin
Christian Graus15-May-07 19:44
protectorChristian Graus15-May-07 19:44 
Question[Message Deleted] Pin
Rahul8315-May-07 18:39
Rahul8315-May-07 18:39 
AnswerRe: string type Pin
Blumen15-May-07 19:02
Blumen15-May-07 19:02 
AnswerRe: string type Pin
Christian Graus15-May-07 19:46
protectorChristian Graus15-May-07 19:46 
This is not C. You're creating an instance of a class, which then contains the value "rahul". If you create a byte array, you can create the same effect as a char * in C, where you're storing the values themselves. Of course, .NET can move your objects in memory, so you'd have to pin the memory before being sure the string will stay in the same location.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: [Message Deleted] Pin
Muammar©15-May-07 21:06
Muammar©15-May-07 21:06 
GeneralRe: [Message Deleted] Pin
Rahul8315-May-07 21:14
Rahul8315-May-07 21:14 
AnswerSome cp rules[modified] Pin
Muammar©15-May-07 21:22
Muammar©15-May-07 21:22 
QuestionDrawing Application--Line Selection? Pin
Raza568015-May-07 18:03
Raza568015-May-07 18:03 

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.