ThreadStack Project: a new innovative open source software for multi-thread computing

2018-04-24 Thread Erkam Murat Bozkurt
I have developed a new open source software as a result of a scientific research and I want to share my study with scientists and/or software developers. ThreadStack is an innovative software which produces a class library for C++ multi-thread programming and the outcome of the ThreadStack acts as

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
Hello Jim, This looks like a great guide! We will probably make use of this for our interns. Do you have the sources? Would you consider putting it into a git hub repo and be open to pull requests? On Tue, Apr 24, 2018 at 2:39 PM, Jim Reilly wrote: > I have put together a guide to help be

Re: Beginners guide

2018-04-24 Thread Göran Hasse
Books don't have to be very thick to be called books. Make a small book on: https://en.wikibooks.org/wiki/Subject:Computing /gh Den 2018-04-24 kl. 19:39, skrev Jim Reilly: > I have put together a guide to help beginners to get started using gtk+3.0 in > the hope that it might be useful. I do no

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
On Tue, Apr 24, 2018 at 3:20 PM, Göran Hasse wrote: > Books don't have to be very thick to be called books. > > Make a small book on: https://en.wikibooks.org/wiki/Subject:Computing +1 > > > /gh > > Den 2018-04-24 kl. 19:39, skrev Jim Reilly: > > I have put together a guide to help beginners

Re: Beginners guide

2018-04-24 Thread Marshall Lake
Thanks for this. I can use all the help I can get. Date: Tue, 24 Apr 2018 19:39:06 +0100 From: Jim Reilly I have put together a guide to help beginners to get started using gtk+3.0 in the hope that it might be useful. I do not have a web site through which I can make it available so I hav

Re: Beginners guide

2018-04-24 Thread Igor Chetverovod
Hello Jim, Thank you for book. I think this guide must include information about main context and main loop and how to split UI handling and other computations to several main loops running in several threads. Because one day beginner using in application single main loop will be faced with fre