Changes

Jump to: navigation, search

OOP344 - FjXR IRC Logs - 20102

11,441 bytes added, 22:02, 2 June 2010
Sun May 30 2010
 
= Mon May 31 2010 =
<pre>
Session Start: Mon May 31 19:49:13 2010
Session Ident: #seneca-oop344
�03[19:49] * Now talking in #seneca-oop344
�03[19:49] * Topic is 'OOP344 - Object Oriented Programming II Using C++ with introduction to open source, a channel for Seneca oop344 students and all others to join and collaborate . Visit http://zenit.senecac.on.ca/wiki/index.php/OOP344 for subject info.�'
�03[19:49] * Set by fardad on Sat Nov 07 12:54:54
�03[19:51] * Junseok (~jpark68@CPE00222d2e91a8-CM00222d2e91a4.cpe.net.cable.rogers.com) has joined #seneca-oop344
�01[19:58] <xlu44> hi junseok
[20:02] <Junseok> hi xingweng !!
[20:02] <Junseok> where is everybody? haha
�03[20:05] * lwang168 (~chatzilla@CPE001195753043-CM001e6b18a6b8.cpe.net.cable.rogers.com) has joined #seneca-oop344
�01[20:05] <xlu44> i don't know
�01[20:05] <xlu44> liang is on
�01[20:06] <xlu44> hi lang
�01[20:06] <xlu44> well
[20:06] <lwang168> hi
�01[20:06] <xlu44> hi all
[20:07] <lwang168> assign project?
�02[20:07] * Junseok (~jpark68@CPE00222d2e91a8-CM00222d2e91a4.cpe.net.cable.rogers.com) Quit (Read error: Connection reset by peer�)
�03[20:07] * Junseok (~jpark68@CPE00222d2e91a8-CM00222d2e91a4.cpe.net.cable.rogers.com) has joined #seneca-oop344
�01[20:08] <xlu44> hi
�01[20:08] <xlu44> only 3 we guys
�01[20:08] <xlu44> but
[20:08] <Junseok> ok
�01[20:08] <xlu44> i guess we still can do it
[20:08] <Junseok> Richard he is not here
�01[20:08] <xlu44> do you remember the url ozzy_m gave us yesterday?
�01[20:09] <xlu44> no
[20:09] <Junseok> which url ?
�01[20:09] <xlu44> the url with all function list
[20:09] <lwang168> ?
[20:09] <Junseok> yes, i know that
[20:10] <Junseok> the first assignment is that our professor posted most functions in the SVN account.
[20:11] <lwang168> yes
[20:11] <Junseok> so we can use the functions when we do 1st assign.
�01[20:11] <xlu44> yes
�01[20:11] <xlu44> but we need expend it to all platform
[20:12] <Junseok> that's right
�01[20:12] <xlu44> fardad just did one function on one platform for us
[20:12] <Junseok> windows, unix, bc, mac
�03[20:13] * rhui4 (~rhui4@CPE002369f97ad8-CM000e5c6f31e6.cpe.net.cable.rogers.com) has joined #seneca-oop344
[20:13] <Junseok> what platform did he post ?
[20:13] <rhui4> hello sorry i was late
[20:13] <Junseok> hi richard
�01[20:13] <xlu44> hi hui
�01[20:14] <xlu44> BCC VC and unix/mac
[20:14] <lwang168> hi
�01[20:14] <xlu44> void iof_init();
�01[20:14] <xlu44> void iof_end();
�01[20:14] <xlu44> void iof_flush();
�01[20:14] <xlu44> void iof_movcur(int row, int col);
�01[20:14] <xlu44> int iof_getch();
�01[20:14] <xlu44> how many functions do we need to create?
[20:15] <Junseok> I think each members have two of functions to do because we're five members.
[20:15] <Junseok> 10
[20:15] <Junseok> ten functions
�01[20:15] <xlu44> do u have link
[20:15] <rhui4> it would make sense to do it that way so that when we do have a test we know how each os works i guess
�01[20:16] <xlu44> i found
[20:16] <Junseok> http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions
�01[20:16] <xlu44> u r
�01[20:16] <xlu44> 10 functions so 2 functions each
[20:17] <lwang168> should we do VC platform, right
�01[20:17] <xlu44> yes
�01[20:17] <xlu44> all of us need to do on all platform
[20:17] <Junseok> yes
[20:17] <rhui4> agreed
�01[20:17] <xlu44> * 1.3.1 void iof_init(void)
�01[20:17] <xlu44> * 1.3.2 void iof_end(void)
�01[20:17] <xlu44> * 1.3.3 int iof_rows(void)
�01[20:17] <xlu44> * 1.3.4 int iof_cols(void)
�01[20:17] <xlu44> * 1.3.5 void iof_clrscr(void)
�01[20:17] <xlu44> * 1.3.6 void iof_flush(void)
�01[20:17] <xlu44> * 1.3.7 int iof_getch(void)
�01[20:17] <xlu44> * 1.3.8 void iof_movecur(int r, int c)
�01[20:17] <xlu44> * 1.3.9 void iof_putch(int c)
�01[20:17] <xlu44> * 1.3.10 void iof_prnstr(const char *s)
�01[20:18] <xlu44> which 2 you guys wanna take?
[20:18] <Junseok> assignment is divided in two parts, and this time we do only "Simple Functions" which are ten.
[20:18] <rhui4> rows cols
[20:18] <rhui4> for me i think
�01[20:18] <xlu44> ok
�01[20:18] <xlu44> liang
[20:18] <lwang168> 1.3.3 int iof_rows(void
[20:18] <lwang168> * 1.3.4 int iof_cols(void)
[20:18] <rhui4> lol
[20:18] <lwang168> sorry
�01[20:18] <xlu44> lol
[20:18] <Junseok> init,end seem to be easy , haha
[20:19] <rhui4> flush and clrscr
[20:19] <rhui4> seems to be easy too
[20:19] <Junseok> uhm..
�01[20:19] <xlu44> flush might be complex in the future
[20:19] <Junseok> getch,movecur , I want to do.
�01[20:19] <xlu44> it's hard part
�01[20:20] <xlu44> ok
[20:20] <lwang168> rhui4
[20:20] <rhui4> sl liang which would u like
�01[20:20] <xlu44> but i thin getch and putch will be brother function
�01[20:20] <xlu44> think*
[20:20] <lwang168> rows cols you or me
[20:20] <rhui4> up to you my friend
[20:20] <lwang168> let me do it
[20:21] <rhui4> ok
[20:21] <rhui4> then can i get clr and flush
�01[20:21] <xlu44> I suggest let the girl do init and end
[20:21] <lwang168> thanks
[20:21] <rhui4> but this time i am not changing lol
�01[20:21] <xlu44> the girl do 1,2
�01[20:21] <xlu44> liang do 3,4
[20:22] <lwang168> yes
�01[20:22] <xlu44> hui do 5,6
[20:22] <rhui4> agreed
�01[20:22] <xlu44> junseok do 7,8
�01[20:22] <xlu44> i do 9 , 10
[20:22] <lwang168> good
[20:22] <Junseok> xingwen you wanna take getch,putch ?
�01[20:22] <xlu44> ok
[20:22] <rhui4> have you guys talked about style
[20:23] <Junseok> style, I posted some on wiki.
�01[20:23] <xlu44> i think get char putch and movcur and prnstr have closed relationship
�01[20:23] <xlu44> yes
�01[20:23] <xlu44> i read it
�01[20:23] <xlu44> thank you
[20:23] <rhui4> ohi rmb we talked aobut it on sat
�01[20:24] <xlu44> sunday
[20:24] <rhui4> oops
[20:25] <Junseok> style, we have one thing left is tab-size(indent) I mean, 3 or 5.
[20:26] <rhui4> i think we should go with 3 or we will be scrolling to the side alot
�01[20:26] <xlu44> agree
[20:26] <Junseok> which size is default if you use VS2008 ?
[20:26] <rhui4> let it be written and let it be done
[20:26] <Junseok> 3 or 5 ?
[20:27] <rhui4> don;t we use 03
[20:28] <rhui4> since the school provides that
�01[20:28] <xlu44> http://zenit.senecac.on.ca/wiki/index.php/OOP344_-_FjXR_-_20102#Coding_Style
�01[20:28] <xlu44> junseok posted for us
�01[20:28] <xlu44> you can set
�01[20:28] <xlu44> but i prefer press space instead of tab key
[20:29] <Junseok> why ?
�01[20:29] <xlu44> because different platform and different editor they might interpet /t to different spaces
�01[20:30] <xlu44> space is fix no matter what platform or editor
[20:30] <rhui4> true like notepad++ and vi
[20:30] <Junseok> you need to press space many time if you have for for for if ...something like that..
�01[20:30] <xlu44> oh ye u r right
[20:30] <Junseok> uhm..ok..
�01[20:31] <xlu44> do you remember ozzy_M told us a function to translate /t to space
�01[20:31] <xlu44> but anyway it's not big deal
�01[20:31] <xlu44> let's just start it up
�01[20:31] <xlu44> we can fix style later on
[20:32] <rhui4> and when we get into a problem we can just send an email to add onto our style
[20:33] <Junseok> Figure out another solution for pressing space many times..
�01[20:34] <xlu44> you found best way?
[20:35] <Junseok> yes because of difference platform, probably pressing tab makes more confusing when you see the source on Unix or Mac..
[20:35] <Junseok> I dont know..
[20:36] <rhui4> i know notepad++ and vi does that
�01[20:36] <xlu44> fardad may suggest us use vim
[20:36] <Junseok> omg , vim ?
�01[20:37] <xlu44> or we may use 1 editor overall platform
[20:37] <Junseok> yes
�01[20:38] <xlu44> but since we need work in VC
[20:38] <Junseok> fardad seem to like to use VS2008 during the class. better to ask him.
�01[20:38] <xlu44> so it is still a problem
[20:38] <Junseok> that's right.
�01[20:39] <xlu44> fardad asked to use vim in last semester
[20:39] <Junseok> oh really?
�01[20:39] <xlu44> i guess so
�01[20:39] <xlu44> but he didn't ask us to do so
[20:40] <Junseok> I'm wording if he is here right now, we can ask. hehe.
�01[20:40] <xlu44> hehe
[20:40] <Junseok> wondering
�01[20:40] <xlu44> we could ask him on wendesday
�01[20:40] <xlu44> or you might write an email to him
�01[20:41] <xlu44> he should good at this point
[20:41] <Junseok> lets figure out
�01[20:41] <xlu44> better than we are cureless discussing.
[20:42] <rhui4> yea ca't we send a msg directly to someone
[20:42] <rhui4> i don;t really know irc
[20:42] <Junseok> msg like email ?
[20:42] <rhui4> like direct a msg to someone
�01[20:43] <xlu44> why not
�01[20:43] <xlu44> hi guys could we share our msn
[20:44] <Junseok> sure
[20:44] <rhui4> u have mibne
[20:44] <Junseok> firstzon@hanmail.net
�01[20:44] <xlu44> junseok i lost the paper which you wrote your msn
[20:45] <rhui4> ai just added u jun
[20:45] <Junseok> I'm logging in msg right now..
�01[20:46] <xlu44> i had all of urs
�01[20:46] <xlu44> it's nice
[20:46] <lwang168> tony_wang0120@hotmail.com
[20:47] <Junseok> I'm done
[20:48] <Junseok> now I see you guys
[20:48] <lwang168> :)
[20:48] <Junseok> Have you guys read the book "Thinking in C++" ?
[20:49] <Junseok> There is coding style and programming guide like how to write proper way in the book.
�01[20:49] <xlu44> no
�01[20:50] <xlu44> by the way my msn doesn't support video chatting do you have any idea on it?
[20:50] <rhui4> no
[20:50] <rhui4> are you on livce
�01[20:50] <xlu44> ?
�01[20:51] <xlu44> live?
[20:51] <rhui4> like the newest bersion of msn
�01[20:51] <xlu44> it always supports till to last sunday
�01[20:51] <xlu44> oh yes
�01[20:51] <xlu44> i have newest version
[20:51] <rhui4> no idea
[20:53] <Junseok> guys, I'm so hungry and I wanna go for dinner if we are done.
�01[20:54] <xlu44> guess so
[20:54] <Junseok> so make sure that
�01[20:54] <xlu44> i will put the log on wiki
[20:54] <Junseok> - richard
[20:54] <Junseok> clr,flush
[20:54] <Junseok> - Junseok
[20:54] <Junseok> getch
[20:54] <Junseok> movecur
[20:55] <Junseok> - priya
[20:55] <Junseok> init,end ( I'm not sure..)
�01[20:55] <xlu44> u r
�01[20:55] <xlu44> right
[20:55] <Junseok> - xingwen
[20:56] <Junseok> putch, and ??
[20:56] <Junseok> 1.3.9 void iof_putch(int c)
[20:56] <Junseok> 1.3.10 void iof_prnstr(const char *s)
[20:56] <Junseok> right?
�01[20:57] <xlu44> <xlu44> prtstr
�01[20:57] <xlu44> yes
[20:57] <rhui4> agreed
[20:57] <Junseok> - lwang row,cols
[20:58] <Junseok> yes
[20:58] <rhui4> r we finito
�01[20:58] <xlu44> yes
�01[20:59] <xlu44> see u guys tomorrow
[20:59] <Junseok> due date is June 6th.
[20:59] <rhui4> c u
[20:59] <Junseok> see u.
�02[20:59] * Junseok (~jpark68@CPE00222d2e91a8-CM00222d2e91a4.cpe.net.cable.rogers.com) Quit
�02[20:59] * rhui4 (~rhui4@CPE002369f97ad8-CM000e5c6f31e6.cpe.net.cable.rogers.com) Quit
Session Close: Mon May 31 20:59:54 2010
 
Session Start: Wed Jun 02 21:59:17 2010
Session Ident: #seneca-oop344
�03[21:59] * Now talking in #seneca-oop344
�03[21:59] * Topic is 'OOP344 - Object Oriented Programming II Using C++ with introduction to open source, a channel for Seneca oop344 students and all others to join and collaborate . Visit http://zenit.senecac.on.ca/wiki/index.php/OOP344 for subject info.�'
�03[21:59] * Set by fardad on Sat Nov 07 12:54:54
</pre>
= Sun May 30 2010 =
<pre> Session Start: Sun May 30 12:52:48 2010Session Ident: #seneca-oop344�0303[12:52] * Now talking in #seneca-oop344�0303[12:52] * Topic is 'OOP344 - Object Oriented Programming II Using C++ with introduction to open source, a channel for Seneca oop344 students and all others to join and collaborate . Visit http://zenit.senecac.on.ca/wiki/index.php/OOP344 for subject info.�'�0303[12:52] * Set by fardad on Sat Nov 07 12:54:54�0505[12:52] -card.freenode.net:#seneca-oop344- [freenode-info] channel trolls and no channel staff around to help? please check with freenode support: http://freenode.net/faq.shtml#gettinghelp�0101[12:54] <xlu44> hi guys �0101[12:54] <xlu44> good afternoon
[12:54] <OzZy_M> Hi
[12:54] <OzZy_M> WTB Fardadx1 PST with price!
[12:56] <OzZy_M> we're having our meeting now and dividing the work
[12:56] <OzZy_M> he apparently set up an assignment page
�0101[12:58] <xlu44> oh�0303[13:00] * Retrieving #seneca-oop344 modes...
[13:00] <OzZy_M> http://zenit.senecac.on.ca/wiki/index.php/Oop344_20102_-_iof_functions
[13:00] <OzZy_M> I totally missed that page
�02[14:11] * Junseok (~jpark68@CPE00222d2e91a8-CM00222d2e91a4.cpe.net.cable.rogers.com) Quit
[14:12] <rhui4> exit
 
</pre>
1
edit

Navigation menu