Subject: CGAL users discussion list
List archive
Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
Chronological Thread
- From: Andreas Fabri <>
- To:
- Subject: Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017
- Date: Wed, 10 Mar 2021 13:38:34 +0100
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
- Ironport-phdr: 9a23:ZNkkxxe4s3CGkExvEylo6lI8lGMj4u6mDksu8pMizoh2WeGdxc25ZRGN2/xhgRfzUJnB7Loc0qyK6vGmADVQqs/Q+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAiyoAnLq8UanIhvJqksxhbNv3BFZ/lYyWR0KFyJgh3y/N2w/Jlt8yRRv/Iu6ctNWrjkcqo7ULJVEi0oP3g668P3uxbDSxCP5mYHXWUNjhVIGQnF4wrkUZr3ryD3q/By2CiePc3xULA0RTGv5LplRRP0lCsKMSMy/WfKgcJyka1bugqsqRxizY7Ofo+VOvlwcK3TctwVR2VOQslfWjddAo6/dYYDE/YNMOhaooT7ulAArQG+BQ6pBO731jJIgGL53bck3Os7CgHNwQwuEMgVv3TOrdX+KaAfXvqzzKbV1zXMcelZ2Szn5IjGaB8uuuuMXbNrfMre10YvEAbFgUuMqYz/PzKV2P4CvHSH7+pnT+Kui3QrpB12ojiq38ohjJTCiY0JxF7e7yp53Jo1KsOiSE59edOqHodcui6EO4Z2Qs0vQm5mtSk5x7AEtpO2eCgHxYg7yhDRZfKLbZWF7gzgWeqNITl1mm5pdbaxihuv/0at1O7xW8+p21hEqSpFl8PDtnEL1xHL7MiIUOBy8Vyl2TmRzQzc9uZEIUUsmaraLZ4h2L8wmYAJvUTNBC/7nlj9gqyOdkg8+eWl6f7rb7Hlq5OGKoN5ih3yPr4zlsG9Aek0KgwDU3SB9eihybHu/Ff1TKtWgvA1iKXVrZLXKMsDqqKlGQNZzpwv5wqlAzu61tkTgGcKLFZYeBKck4jmJUvOLu35Dfa+nVuhiCtnyvbbNbP7GJrNNGLMkLL5cLZ99UFczA0zwMhC659aEL0BJfXzV03ruNzdFBA5Mgi0z//gCNVgyoMSQ2WPArGZMK/It1+H+P4vL/GNZI8Tpjn9N+Ao6v3sgHMjnVIQfrOl0YYXZXykBPhqPkeUbHr0jtcEC2gKvw4+TOLwiF2FVD5ef2y9X6Qh6TEhFo2pF5zDSpqjgLObxyi7BJxWa3tJCl+SFnfocpuLW+sWaCOSLM9uiCALVaSmS4871RCirhP1y71iLubM4C0XqYrj1MRp5+3UjRw96TN0AN6Z022UUm50n3gISCMr3KBkukxw0UyD0Kh9g/xAD9Nf/fJJUgEgNZ7d1eN2Ed7yWhjZcteMT1apX8upDCkqTtI0398Oe19xG9K/jhDfxyaqA6Eal7iMBJEs6qLc22L+JsZjxHbc1qQtkkQqTtFPNWK8nKJ/8BbTB47Tn0WfiamqabwQ3C/L9Gid0WqDpF1UXBRsXanfQXwTfFfaoczj5kzeV7+uFagnMgxZxMGeJatFcNnpgUxbS/fiI9TRf3+xm3yrBRuTx7OMapDqe2QH0ynHBkgEiVNbwHCdKAJrBju9u3mMS3t1BFf3agXt9/N/oTW1VAgv3gSSZgpg0bSyvRUajPjZR/II1a8fo3QcrS5pFmqwz86DC8acvxEzO+JHcNYl6RFG03jYvkpzJNu7PqV6jxkfdQpw+Ejh3hEyBoRbmtUxtyAWy195JquclV9AbDiFxovYO7vNK2C08gr8UaPO3kDi14Od9a4Lrfg5sF7+pxqBF0w48nwh3cMG/WGb48DjCgYIXJvqGmg+/QJ77+XTZCUn6orPk3NlO7O1mjDP3NckGPE0xB+rY9BFIeWPEwqkQJ5SPNSnNOF/wwvhVRkDJu0HrPdobfPjTOOP3euQBMglhCiv1z0V741610+Q7TtyQ+XU2IwUhfqf21nfDmquvBKaqsny3Lt8S3QSE264k3W2XdUXY6otO4MCCGPrJNCrgNJgh9jrVmIKrAfyVWND49egfF+pV3K42ARR0UoNpnn9wHm3wjtxni0zv6SW1zDJ2fWkfx0CaDZG
Instead of copying data you might have changed the working directory in Visual Studio.
Note that this example is just an example of how to use a triangulation.
Reading from std::cin is just one possibility. No uses ever would create a .cin file.
On 3/10/2021 1:08 PM, Aomandeyi ( via cgal-discuss Mailing List) wrote:
thank you very much , i copy the file "data" into the file "build" , the--
"data" file contain some files which included some "CIN" files ,so the
program can find theses inputs. It works!
but do you know how to generate such "CIN" files? can it be generated by
some software? Photoshop?
--
Sent from: http://cgal-discuss.949826.n4.nabble.com/
Andreas Fabri, PhD
Chief Officer, GeometryFactory
Editor, The CGAL Project
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, (continued)
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Andreas Fabri, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Maxime Gimeno, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Aomandeyi, 03/10/2021
- Re: [cgal-discuss] Problems for running "Triangulation_2_Examples" code with QT and VS2017, Kabir Kedia, 03/10/2021
Archive powered by MHonArc 2.6.19+.