Question about Eclipse Platform

  • Thread starter Thread starter jimmyv12
  • Start date Start date
  • Tags Tags
    Eclipse Platform
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
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!
 
Physics 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