How to insert the source code (for examle c++ java) into wikidpad without textformatting

156 views
Skip to first unread message

大智慧知恵袋

unread,
Aug 1, 2012, 9:45:56 AM8/1/12
to wikidpa...@googlegroups.com
How to insert the source code (for example c++ java) into wikidpad without text formatting?
I used the <<pre  code >> to enclose source code which is has been formatted, but is not good


int main()
{
    FileOpen();
    InitAverageTime();
//	srand((unsigned)time(NULL));
//	InitPacket();
//  cout << blanketPacket[0].produceTime << endl;
//	PagingSimulation();
//	PrintRunTable();
//	CountAverageTime();
//    cout << "bulkn average time = " << averageTime << endl;
//    PrintResult();
    CountDoubleChange();
    PrintToFile();
	FileClose();
    return 0;
}

Reply all
Reply to author
Forward
0 new messages