October 04, 2009 Learn » Re: __func__ | |||
|---|---|---|---|
| |||
...idx; len = size; idx += size; } if(start < mangle.length) return mangle[start .. start + len]; else... | |||
October 02, 2009 General » Re: scope class members -> in-situ | |||
|---|---|---|---|
| |||
...const int len = __traits(classInstanceSize, `~type~`); typeof(this).classinfo.init[off .. off + len] = `~type~`.classinfo... | |||
September 20, 2009 General » memset and related things | |||
|---|---|---|---|
| |||
...double)len));
auto t0 = myclock();
//test!(T, 0)(len, nloops);
auto a2 = new T[len... | |||
September 19, 2009 Issues » [Issue 3331] New: Error in the std.md5 example | |||
|---|---|---|---|
| |||
...while ((len = fread(buffer, 1, buffer.sizeof, file)) != 0) has to be while ((len = fread... | |||
September 19, 2009 Learn » Array assign | |||
|---|---|---|---|
| |||
...T, bool withLoop)(int len, int nloops) {
auto a = new T[len];
for (int i... | |||
September 18, 2009 Learn » Re: D1: std.md5: corrections for the given example | |||
|---|---|---|---|
| |||
...you wanna tell us? That while (auto len = file.readBlock(buffer.ptr, buffer.sizeof)) has... | |||
September 17, 2009 Learn » Re: D1: std.md5: corrections for the given example | |||
|---|---|---|---|
| |||
...context; int len; ubyte[4 * 1024] buffer; ubyte digest[16]; context.start(); while ((len = file... | |||
September 17, 2009 Learn » Re: D1: std.md5: corrections for the given example | |||
|---|---|---|---|
| |||
...auto' md5_example_2.d(7): found 'len' when expecting ')' md5_example_2.d(7... | |||
September 17, 2009 Issues » [Issue 3324] New: d1: std.md5: given example not working | |||
|---|---|---|---|
| |||
...md5, this line can be found: while ((len = fread(buffer, 1, buffer.sizeof, file)) != 0... | |||
September 17, 2009 Learn » Re: D1: std.md5: corrections for the given example | |||
|---|---|---|---|
| |||
while (auto len = file.readBlock(buffer.ptr, buffer.sizeof)) | |||
Copyright © 1999-2021 by the D Language Foundation