Author Topic: A problem.  (Read 3730 times)

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
A problem.
« 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;

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: A problem.
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ