Problem when posting source code
-
Hi,
I don’t know if the problem is about the theme, but when I try to add a source code to my post like the following piece of code, It doesn’t work and
[code language="cpp"]
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <sstream>
using namespace std;
struct FileRead{
void readFromFile();
vector<vector<string>> person;
};
[/code]It views the code like that:
How can I solve this issue?
Thank you.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problem when posting source code’ is closed to new replies.