Open main menu

CDOT Wiki β

Changes

Student Resources OOP344 - 20101

1,042 bytes added, 01:21, 12 May 2010
no edit summary
{{OOP344 Index- 20101}}
===Quick Link===
[[Tortoise in 5]] -
In "Solution Explorer", add new item to Header Files or Source Files.
== Create an The Basics of IRC account and login (in Windows) ==
1IRC is also known as Internet Relay Chat. google search "ChatZilla", [https://addons.mozilla.org/en-US/firefox/addon/16 download] and install The principal of it.<br />2. From "FireFox" menu => select "Tools" => select "ChatZilla". <br />3. commands: <br /><table><tr><td>/server irc.freenode.net </td><td>/* connect is essentially to server */</td></tr><tr><td>/join #seneca </td><td>/* join #Seneca channel */</td></tr><tr><td>/nick nickname </td><td>/* Change your nickname */</td></tr><tr><td>/leave </td><td>/* leave provide accessible chat rooms for people over the channel */</td></tr><tr><td>/query nickname </td><td>/* open a private chat with some one */</td></tr></table>internet over multiple operating systems.
4. If someone has taken your registered nick or you're trying To be able to log on connect and interact with your nick but it says "already in use" then try this to:IRC, one must first have an IRC client of some sort.<table><tr><td>RECOVER Kill another user who has taken your nickSyntax Two of the most common are [https: /msg NickServ RECOVER [nick/addons.mozilla.org/en-US/firefox/addon/16 Chatzilla]<br/>(NOTE: Please use the Ghost command instead Add-on for nowFirefox)<, and [http://td><www.mirc.com/tr>mIRC].
Once installed and running, you will have such options as connecting to various servers. We're particularly interested in the one which the seneca chatroom is located. This table has some basic commands for IRC. {|| /server irc.freenode.net| /* Connects your client to an IRC server. In this case, it is the freenode server*/|-| /join #seneca| /* Join #seneca channel */|-| /nick nickname| /* Change your nickname */|-| /leave| /* Leave the channel */<br />**Note: /part also works|-| /query nickname| /* Open a private chat with some one */|} Once connected to the server, it is a good idea to register your nick, otherwise someone can impersonate you and steal your nick -- Forcing you to change your name again. To register, one uses the following command:<code>/msg nickserv REGISTER foo foo@bar.com</code> This will associate your account with the e-mail foo@bar.com, as well as have your password be foo.To identify yourself, you do a similar command:<code>/msg nickserv IDENTIFY foo</code> If someone has taken your registered nick, or you have a zombie in the channel (Where you drop connection but you still appear in the channel), there is a command to fix that. {|| RECOVER Kill another user who has taken your nick<br /><br />Syntax : /msg NickServ RECOVER [nick] [personal password]<trbr /><tdbr />/* leave out the brackets [] */ (NOTE: Please use the Ghost command instead for now)|-| GHOST Kills the nickname<br /><br />Syntax : /msg NickServ GHOST [nick][personal password]<br /><br />/* leave out the brackets []<br /td><code><br />/msg NickServ ghost nickname password<br /tr></tablecode>|} Stick with GHOST for now, as Recover is becoming more obsolete.
== Linked List Explained ==
[[Linked List]] <br />
If you don't really understand how linked lists work or why we should even use them then this page is made for you!