Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Objective C code
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Raz0rEdge" data-source="post: 1189296" data-attributes="member: 110816"><p>Since you put the interface, implementation and the Main function all in one file, why are you trying to "import" a header file? </p><p></p><p>You should move the interface definition into the Fraction.h file, and leave the implementation and Main section in the current file.</p><p></p><p>Regards</p></blockquote><p></p>
[QUOTE="Raz0rEdge, post: 1189296, member: 110816"] Since you put the interface, implementation and the Main function all in one file, why are you trying to "import" a header file? You should move the interface definition into the Fraction.h file, and leave the implementation and Main section in the current file. Regards [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
Objective C code
Top