Search:

Type: Posts; User: tommantonela

Search: Search took 0.01 seconds.

  1. I compiled again and got this now as output of...

    I compiled again and got this now as output of the compiler... with the same messages than before.



    Ejecutando los pasos para construir el proyecto clausula...
    Iniciando:...
  2. I have already check there but I canīt find a...

    I have already check there but I canīt find a solution... :S
  3. All the files are together in the same folder......

    All the files are together in the same folder... And I did nīt change any setting... I donīt know what is causing that... Iīm working with QT Creator for first time...
  4. error: collect2: ld returned 1 exit statu

    Iīm trying to compile and execute my project and I got :
    error: collect2: ld returned 1 exit status, besides the fact I keep getting: undefined reference to `vtable for CTermino' Iīm sure that all...
  5. Replies
    12
    Views
    2,896

    Sorry for my Spanish Code!!! That function is...

    Sorry for my Spanish Code!!! That function is used in order to solve a part of problems related with First Order Logic... to check the satisfiability of a set of clauses...
    The switch is not the...
  6. Replies
    12
    Views
    2,896

    CTermino is an abstract class, thatīs what I use...

    CTermino is an abstract class, thatīs what I use CTermino *
  7. Replies
    12
    Views
    2,896

    I have also tried that alternative as I did in...

    I have also tried that alternative as I did in another case... but I donīt know why it doesnīt work... I intented to do a cast to, but I couldnīt solve the issue.
  8. Replies
    12
    Views
    2,896

    Thatīs the code... itīs recursive function.

    Thatīs the code... itīs recursive function.
  9. Replies
    12
    Views
    2,896

    Error in passing arguments

    I have defined an abstract class so I must use reference to that class... I also use a list with that type... the problem is when I intent to use the iterator as an argument to a function.
    This is...
  10. Replies
    5
    Views
    1,638

    Thanks Bubba!!! That worked!!! Thank you very...

    Thanks Bubba!!! That worked!!! Thank you very much!! :)
  11. Replies
    5
    Views
    1,638

    Thatīs true... my mistake... The code I posted...

    Thatīs true... my mistake... The code I posted correspond to another try... :S
    Thereīs no any chance I could possible do what Iīm trying to do?
  12. Replies
    5
    Views
    1,638

    How to handle abstract classes?

    I have defined an abstract class CTermino... in one part of the code I wrote:



    void agregarReemplazo (CTermino *terOriginal, CTermino *terReemplazante)
    //Stuff
    pair < CTermino*, CTermino* >...
  13. Thanks a lot!!!! That work out!!! I appreciate...

    Thanks a lot!!!! That work out!!! I appreciate your help!!!! Thank you very much!!! :)
  14. Yes... Itīs something like a 'cross reference'......

    Yes... Itīs something like a 'cross reference'... Parser needs CFuncion and then I want to use a method of Parser inside CFuncion... is that posible to do?
  15. error: aggregate '' has incomplete type and cannot be defined.

    Help!!! Iīm working in a project and when I try to compile I got plenty errors... one of them if error: aggregate 'Parser parser' has incomplete type and cannot be defined.
    The code where appears it...
Results 1 to 15 of 15