일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- preprocessing
- file access
- aduino
- Unity
- length
- wpf
- Pointer
- parameter
- APP
- memory
- 3D
- Read
- digitalRead
- java
- stream
- sensor
- Contour
- flutter
- c++
- compare
- Android
- inheritance
- Encapusulation
- public
- SERIAL
- atmega328
- mfc
- UNO
- Class
- Barcode
Archives
- Today
- Total
목록initialize (1)
폴크(FOLC)

int x = 0;bool b = false;string s = null;MyClass obj = nullint[] arr = null; // null (배열은 참조형)int[] numbers = new int[5]; // {0, 0, 0, 0, 0}byte[] arr = null; // null (배열은 참조형)byte[] numbers = new byte[0];byte[] numbers = Array.Empty(); float[] arr = null; // null (배열은 참조형) float [] numbers = new float[0]; float [] numbers = Array.Empty();string[] names = new string[3]; // {null..
C#, WF, WPF(.NET)
2025. 4. 10. 18:37