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
General Discussions
Switcher Hangout (Windows to Mac)
Mac Programming
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="gilesjuk" data-source="post: 383388" data-attributes="member: 29394"><p>Indeed. The original post doesn't make clear if the programming is just general programming or programming for a specific OS.</p><p></p><p>If you want to make use of Microsoft classes and libraries then you need to program on Windows with VC++.</p><p></p><p>If you want to do general C++ programming using the standard C++ libraries then you can do so on most OSes. However once you start using threads this is where the OSes will differ. Unix systems typically provide a fork() call which creates a new thread. With Windows you use another more fiddly method.</p></blockquote><p></p>
[QUOTE="gilesjuk, post: 383388, member: 29394"] Indeed. The original post doesn't make clear if the programming is just general programming or programming for a specific OS. If you want to make use of Microsoft classes and libraries then you need to program on Windows with VC++. If you want to do general C++ programming using the standard C++ libraries then you can do so on most OSes. However once you start using threads this is where the OSes will differ. Unix systems typically provide a fork() call which creates a new thread. With Windows you use another more fiddly method. [/QUOTE]
Verification
Name this item 🌈
Post reply
Forums
General Discussions
Switcher Hangout (Windows to Mac)
Mac Programming
Top