D
D
dR2nrWs5TC2021-06-02 14:05:12
Eclipse
dR2nrWs5TC, 2021-06-02 14:05:12

Linux IDE eclipse c++. How to open and compile this example?

Linux IDE eclipse c++ . How to open and compile this example?
60b7658b4ed21081191444.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2021-06-02
@SaNNy32

You can do something like this https://habr.com/ru/post/241133/

R
res2001, 2021-06-02
@res2001

File->New->C++ Project->Hello World C++ project->name the project in the Project name->Finish field
The project will appear in the Project Explorer with one source code file. Open this file, there will be the usual "Hello world". Replace the entire contents of the file with the code from the document.
Build project: Project->Build All
Run built project Ctrl+F11 (Run->Run)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question