News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

A problem.

Started by dkaip, January 03, 2011, 11:44:38 PM

Previous topic - Next topic

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
#include <string>
#include <vector>
#include <list>

using namespace std;

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

vector<link> l11;

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...
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]