P
plize
Hello people,
I have C++ code compiled with GNU compiler gcc version 2.95.3.
which I need to edit and run under windows. (I have access to VS6 and
VS.NET)
What approach is easier?
1) Rewrite it?
2) Add functions so that the original code makes sense?
For example, the following line generates an error:
vector<pair<int, int> > abc;
map<int, vector<int> > xyz;
Thank you
I have C++ code compiled with GNU compiler gcc version 2.95.3.
which I need to edit and run under windows. (I have access to VS6 and
VS.NET)
What approach is easier?
1) Rewrite it?
2) Add functions so that the original code makes sense?
For example, the following line generates an error:
vector<pair<int, int> > abc;
map<int, vector<int> > xyz;
Thank you