Click here to Skip to main content
15,897,704 members
Home / Discussions / C#
   

C#

 
QuestionWho has the code generator? Can generate C # code Pin
tz_soul14-Jan-09 21:37
tz_soul14-Jan-09 21:37 
AnswerRe: Who has the code generator? Can generate C # code Pin
David NGI14-Jan-09 21:50
David NGI14-Jan-09 21:50 
AnswerRe: Who has the code generator? Can generate C # code Pin
CPallini14-Jan-09 22:11
mveCPallini14-Jan-09 22:11 
GeneralRe: Who has the code generator? Can generate C # code Pin
Hamid_RT15-Jan-09 2:31
Hamid_RT15-Jan-09 2:31 
JokeRe: Who has the code generator? Can generate C # code Pin
dan!sh 15-Jan-09 1:12
professional dan!sh 15-Jan-09 1:12 
AnswerRe: Who has the code generator? Can generate C # code Pin
Pete O'Hanlon15-Jan-09 1:52
mvePete O'Hanlon15-Jan-09 1:52 
JokeRe: Who has the code generator? Can generate C # code Pin
dan!sh 15-Jan-09 2:54
professional dan!sh 15-Jan-09 2:54 
Questiongetting array as an input from the user Pin
lawrenceinba14-Jan-09 21:37
lawrenceinba14-Jan-09 21:37 
string[] observations =new string[] {"walk","shop","clean"};
startProbability = new double[] { 0.6, 0.4 };
transitionProbability = new double[,]{{0.7, 0.3},{0.4, 0.6}};
emissionProbability = new double[,] {{0.1,0.4,0.5},{0.6,0.3,0.1} };
problem = new int[] { 0, 1, 2 };


these are the assigned values.. how to get these values as an input from the user... kindly help me out
AnswerRe: getting array as an input from the user Pin
S. Senthil Kumar14-Jan-09 22:09
S. Senthil Kumar14-Jan-09 22:09 
NewsRe: getting array as an input from the user Pin
lawrenceinba14-Jan-09 22:35
lawrenceinba14-Jan-09 22:35 
QuestionHow can I convert an object to ArrayList Pin
Naveed72714-Jan-09 21:31
Naveed72714-Jan-09 21:31 
AnswerRe: How can I convert an object to ArrayList Pin
N a v a n e e t h14-Jan-09 21:37
N a v a n e e t h14-Jan-09 21:37 
GeneralRe: How can I convert an object to ArrayList Pin
Naveed72714-Jan-09 23:02
Naveed72714-Jan-09 23:02 
AnswerRe: How can I convert an object to ArrayList Pin
S. Senthil Kumar14-Jan-09 22:14
S. Senthil Kumar14-Jan-09 22:14 
GeneralRe: How can I convert an object to ArrayList Pin
Naveed72714-Jan-09 22:55
Naveed72714-Jan-09 22:55 
GeneralRe: How can I convert an object to ArrayList Pin
SeMartens15-Jan-09 0:06
SeMartens15-Jan-09 0:06 
GeneralRe: How can I convert an object to ArrayList Pin
Henry Minute15-Jan-09 0:08
Henry Minute15-Jan-09 0:08 
QuestionCode for prining the Crystal Report in Local Printer Pin
kalyan_vb14-Jan-09 18:35
kalyan_vb14-Jan-09 18:35 
AnswerRe: Code for prining the Crystal Report in Local Printer Pin
Eddy Vluggen14-Jan-09 21:55
professionalEddy Vluggen14-Jan-09 21:55 
QuestionDo the need full please Pin
Hema Bairavan14-Jan-09 18:13
Hema Bairavan14-Jan-09 18:13 
AnswerRe: Do the need full please Pin
Abhijit Jana14-Jan-09 18:22
professionalAbhijit Jana14-Jan-09 18:22 
AnswerRe: Do the need full please Pin
PavanPareta14-Jan-09 18:23
PavanPareta14-Jan-09 18:23 
GeneralRe: Do the need full please Pin
Hema Bairavan14-Jan-09 18:48
Hema Bairavan14-Jan-09 18:48 
QuestionTitle Of the Error "The message recieved from server could not be parsed". Pin
itsruta14-Jan-09 16:50
itsruta14-Jan-09 16:50 
Question.Net open source content management platform like Sharepoint? Pin
George_George14-Jan-09 16:38
George_George14-Jan-09 16:38 

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.