Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Threading problems.  (Read 6732 times)

0 Members and 1 Guest are viewing this topic.

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
« Last Edit: September 03, 2014, 12:53:17 am by Jesper Juhl »

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Threading problems.
« Reply #16 on: September 03, 2014, 12:02:51 am »
Quote
Visual Studio 2010

That's another thing, if this is your first time writing C++ your should probably upgrade to Visual Studio 2013 so you can write C++11 code (and learn RAII while you are at it).  ;)
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

MW2TopTenWORLD

  • Newbie
  • *
  • Posts: 23
    • View Profile
    • Email
Re: Threading problems.
« Reply #17 on: September 03, 2014, 12:26:08 am »
@zsbzsb I Do Use Visual Studio 2013, wether for C# or wether for C++, but as sfThera wasn't working in 2013 I used 2010 instead... but thanks about the RAII Thing as I had no idea about it, although I had heard its name before :)

Thanks

Mörkö

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: Threading problems.
« Reply #18 on: September 03, 2014, 03:48:30 pm »
Quote
Visual Studio 2010

That's another thing, if this is your first time writing C++ your should probably upgrade to Visual Studio 2013 so you can write C++11 code (and learn RAII while you are at it).  ;)
Even better, upgrade to linux and go for something like QT Creator + CMake. Try it with a babby distro like Mint or OpenSUSE, you will never look back.
« Last Edit: September 03, 2014, 03:51:34 pm by Mörkö »

zsbzsb

  • Hero Member
  • *****
  • Posts: 1409
  • Active Maintainer of CSFML/SFML.NET
    • View Profile
    • My little corner...
    • Email
Re: Threading problems.
« Reply #19 on: September 03, 2014, 05:11:43 pm »
Seriously?? Don't start an OS flame war here when one doesn't exist. Windows and Linux are both perfectly valid choices of an OS.
Motion / MotionNET - Complete video / audio playback for SFML / SFML.NET

NetEXT - An SFML.NET Extension Library based on Thor

Mörkö

  • Jr. Member
  • **
  • Posts: 96
    • View Profile
Re: Threading problems.
« Reply #20 on: September 03, 2014, 05:14:36 pm »
Quote
Windows and Linux are both perfectly valid choices of an OS.
Well okay, but GNU+Linux systems are friendlier for programmers.
« Last Edit: September 03, 2014, 05:22:43 pm by Mörkö »