9 / 8 / 4
Регистрация: 22.10.2017
Сообщений: 162
1

[BCC32 Error] Unit1.cpp(15): E2285 Could not find a match for 'Poly::Poly(int)'

18.03.2018, 18:27. Показов 951. Ответов 1
Метки нет (Все метки)

Author24 — интернет-сервис помощи студентам
C++
1
2
3
4
5
TForm1 *Form1;
const unsigned int i = 5, j = 2;
int mass[i][j];
int choice_f = 0, counter = 0;
Poly pol(mass[i][j]);
вот сам класс
C++
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class Poly
{
    protected :
        int mass[5][2];
 
    public : Poly (int masss[5][2])
    {
         for (int i = 0; i < 5; i++)
         {
            mass[i][0] = masss[i][0];
            mass[i][1] = masss[i][1];
         
                 }
        }
}
Ошибка в заголовке.
0
Programming
Эксперт
94731 / 64177 / 26122
Регистрация: 12.04.2006
Сообщений: 116,782
18.03.2018, 18:27
Ответы с готовыми решениями:

[BCC32 Error] File1.cpp(74): E2285 Could not find a match for 'student1::student1(const char *,int,int)'
#include&lt;conio.h&gt; #include&lt;stdio.h&gt; #include&lt;iostream.h&gt; #include&lt;windows.h&gt;...

[C++ Error] Unit1.cpp(77): E2285 Could not find a match for 'istream::getline(const AnsiString)'
Добрый день, помогите чайнику. Было всё нормально пока не добавил пункт Name в OpenClic. После...

Ошибка: "[bcc32 Error] Unit1.cpp(30): E2316 'TForm1::manRefresh(int ( *)[10])' is not a member of 'TForm1'"
Здравствуйте, форумчане! Нуждаюсь в вашей помощи. На сколько я понимаю, есть уже &quot;готовый...

[BCC32 Error] Unit1.cpp(45): E2188 Expression syntax
float f (float x) { // Stack: TStack2; TStack *p; int i; char ch; float d, d1, d2; { ...

1
nd2
3437 / 2816 / 1249
Регистрация: 29.01.2016
Сообщений: 9,426
18.03.2018, 18:30 2
Цитата Сообщение от Keks_Stolicny Посмотреть сообщение
C++
1
Poly pol(mass[i][j]);
C++
1
Poly pol(mass);
1
18.03.2018, 18:30
IT_Exp
Эксперт
87844 / 49110 / 22898
Регистрация: 17.06.2006
Сообщений: 92,604
18.03.2018, 18:30
Помогаю со студенческими работами здесь

[BCC32 Error] Unit1.cpp(32): E2451 Undefined symbol 'rowc'
вот сам код: #include &lt;vcl.h&gt; #pragma hdrstop #include &quot;Unit1.h&quot; ...

[bcc32 Error] Unit1.cpp(46): E2288 Pointer to structure required on left side of -> or ->*
void __fastcall TForm1::Button2Click(TObject *Sender) { for(int j=1;j&lt;StringGrid2-&gt;ColCount;j++)...

Ругается [BCC32 Error] Unit1.cpp(35): E2015 Ambiguity between 'fmCreate' and 'Classes::fmCreate'
TFileStream* f = new TFileStream(&quot;lol.exe&quot;, fmCreate|fmOpenWrite);...

[C++ Error] Unit1.cpp(50): E2316 '_fastcall TForm1::Vector(int,int,int,int)' is not a member of 'TForm1'
есть событие набраное в Unit.cpp, при запуске программы выбивается ошибка: Unit1.cpp(50): E2316...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
2
Ответ Создать тему
Опции темы

КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2024, CyberForum.ru