2009년 11월 18일 수요일

i am supposed to deal with IO_Textedit and i am struggling now.
in order to edit the text, at first i should inherit io_field and io_Frame into IO_Textedit.
i am working on the dynamic date and non-dynamic data constructors respectively.

The difference between dynamic and non-dynamic data constructor is dynamic constructor sent the class to creat series of string and non-dynamic dayta should get the pointer string as a parameter. in public function, especially i have focused on void *data();

while reviewing the last first assignment, i have follewed it including io_edit function step by step.

IRC Meeting

in the first IRC meetting, i learned how i can use SVN.
even if i didnt understand, i followed the instruction which Fardad refered.
After 3 times of IRC meetting, we met in library together while reviewing.
i came to know how i can update, check and commit. and i also came to know
what is important thing and what i have to care when i share the data together.

i didnt know not only how we can share the data but how i can make the folder which i will share.
but Jonathan and ljubo's help, i can make it and i came to know about it.

2009년 9월 27일 일요일

Challenge

for(i=0; n > 0; n /= 10)
strint[i++] = (n%10)+'0';

for(j=0; j < i/2; j++) {
temp = strint[j];
strint[j] = strint[i-j-1];
strint[i-j-1] = temp;
}
strint[i] = 0;
printf("%s\n", strint);

2009년 9월 25일 금요일

About me

My name is Hyunju So and i came Toronto as a exchange student from Korea.
i have been here for almost 10months. before coming here, for 20 years, i had lived in Seoul where is capital of South Korea.

when i arrived here, i took the ELI course in seneca college for 4 months with one course related to computer. after then i am taking the CPA course so far with my friend who came here together. actually even though i am taking the almost last semester, i am not good at making codes. especially cuz of the english, i usually struggle with my assignments.

i will be back within 6 months but i really want to enjoy my life in here for rest of my time, in order to not only improve my all of the skills i have but have a good day for present.