Question about Eclipse Platform

  • Thread starter Thread starter jimmyv12
  • Start date Start date
  • Tags Tags
    Eclipse Platform
AI Thread Summary
To compile and run C++ code in Eclipse, ensure that the C++ compiler is installed and properly configured within the Eclipse environment. Users have encountered issues when the correct compiler is not included with the Eclipse installation. To execute a simple "Hello World" program, navigate through the context menus in Eclipse, which provide options for compiling and running the code. For additional guidance, searching for tutorials on using Eclipse can offer step-by-step instructions, which can be beneficial for beginners.
jimmyv12
Messages
10
Reaction score
0
How exactly do I compile and run C++ code in eclipse as though it were in pico? I've wrote code that I know works, just a simple "Hello World" program, but I can't figure out how to make the one file program run!
 
Technology news on Phys.org
Do you have the C++ compiler installed? Did it come with the Eclipse platform? I had a problem the first time I downloaded Eclipse because I didn't get the right compiler.

To run in Eclipse, I believe is under one of the context menus. I don't currently have Eclipse in front of me otherwise I'd be of more assistance.

Also, try looking up some tutorials using Eclipse and go step by step, that's how I got my Android apps written. (Not posted, just played around with it)

HTH
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top