Click here to Skip to main content
15,888,908 members
Home / Discussions / C#
   

C#

 
Questionproject for face detection and recognition Pin
baskaran chellasamy24-Apr-12 2:10
baskaran chellasamy24-Apr-12 2:10 
AnswerCross posted. Pin
Pete O'Hanlon24-Apr-12 2:20
mvePete O'Hanlon24-Apr-12 2:20 
QuestionSql Compact Deployment with C# Pin
teknolog12323-Apr-12 23:27
teknolog12323-Apr-12 23:27 
QuestionASP.Net Pin
fire_hawk23-Apr-12 21:49
fire_hawk23-Apr-12 21:49 
AnswerRe: ASP.Net Pin
Mycroft Holmes23-Apr-12 21:58
professionalMycroft Holmes23-Apr-12 21:58 
GeneralRe: ASP.Net Pin
Pete O'Hanlon23-Apr-12 22:05
mvePete O'Hanlon23-Apr-12 22:05 
GeneralRe: ASP.Net Pin
Vipin_Arora24-Apr-12 1:16
Vipin_Arora24-Apr-12 1:16 
Questionjagged array error message Pin
mpvkrishnadhar23-Apr-12 20:16
mpvkrishnadhar23-Apr-12 20:16 
hi
learned jagged array today and was working with them! came across two error messages

int [][]j1=new int[][];

now i get two error messages displayed

1) when i keep my cursor/pointer on the new int part then i get to see the following error message

"Wrong number of indices inside[];excepted1"

2) when i keep my cursor/pointer on the indices then the following error message is displayed

"Array creation must have array size or array "initializer".

2nd error message is pretty straight forward as it explains about the need to declare an array(row) size or initialize the(row)array in case of JAGGED ARRAYS

my question here is what is the meaning of the first error message;

modified 24-Apr-12 3:15am.

AnswerRe: jagged array error message Pin
Satish Pai23-Apr-12 20:59
Satish Pai23-Apr-12 20:59 
GeneralRe: jagged array error message Pin
mpvkrishnadhar23-Apr-12 21:14
mpvkrishnadhar23-Apr-12 21:14 
AnswerRe: jagged array error message Pin
Richard MacCutchan23-Apr-12 21:23
mveRichard MacCutchan23-Apr-12 21:23 
AnswerRe: jagged array error message Pin
OriginalGriff23-Apr-12 21:37
mveOriginalGriff23-Apr-12 21:37 
GeneralRe: jagged array error message Pin
mpvkrishnadhar23-Apr-12 22:08
mpvkrishnadhar23-Apr-12 22:08 
GeneralRe: jagged array error message Pin
OriginalGriff23-Apr-12 22:12
mveOriginalGriff23-Apr-12 22:12 
QuestionCreateDecryptor for the code! Pin
jojoba201123-Apr-12 19:56
jojoba201123-Apr-12 19:56 
Generali want to post some articles. Pin
Chandrakanth.Veggalam23-Apr-12 19:26
Chandrakanth.Veggalam23-Apr-12 19:26 
GeneralRe: i want to post some articles. Pin
Mycroft Holmes23-Apr-12 20:54
professionalMycroft Holmes23-Apr-12 20:54 
Generali want to post some articles. Pin
Chandrakanth.Veggalam23-Apr-12 19:25
Chandrakanth.Veggalam23-Apr-12 19:25 
GeneralRe: i want to post some articles. Pin
Vipin_Arora23-Apr-12 19:31
Vipin_Arora23-Apr-12 19:31 
AnswerRe: i want to post some articles. Pin
Abhinav S23-Apr-12 20:13
Abhinav S23-Apr-12 20:13 
QuestionAuto Pilot script in C# Pin
ravi398422-Apr-12 23:53
ravi398422-Apr-12 23:53 
AnswerRe: Auto Pilot script in C# Pin
Satish Pai23-Apr-12 1:33
Satish Pai23-Apr-12 1:33 
Questiondisplay the list of access database names in a combobox Pin
MemberDotNetting22-Apr-12 23:31
MemberDotNetting22-Apr-12 23:31 
AnswerRe: display the list of access database names in a combobox Pin
BobJanova22-Apr-12 23:56
BobJanova22-Apr-12 23:56 
GeneralRe: display the list of access database names in a combobox Pin
MemberDotNetting23-Apr-12 0:39
MemberDotNetting23-Apr-12 0:39 

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.