Testing RTF to HTML Auto Formatter
Testing RTF to HTML Auto Formatter
Not to shabby, but because it's using margins for indentation it doesn't work in the xml feed. I think I will try tweeking the RTF to HTML Auto Formatter code.
// myfirst.cpp--displays a message
#include <iostream>
int main()
{
#include <iostream>
int main()
{
using namespace std;
cout << "Come up and C++ me some time.\n"
cout << "You won't regret it!" << endl;
return 0;
}cout << "Come up and C++ me some time.\n"
cout << "You won't regret it!" << endl;
return 0;
Not to shabby, but because it's using margins for indentation it doesn't work in the xml feed. I think I will try tweeking the RTF to HTML Auto Formatter code.


0 Comments:
Post a Comment
<< Home