<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=C-and-Cpp%2FC2%2FFirst-Cpp-Program%2FEnglish-USA</id>
		<title>C-and-Cpp/C2/First-Cpp-Program/English-USA - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=C-and-Cpp%2FC2%2FFirst-Cpp-Program%2FEnglish-USA"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=C-and-Cpp/C2/First-Cpp-Program/English-USA&amp;action=history"/>
		<updated>2026-05-06T06:10:32Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php?title=C-and-Cpp/C2/First-Cpp-Program/English-USA&amp;diff=21363&amp;oldid=prev</id>
		<title>Nancyvarkey: Created page with &quot;{| border=1 ||'''Time''' || '''Narration''' |- | 00:02 | Welcome to the spoken tutorial on '''First C++ program'''.   |- | 00:07 |  In this tutorial I am going to explain,   |...&quot;</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php?title=C-and-Cpp/C2/First-Cpp-Program/English-USA&amp;diff=21363&amp;oldid=prev"/>
				<updated>2015-04-10T09:22:54Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| border=1 ||&amp;#039;&amp;#039;&amp;#039;Time&amp;#039;&amp;#039;&amp;#039; || &amp;#039;&amp;#039;&amp;#039;Narration&amp;#039;&amp;#039;&amp;#039; |- | 00:02 | Welcome to the spoken tutorial on &amp;#039;&amp;#039;&amp;#039;First C++ program&amp;#039;&amp;#039;&amp;#039;.   |- | 00:07 |  In this tutorial I am going to explain,   |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| border=1&lt;br /&gt;
||'''Time'''&lt;br /&gt;
|| '''Narration'''&lt;br /&gt;
|-&lt;br /&gt;
| 00:02&lt;br /&gt;
| Welcome to the spoken tutorial on '''First C++ program'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:07&lt;br /&gt;
|  In this tutorial I am going to explain, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:10&lt;br /&gt;
| *How to write a C++ program&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:13&lt;br /&gt;
| *How to compile it&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 00:14&lt;br /&gt;
| *How to execute it&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:17&lt;br /&gt;
| We will also explain some common errors and their solution. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:22&lt;br /&gt;
|  To record this tutorial, I am using Ubuntu operating system version 11.10 and &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:29&lt;br /&gt;
|  G++ Compiler version 4.5.2 on Ubuntu.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:35&lt;br /&gt;
|  To practice this tutorial, &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:37&lt;br /&gt;
| You should be familiar with Ubuntu Operating System and an Editor&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:44&lt;br /&gt;
|Some editors are 'vim' and 'gedit'.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:48&lt;br /&gt;
| I am using 'gedit' in this tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:50&lt;br /&gt;
| For relevant tutorial please visit our website which is as shown. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 00:56&lt;br /&gt;
| Let me tell you how to write a C++ program through an example. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:01&lt;br /&gt;
| Open the  terminal Window using '''Ctrl,  Alt and T keys''' simultaneously on your keyboard.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:09&lt;br /&gt;
| To open the text editor, type on the terminal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:13&lt;br /&gt;
| '''“gedit”''' space '''“talk”''' dot '''“.cpp”''' space ampersand '''“&amp;amp;”''' sign.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:21&lt;br /&gt;
| We use the '''“&amp;amp;”''' to free up the prompt.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:25&lt;br /&gt;
| Please note that all the C++ files will have the extension '''“.cpp”'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:31&lt;br /&gt;
| Now   Press '''Enter''',&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:33&lt;br /&gt;
|the text editor has opened. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:35&lt;br /&gt;
|  Let us start to write a program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:38&lt;br /&gt;
| Type double slash '''“//”''' space '''“My first C++ program”.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:44&lt;br /&gt;
|  Here, double slash is used to comment the line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:49&lt;br /&gt;
| Comments are used to understand the flow of program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:52&lt;br /&gt;
| It is useful for documentation.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:55&lt;br /&gt;
| It gives us information about the program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 01:59&lt;br /&gt;
| The double slash is called as single line comment. Now press Enter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:05&lt;br /&gt;
| Type (hash) '''“#include”''', space, opening angle bracket, closing angle bracket .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:13&lt;br /&gt;
|It is  a good practice to complete the brackets first, and then start writing inside it. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:20&lt;br /&gt;
| Now Inside the bracket, type '''“iostream”''' .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:23&lt;br /&gt;
| Here '''iostream''' is a '''header file'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:26&lt;br /&gt;
| This file includes the declaration of  standard input output functions  in '''C++.''' Now press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:35&lt;br /&gt;
|  Type '''“using”''' space '''“namespace”''' space '''“std”''' and a semicolon '''“;”''' .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|02:45&lt;br /&gt;
|  The '''using''' statement informs the compiler that you want to use the '''std namespace'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:52&lt;br /&gt;
| The purpose of '''namespace''' is to avoid name collisions. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 02:56&lt;br /&gt;
| It is done by localizing the names of identifiers.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|03:00&lt;br /&gt;
| It creates a declarative region and defines a scope.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:05&lt;br /&gt;
| Anything defined within a '''namespace''' is in the SCOPE of that namespace.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:11&lt;br /&gt;
|Here '''std''' is the '''namespace''' in which entire standard C++ library is declared. Now press '''Enter'''.&lt;br /&gt;
&lt;br /&gt;
|- &lt;br /&gt;
| 03:20&lt;br /&gt;
| Type '''“int”''' space '''“main”''' opening bracket, closing bracket .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:26&lt;br /&gt;
|  '''main''' is a special '''function'''.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:30&lt;br /&gt;
| It denotes that the execution of the program begins from this line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:34&lt;br /&gt;
|The opening and the closing bracket is called as'' Parenthesis''.&lt;br /&gt;
|-&lt;br /&gt;
| 03:39&lt;br /&gt;
| Parenthesis followed by '''main'''  tells the user that '''main''' is a '''function.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:45&lt;br /&gt;
| Here, the '''int''' '''main()'''  function takes no '''arguments''' and returns a value of type integer.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:52&lt;br /&gt;
|  We will learn about data types in another tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 03:56&lt;br /&gt;
|Now  let us switch to the slides to know more about  main function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:02&lt;br /&gt;
| Every '''program''' should have  one main function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:04&lt;br /&gt;
| There should NOT be more than one “main” function.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:09&lt;br /&gt;
| Otherwise the compiler cannot locate the beginning of the program. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:13&lt;br /&gt;
| The empty pair of parentheses indicates that main has no '''arguments'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:19&lt;br /&gt;
| The concept of '''arguments''' will be discussed in  the upcoming tutorials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:24&lt;br /&gt;
| Now come back to our program. Press Enter.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:29&lt;br /&gt;
| Type opening curly bracket '''“{”'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:32&lt;br /&gt;
| The opening  curly  bracket marks the beginning of the function '''main()'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:37&lt;br /&gt;
|Then Type closing curly bracket '''“}”'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:40&lt;br /&gt;
| The closing bracket indicates the end of the function '''main()'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:45&lt;br /&gt;
|Now, inside the bracket press enter twice.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:49&lt;br /&gt;
| Move the cursor one line up.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|04:51&lt;br /&gt;
| Indentation makes the code easier to read.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:54&lt;br /&gt;
| It also helps to locate errors faster.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 04:58&lt;br /&gt;
|So let us  give a  space here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:01&lt;br /&gt;
|And type '''“cout”''' space two opening angle bracket ''''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:07&lt;br /&gt;
| Here '''cout '''is a standard '''C++ function''' to print the output on the terminal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:14&lt;br /&gt;
|Now  after the brackets, type within  double quotes.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:18&lt;br /&gt;
|Anything within the double quotes, in the '''cout ''' functions, will be printed. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:24&lt;br /&gt;
|Now inside a quote type“Talk to a teacher backslash n” (\n)'''.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:31&lt;br /&gt;
| Here '''\n''' signifies newline.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:35&lt;br /&gt;
| As a result, after execution of the '''cout''' function, the cursor moves to the new line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:41&lt;br /&gt;
|  Every C++ statement must end with a '''semicolon'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:45&lt;br /&gt;
| Hence type it at the end of this line.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:48&lt;br /&gt;
| Semicolon acts as a statement terminator. Now press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 05:53&lt;br /&gt;
| Give a space here and  Type '''“return”''' space '''“0”''' and a semicolon '''“;”.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:00&lt;br /&gt;
| This statement returns the integer zero.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:03&lt;br /&gt;
| An integer has to be returned for this '''function''' because the '''function''' type is '''int'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:10&lt;br /&gt;
| The '''return''' statement marks the end of executable statements.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:14&lt;br /&gt;
| We will learn more about the returned values in another tutorial.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:20&lt;br /&gt;
| Now click on '''“Save”''' button to save the file. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:23&lt;br /&gt;
| It is a good habit to save files frequently.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:26&lt;br /&gt;
| This will protect you from sudden power failures.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:30&lt;br /&gt;
| It will also be useful in case the applications were to crash.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:34&lt;br /&gt;
| Let us now compile the program.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:36&lt;br /&gt;
| Come back to our  terminal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:39&lt;br /&gt;
| Type '''“g++”''' space '''“talk.cpp”''' space hyphen '''“-o”''' space '''“output”.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:49&lt;br /&gt;
|Here '''g++''' is the compiler used to compile '''C++ '''programs.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:55&lt;br /&gt;
| '''talk.cpp''' is our filename. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 06:59&lt;br /&gt;
| '''hyphen -o output''' says that the executable should go to the file &amp;quot;output&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:05&lt;br /&gt;
| Now press '''Enter'''. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:07&lt;br /&gt;
|  We see that the program is compiled.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:10&lt;br /&gt;
| By typing '''ls space hyphen lrt''', we can see that '''output''' is the last file to be created.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:19&lt;br /&gt;
| Let us  execute a  program,  type  '''“./output” '''(dot slash output).&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:24&lt;br /&gt;
|And  Press '''Enter.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:27&lt;br /&gt;
| Here the output is displayed as '''“Talk to a teacher”.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:30&lt;br /&gt;
|  Now let us see the common errors which we can come across.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:35   &lt;br /&gt;
| Switch  back to  our text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:38&lt;br /&gt;
| Suppose here we miss the '''}'''(closing curly bracket)&lt;br /&gt;
|-&lt;br /&gt;
| 07:42&lt;br /&gt;
|now save the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:44&lt;br /&gt;
| Let us execute. Come back to our  terminal.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:48&lt;br /&gt;
| Now compile and run the program using the command we used before. We see an error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 07:55&lt;br /&gt;
| We see that there is an error at line no.7 in our '''talk.cpp''' file  that &amp;quot;expected curly bracket at the end of input&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:07&lt;br /&gt;
|Now  Come back to our  text editor .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:09&lt;br /&gt;
| As I said before, the closing curly bracket marks the end of the function main&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:14&lt;br /&gt;
| Hence re-insert the bracket here. Now Save the file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:19&lt;br /&gt;
|  Let us execute it again.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:21&lt;br /&gt;
| You can recall the previously entered commands by using up arrow key. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:26&lt;br /&gt;
| That is what I did now.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:30&lt;br /&gt;
|  Yes, it is working.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|08:32&lt;br /&gt;
|  I will show you another common error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:35&lt;br /&gt;
| Let us switch back to our text editor.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:37&lt;br /&gt;
| Now, suppose here we missed '''std.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:41&lt;br /&gt;
| Let us save the file. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:44&lt;br /&gt;
|  Come back to our  terminal . &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:46&lt;br /&gt;
| Let us compile .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:48&lt;br /&gt;
| We see that there is an  error at line no.3 and  line no.6 in our '''talk.cpp''' file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 08:56&lt;br /&gt;
|  That &amp;quot;expected identifier before 'semicolon' &amp;quot; and &amp;quot; 'cout' was not declared in this scope&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:05&lt;br /&gt;
|  As '''cout''' is the standard '''C++ library function'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:09&lt;br /&gt;
| and the entire '''C++ library function''' is defined under '''std namespace '''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:15&lt;br /&gt;
| Hence it is giving an error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|  09:18&lt;br /&gt;
| Let us now  fix the error.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:19&lt;br /&gt;
| Come back to our Text editor.  Type '''std''' here.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:23&lt;br /&gt;
| Let us save it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:25&lt;br /&gt;
|  Let us compile it again.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:29&lt;br /&gt;
|  Yes, it is working.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:32&lt;br /&gt;
|  As an assignment,&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:33&lt;br /&gt;
| write a program to print your name and city.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:37&lt;br /&gt;
| We used '''single line comment''' in this tutorial. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:40&lt;br /&gt;
| Now just try to give a '''multiline comment'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:44&lt;br /&gt;
| Watch the video available at the link shown below.  &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:46&lt;br /&gt;
| It summarizes the Spoken Tutorial project. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:48&lt;br /&gt;
| If you do not have good bandwidth, you can download and watch it.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:53&lt;br /&gt;
|The Spoken Tutorial Project Team: &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 09:55&lt;br /&gt;
| Conducts workshops using spoken tutorials. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|09:58&lt;br /&gt;
| Gives certificates to those who pass an online test. &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:01&lt;br /&gt;
| For more details, please  write to  contact @spoken-tutorial.org&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|10:10&lt;br /&gt;
|  Spoken Tutorial Project is a part of the Talk to a Teacher project.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:14&lt;br /&gt;
| It is supported by the National Mission on Education through ICT, MHRD, Government of India.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:20&lt;br /&gt;
| More information on this Mission is available at the link shown below.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:25&lt;br /&gt;
| This is Jean Bonnet from IIT Bombay signing off.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| 10:28&lt;br /&gt;
| Thank you for watching.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Nancyvarkey</name></author>	</entry>

	</feed>