If you’re running some kind of a blog wherein you need to post source codes, snippets and stuff, you could run into problems. Now, this blog uses a plugin called SyntaxHighlighter. You can simply download and install the plugin as any other Wordpress plugin, and you’re ready to post source codes.
Entries from November 30th, 2008
PHP NetBeans – A Good and Free PHP IDE
November 30th, 2008 · Comments Off · Editors And IDEs
After a lot of searching for quite a few months, all of a sudden, I stumbled upon PHP Netbeans. I have not even cared to know when it was released, but I never came across it in my previous (maybe lacking?) searches.
Taking User Input Containing Spaces
November 30th, 2008 · 3 Comments · C++, Programming
In c++, many a times, you’d want to take a string as an input. But the default cin statement cannot accept spaces, i.e. it terminates the input when it encounters a space. For eg, if you input ‘Hello World’, only ‘Hello’ would be stored and rest all discarded. To overcome this, we have a function [...]
Tags:
