c ++ programming


SUBMITTED BY: gatto

DATE: Feb. 17, 2016, 4:53 a.m.

FORMAT: C++

SIZE: 1.0 kB

HITS: 3975

  1. struct Formats{
  2. string format;
  3. string soft;
  4. }menu[19] = {
  5. { format: "MPC", soft: "Soft00Cmt" },
  6. { format: "SkyMap", soft: "Soft01Cmt" },
  7. { format: "Guide", soft: "Soft02Cmt" },
  8. { format: "xephem", soft: "Soft03Cmt" },
  9. { format: "Home Planet", soft: "Soft04Cmt" },
  10. { format: "MyStars!", soft: "Soft05Cmt" },
  11. { format: "TheSky", soft: "Soft06Cmt" },
  12. { format: "Starry Night", soft: "Soft07Cmt" },
  13. { format: "Deep Space", soft: "Soft08Cmt" },
  14. { format: "PC-TCS", soft: "Soft09Cmt" },
  15. { format: "Earth Centered Universe", soft: "Soft10Cmt" },
  16. { format: "Dance of the Planets", soft: "Soft11Cmt" },
  17. { format: "MegaStar V4.x", soft: "Soft12Cmt" },
  18. { format: "SkyChart III", soft: "Soft13Cmt" },
  19. { format: "Voyager II", soft: "Soft14Cmt" },
  20. { format: "SkyTools", soft: "Soft15Cmt" },
  21. { format: "Autostar", soft: "Soft16Cmt" },
  22. { format: "Celestia (SSC)", soft: "empty" },
  23. { format: "Stellarium", soft: "empty" }
  24. };

comments powered by Disqus