E D R , A S I H C RSS

새싹C스터디2005

2005 C 1
----

----

1.

C2005/ . . -

2.1.

, , , , , ,
확한??
6. (, ) .

2.2. Class

2.2.1. One

:
: , , , 태형,
: 4.7() 6:30

2.2.2.

:
: , , ,,
: 4 6 5

2.2.3. stuck!!

: ..., , , , ()
: 화, . .

2.2.4.

:
: , , , , , ,
: 4 6 ....... 4 8 11
/

2.2.5. SoJu

:
: , , , , , ,
: 4/8 10

2.2.6.

:
: , , joosama , ,
: 화, 15:00
/

2.2.7. 4

:
: , , , , ,
: 4/5 (화) 1 3
: 4/8 () 12 2
----

3.

.

3.1.

winapi.co.kr C .
.
Upload:CampusC.zip CampusC Text . . .
PracticalC . .

3.2.1. 행할

05/ 행.

3.2.2.



3.3.1. 행할

... ...
?
;; . -

3.3.2.

{{|
//5
:
:
:
://5 .
.
.
.
//
XX XX.
.
.
.
|}}

3.4.1. 행할

. 포 , ? . (malloc) .
.
C2005/pointer

3.4.2.

.
ex.
~cpp 
패 : $
  : 3

  $
 $$$
$$$$$
 $$$
  $

3.5.1. 행할


. Sorting.

3.5.2.

5 .
ex.
~cpp 
1. : 2
2. : 1
3. : 3
4. : 5
5. : 4

 : 5, 4, 3, 2, 1

3.5.3.

~cpp 
(short-circuit evaluation)      4 printf()함 행했 , i, j     .

[Ex]
int i, j;
i = 2 && ( j = 2 );
printf(%d %dn, i, j); /* 1 2 is printed */
( i = 0 ) && ( j = 3 );
printf(%d %dn, i, j); /* 0 2 is printed */
i = 0 || ( j = 4 );
printf(%d %dn, i, j); /* 1 4 is printed */
( i = 2 ) || ( j = 5 );
printf(%d %dn, i, j); /* 2 4 is printed */

4.

활하 휴학 (?). ( ) . -
. 펙토 . --
?? -
. ??~^^ .-
ZeroPage ??ㅋㅋㅋ
. ExploringWorld .--Leonardong
C . Refactoring . --
C2005/pointer .--Leonardong
?? -
. . . -
----

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:41
Processing time 0.0518 sec