Questions tagged as 'compilador'

2
answers

C ++ error no matching function for call to 'Node :: Node (point &, float &, Node &)'

I have an error in the code, precisely in the constructor, the compiler says that I am not passing the appropriate parameters, to put in context, this is the class that the constructor has, I only put the relevant functions to understand the dou...
asked by 20.11.2018 / 00:56
1
answer

Use of chains with bison and flex

I have a problem when retrieving strings that I have saved using flex in bison, I am new with these tools and I am only doing tests to create a language, but as I understand when you use the operator $ n gives you the value of the ele n of the r...
asked by 21.04.2017 / 09:57
1
answer

error when compiling main c ++ file

There is an error that has come up to me several times, I have modified the classes to remove that error, but it keeps coming out when executing the main, I do not know what it is referring to, we appreciate help. this is the main code: #in...
asked by 27.09.2017 / 01:27
1
answer

C ++ Can I declare an object of a class as a pair data type?

Can an object of a class be declared as a pair data type in C ++? I have been searching but I have not found much, I have tried to apply it in my code but it does not come out, eg: This is the code: char tag ='A'; point p(p....
asked by 11.11.2018 / 15:27
2
answers

c ++ error expected initializer before 'void' when compiling main [closed]

I have a doubt with a class in which I implement a vector with all its functions, what happens is that when compiling, in the main I get an error that I do not understand, I have reviewed my code and I can not find an error. This is th...
asked by 09.02.2018 / 02:07
1
answer

C ++ compiler for windows 10

I am looking for a compiler that supports the clrscr instructions, I have read that the error seems to be in the conio.h library. I have tried the mingw but it gives me the following error:    C: \ tesisv3> gcc sumar2....
asked by 14.06.2018 / 21:07
1
answer

Why when running my code does not make any changes on the screen?

codeblocks edition Good, my problem continues with the compiler of the codeblocks or the way in which compiled, in several Youtube courses I have seen that they do not have this problem and none I could give reason. What happens is that when...
asked by 02.03.2017 / 04:42
1
answer

Error: ... undeclared (first use in this function)

I am trying to compile this program but it gives me compile error, even though I have added functions.h Code of p2_e4 (where the main is): #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stack_fp.h" #...
asked by 14.05.2017 / 20:43
0
answers

SpacebrewYun: undefined reference to 'Console'

I am trying to use the Arduino Yún board with one of the examples ( < em> spacebrewBoolean ) that has the same library, but in doing so I can not compile the code that comes in the example, what could it be? It returns the following errors:...
asked by 25.11.2016 / 17:45
1
answer

no matching function for call to error when compiling

I have a question with a program that I did, it is a class to do vector operations, I create two vectors with the constructor of the class, one is passed as a parameter to the function suma() , to add two vectors, which it happens that I g...
asked by 10.02.2018 / 23:11