Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 13:53
kevin-rf19-May-06 13:53 
GeneralRe: Embedding and XML inside of a binary file... Pin
leppie19-May-06 14:11
leppie19-May-06 14:11 
GeneralRe: Embedding and XML inside of a binary file... Pin
Rei Miyasaka19-May-06 14:31
Rei Miyasaka19-May-06 14:31 
GeneralRe: Embedding and XML inside of a binary file... Pin
kevin-rf19-May-06 15:05
kevin-rf19-May-06 15:05 
GeneralRe: Embedding and XML inside of a binary file... [modifed] Pin
Rei Miyasaka19-May-06 15:30
Rei Miyasaka19-May-06 15:30 
QuestionSaving a reference to an assembly Pin
gantww19-May-06 10:59
gantww19-May-06 10:59 
AnswerRe: Saving a reference to an assembly Pin
Rei Miyasaka19-May-06 14:39
Rei Miyasaka19-May-06 14:39 
Questionnoob array question [modifed] Pin
likefood19-May-06 10:45
likefood19-May-06 10:45 
Ok, I've searched my MSDN documentation, but to no avail.
I seem to remember from a different language (whether from C++ or Java, I'm not sure, but I'm leaning toward Java) that, with a two-dimensional array, I could initialize one row at a time, kinda sorta like this:
<br />
//where '#' represents some number...<br />
someType[][] arrayName = new someType[#][#];<br />
arrayName[0] = new someType[#];<br />

(note syntax of second line!)

Is there a way, in C#, to handle one ROW of a two-dimensional array (as if it were a single-dimensional array)?

I'm aware that the [][] syntax isn't used in C# (I'm aware of the fact that C# instead uses commas in one set of []). But, you get what I'm saying, right?

-Daniel
Typing too fast fro my owngood

-- modified at 16:49 Friday 19th May, 2006
AnswerRe: noob array question Pin
Josh Smith19-May-06 10:49
Josh Smith19-May-06 10:49 
GeneralRe: noob array question Pin
likefood19-May-06 10:50
likefood19-May-06 10:50 
QuestionChecking to see if object is char or int Pin
jrcook19-May-06 9:40
jrcook19-May-06 9:40 
AnswerRe: Checking to see if object is char or int Pin
likefood19-May-06 10:34
likefood19-May-06 10:34 
GeneralRe: Checking to see if object is char or int [modifed] Pin
vineas19-May-06 11:01
vineas19-May-06 11:01 
QuestionWebBrowser throws exception in Web Service Pin
dpietro19-May-06 8:13
dpietro19-May-06 8:13 
AnswerRe: WebBrowser throws exception in Web Service Pin
Dustin Metzgar19-May-06 10:24
Dustin Metzgar19-May-06 10:24 
GeneralRe: WebBrowser throws exception in Web Service Pin
dpietro22-May-06 1:50
dpietro22-May-06 1:50 
AnswerRe: WebBrowser throws exception in Web Service Pin
Dustin Metzgar22-May-06 1:58
Dustin Metzgar22-May-06 1:58 
Questionbreak report - recommendations?? Pin
MarFarMa19-May-06 7:36
MarFarMa19-May-06 7:36 
AnswerRe: break report - recommendations?? Pin
MarFarMa19-May-06 9:31
MarFarMa19-May-06 9:31 
Questionform/control sizing Pin
reshsilk19-May-06 7:02
reshsilk19-May-06 7:02 
AnswerRe: form/control sizing Pin
leppie19-May-06 7:12
leppie19-May-06 7:12 
QuestionCreating an array from data in a file Pin
jrcook19-May-06 6:53
jrcook19-May-06 6:53 
AnswerRe: Creating an array from data in a file Pin
leppie19-May-06 7:04
leppie19-May-06 7:04 
GeneralRe: Creating an array from data in a file [modifed] Pin
jrcook19-May-06 7:16
jrcook19-May-06 7:16 
AnswerRe: Creating an array from data in a file Pin
Scott Serl19-May-06 11:26
Scott Serl19-May-06 11:26 

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.