vote up 1 vote down star

I am looking for some blog site where i will be able to directly paste c++ code examples in my publishes and see the code with all the alignments and colors like i see it on pastie.org.

I need all those things be made automatically because i don't know HTML and can't make by myself the code changes.

flag

To clarify, you are looking for blogging software? Or do you just want to post code snippets to show people? If the latter, try dpaste.com – Brian Neal Sep 4 at 0:33
Maybe I didn't explain myself good enough. I want to pasted code snippets in blog . And that they will look like here for example code.google.com/p/syx/… thanks – Night Walker Sep 4 at 7:20
1  
That's exactly what WP-Syntax does... – LiraNuna Sep 4 at 10:05

2 Answers

vote up 5 vote down check

Get wordpress + WP-Syntax.

You won't be able to "copy and paste" the code directly, but you'll have to wrap it like this:

<pre lang="c++">
    CODE GOES HERE
</pre>
link|flag
I had trouble to use that wordpress app . It wants me to establish some web server , I look only some site where i can directly copy paste without further installations . – Night Walker Sep 3 at 22:01
2  
@Night Walker, you don't have to host the server yourself. If you get an account on wordpress.com you can let them host the blog for you. – Brian Neal Sep 4 at 0:34
I downloaded that wordpress app , and had trouble to understand what to do with it there is only php files there . – Night Walker Sep 4 at 7:22
1  
Well if you want a blog, you can host it yourself by following the installation directions for blog software (like wordpress), or you can turn to a service that does the hosting for you: blogspot.com, wordpress.com, etc. – Brian Neal Sep 5 at 21:46
vote up 2 vote down

I use this JavaScript for syntax highlighting in blogger. It's very easy to use.

The key feature of above highlihter is that script permanently hosted on http://softwaremaniacs.org/, so that make it possible is to use script on blogger.com.

Another one nice syntax highlighter could be found at code.google.com (it could be integrated in blogger.com). image

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.