Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: dkaip on January 03, 2011, 11:44:38 pm

Title: A problem.
Post by: 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...
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
Code
#include <string>
#include <vector>
#include <list>

using namespace std;

struct link
{
  int tar;
  vector<int>cds;
};

vector<link> l11;
Title: Re: A problem.
Post by: MortenMacFly on January 04, 2011, 07:07:27 am
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.