Usuário:Bielhpp: mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
mSem resumo de edição
mSem resumo de edição
Linha 8: Linha 8:


On lemsvxl, if you are facing problems with coin3d, simply build the bgui3d first [https://vxl.github.io/doc/release/contrib/brl/bbas/bgui3d/html/index.html source]
On lemsvxl, if you are facing problems with coin3d, simply build the bgui3d first [https://vxl.github.io/doc/release/contrib/brl/bbas/bgui3d/html/index.html source]
Assertion error provided by Chen was, apperently fixed. Just added # define NDEBUG on sdetd_convert_edgemap.cxx. [https://stackoverflow.com/questions/2290509/debug-vs-ndebug source]

Edição das 18h48min de 21 de junho de 2023

Hi,

I'm Gabriel Andrade from LabVis (IPRJ-UERJ). I will put here some notes on kinda modern C++ for myself and others

C++, since C++ 11, does not compare boolean with pointer. Use nullptr or NULL instead.

There are problems with unique_ptr to deal with into LEMSVPE project. Solution found: use shared_ptr. check this link and this one

On lemsvxl, if you are facing problems with coin3d, simply build the bgui3d first source

Assertion error provided by Chen was, apperently fixed. Just added # define NDEBUG on sdetd_convert_edgemap.cxx. source