The code in windows runs ok, but in ubuntu stops says that l var in prototype ... i must go to ubuntu to see it...
By the way an exelent way to mooving line up and doun is(n++) Ctrl+Shift+up arrow / Ctrl+Shift+down arrow
Thank's
Jim
#include <string>
#include <vector>
#include <list>
using namespace std;
struct link
{
int tar;
vector<int>cds;
};
vector<link> l11;
Quote from: dkaip on January 03, 2011, 11:44:38 PM
The code in windows runs ok, but in ubuntu stops says that l var in prototype ... i must go to ubuntu to see it...
This is not a C/C++ programmers forum. You error is not related to Code::Blocks, so please ask in an appropriate forum. Thank you.