Technorati Tags: Source,Code,Blogger,WordPress,Typepad,SharePoint,visual basic,c#,java
Download this plugin. (http://minus.com/d2GlNCVnOrpfo.msi)
Install it and open live writer.
Select options you like
Here is an example of code:-
1: #include<iostream>
2: #include<conio.h>
3: int main()
4: {
5: clrscr();
6: cout<<"Hello World';
7: }
Comments are welcome!