On 2013-09-05 21:48, Flamaros wrote:
I am searching the right way to find fonts folder for each platforms
(Windows, linux, macOS X)
On Windows it's generally "C:\Windows\Fonts" but a direct access seems
brutal, it's certainly expected to retrieve this path by using some
register keys?
Is someon
On Thursday, 5 September 2013 at 19:19:42 UTC, Jonathan
Crapuchettes wrote:
On Wed, 04 Sep 2013 11:49:41 +0200, anonymous wrote:
[...]
You can use a Template This Parameter [1] instead of inout:
auto opSlice(this This)()
{
static if(is(This == const)) alias QualifiedT = con
On Thursday, 5 September 2013 at 19:59:20 UTC, Justin Whear wrote:
On Thu, 05 Sep 2013 21:48:03 +0200, Flamaros wrote:
I am searching the right way to find fonts folder for each
platforms
(Windows, linux, macOS X)
On Windows it's generally "C:\Windows\Fonts" but a direct
access seems
brutal,
On Thu, 05 Sep 2013 21:48:03 +0200, Flamaros wrote:
> I am searching the right way to find fonts folder for each platforms
> (Windows, linux, macOS X)
>
> On Windows it's generally "C:\Windows\Fonts" but a direct access seems
> brutal, it's certainly expected to retrieve this path by using some
>
Maybe I'm somewhat disturbed but I'd rather go the other way
round, i.e. (ab)use D as a comfortable and less error prone way
to create C Code. But oh well that's wet dreaming anyway for
quite some time.
To your questions:
Considering that you are new to D (like myself), come from gnu
compiler wo
I am searching the right way to find fonts folder for each
platforms (Windows, linux, macOS X)
On Windows it's generally "C:\Windows\Fonts" but a direct access
seems brutal, it's certainly expected to retrieve this path by
using some register keys?
Is someone know how it works for linux and/
On Wed, 04 Sep 2013 11:49:41 +0200, anonymous wrote:
> On Wednesday, 4 September 2013 at 00:56:39 UTC, Jonathan Crapuchettes
> wrote:
>> If a range struct (Range) is defined inside another struct (Test), how
>> can the constness or mutability of Test be attributed to the return
>> type of Range.fr
On 09/05/2013 01:14 AM, Ludovit Lucenic wrote:
I have created a wiki on this one.
http://wiki.dlang.org/Read_table_data_from_file
Compiling with "DMD64 D Compiler v2.064-devel-52cc287" produces the
following errors:
* You had byLines in your original code as well. Shouldn't it be byLine?
*
On Thursday, 5 September 2013 at 09:33:00 UTC, John Colvin wrote:
On Thursday, 5 September 2013 at 09:11:06 UTC, John Colvin
wrote:
On Thursday, 5 September 2013 at 09:00:27 UTC, John Colvin
wrote:
On Tuesday, 3 September 2013 at 11:51:37 UTC, Carl Sturtivant
wrote:
I'm confused as to what yo
On Thursday, 5 September 2013 at 09:11:06 UTC, John Colvin wrote:
On Thursday, 5 September 2013 at 09:00:27 UTC, John Colvin
wrote:
On Tuesday, 3 September 2013 at 11:51:37 UTC, Carl Sturtivant
wrote:
I'm confused as to what you're trying to do... your example
code is equivalent to
import s
On Thursday, 5 September 2013 at 09:00:27 UTC, John Colvin wrote:
On Tuesday, 3 September 2013 at 11:51:37 UTC, Carl Sturtivant
wrote:
I'm confused as to what you're trying to do... your example
code is equivalent to
import std.stdio;
int x = 3;
int scale( int s) { return x * s; }
auto f = &
On Tuesday, 3 September 2013 at 11:51:37 UTC, Carl Sturtivant
wrote:
I'm confused as to what you're trying to do... your example
code is equivalent to
import std.stdio;
int x = 3;
int scale( int s) { return x * s; }
auto f = &scale;
writeln( f(7) );
No it isn't according to dmd.
My co
On Saturday, 31 August 2013 at 17:42:21 UTC, Andrei Alexandrescu
wrote:
On 8/30/13 6:32 AM, eles wrote:
On Friday, 30 August 2013 at 11:34:59 UTC, Jacob Carlborg
wrote:
On 2013-08-30 09:39, eles wrote:
One possible solution would be for rdmd to create a link in its
temporary directory to the o
I have created a wiki on this one.
http://wiki.dlang.org/Read_table_data_from_file
14 matches
Mail list logo