Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
A problem.
(1/1)
dkaip:
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;
--- End code ---
MortenMacFly:
--- 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...
--- End quote ---
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.
Navigation
[0] Message Index
Go to full version