Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

c++ on xcode

  1. O

    macOS Question about the program being developed

    Hi, ALL, I'm trying to develop a cross-platform application with C++. On Windows/Linux everything works correctly. On Mac I'm using Xcode and my program is crashing. When I run it from inside Xcode (by pressing Cmd+R) it is crashing somewhere because of bad cast. When I try to run it from...
  2. I

    macOS Problem with C++ on XCode

    Hey guys, I am very new to programming and am taking a beginners class in college right now. I have to solve for the mean, linear regression line, and variance. I am given a txt file that has two columns. The first (x-column) is height and the second (y-column) is wingspan. Long story short, I...