User Login
Latest Technology Articles
- PCinvent Studio Programming Solutions
- Fedora Core 12 YumEx Problem
- VMware Guest Wide Screen Resolution Problem
- DD-WRT Router Firmware
- OpenVPN AS Client Installation Problem Fix
- Redhat Yum problem
- File Server Solution
- Old C++ Project of ATM Machine
- My Research and Project of the Reversed Array List (Reversed Index Array List)
- My Research of Linear Data Structure
Sep
28
2008
| C# Mutliple Dimension Syntax |
|
|
| Sunday, 28 September 2008 | |
|
To be not confused with the mutliple dimension between C++ and C#, here I put my few lines of note as reference. When we declar multiple dimensions array in C++, we do: int myArrray[5][5]={}but in C#, we do the declaration with int[,] myArray;Hence, if we need more than two dimension, we declare it with more semi-colon sepration, for example 5 dimesnion: int[,,,,] myArray; Comments (0)
![]() Write comment
Tags: Technology Programming C# Multiple Dimension C++ Difference between C++ and C# |
|
| Last Updated ( Monday, 29 September 2008 ) |
| < Prev | Next > |
|---|







