June 14, 2004 General » Re: string performance issues | |||
|---|---|---|---|
| |||
...char[128] out; // 128 is max str len for (int i=0;i<mface;i... | |||
June 13, 2004 General » Re: Streams: an open discussion | |||
|---|---|---|---|
| |||
...exactly len bytes, throws on eof void readFully(byte[] dest,int off,int len); void... | |||
May 30, 2004 General » Re: fast stack allocation? | |||
|---|---|---|---|
| |||
...s, uint i)
{
uint len = s.length;
while (i && len)
{
s[--len] = i % 10 + '0... | |||
May 30, 2004 General » Re: sorting of array containing user defined types | |||
|---|---|---|---|
| |||
...toString()
| {
| char[] rv=new char[256];
| int len=sprintf(rv,"%.*s:%.*s:%d",m_server... | |||
May 29, 2004 General » Re: sorting of array containing user defined types | |||
|---|---|---|---|
| |||
...toString()
{
char[] rv=new char[256];
int len=sprintf(rv,"%.*s:%.*s:%d",m_server... | |||
May 29, 2004 General » sorting of array containing user defined types | |||
|---|---|---|---|
| |||
...toString()
{
char[] rv=new char[256];
int len=sprintf(rv,"%.*s:%.*s:%d",m_server... | |||
May 23, 2004 General » Proposal for handling command line "defines" | |||
|---|---|---|---|
| |||
...compilation.defines.abool?"True":"False" ) ; printf ( "arr.len = %d\n" , anarray.length ) ; return ( 0 ) ; } ----- And... | |||
May 15, 2004 General » Re: Trying to build swdf lib | |||
|---|---|---|---|
| |||
...len = SendMessageA(handle, smjg.libs.winapi.LB_GETTEXTLEN, index, 0); char[] buf = new char[len... | |||
May 08, 2004 General » Re: reference return values | |||
|---|---|---|---|
| |||
...i][j] = value; }
void length(int len) { array.length = len; }
}
class Array
{
private int [][] array... | |||
April 29, 2004 General » Re: lack of opIndex(idx1,idx2,value) | |||
|---|---|---|---|
| |||
...i][j] = value; }
void length(int len) { array.length = len; }
}
class Array
{
private int [][] array... | |||
Copyright © 1999-2021 by the D Language Foundation