November 28, 2004 General » Re: iconv | |||
|---|---|---|---|
| |||
...could be wrong but I think out_len is decremented for each byte used up... | |||
November 28, 2004 General » Re: iconv | |||
|---|---|---|---|
| |||
...could be wrong but I think out_len is decremented for each byte used up... | |||
November 28, 2004 General » Re: iconv | |||
|---|---|---|---|
| |||
...out_len = outstr.length; | | size_t res = iconv(cd,&inp,&in_len,&outp,&out_len... | |||
November 28, 2004 General » iconv | |||
|---|---|---|---|
| |||
...out_len = outstr.length; size_t res = iconv(cd,&inp,&in_len,&outp,&out_len... | |||
November 25, 2004 General » Re: How to: Use debuggers? | |||
|---|---|---|---|
| |||
...char[]: # char[] myVar = "Local Variable"; // Visible indirectly # // len is (int)myVar # // char is (char*)((int... | |||
November 19, 2004 General » Re: Error: overlapping array copy | |||
|---|---|---|---|
| |||
...len ); It's the other case that needs care: memcpy( array+10, array, len ); // len... | |||
November 19, 2004 General » Re: Patient Lurkers? | |||
|---|---|---|---|
| |||
...lately?) # char[] myVar = "Local Variable"; // Visible indirectly # // len is (int)myVar # // char is (char*)((int... | |||
October 26, 2004 Issues » Re: Incorrect type signature matching? | |||
|---|---|---|---|
| |||
...bool myfunct( in char[] txt, out uint len )
| {
| return false;
| }
|
|
| void main( char[][] arg )
| {
| A... | |||
October 26, 2004 Issues » Incorrect type signature matching? | |||
|---|---|---|---|
| |||
...bool myfunct( in char[] txt, out uint len )
{
return false;
}
void main( char[][] arg )
{
A... | |||
October 12, 2004 c++.windows.32-bits » My use of CMemFile not working in release mode | |||
|---|---|---|---|
| |||
...calling GetLength \n"); MyOutputDebugString (1, "GetTextLineNOF: CMemFile len = %x \n", dwLen); pchTemp = pchResult; MyOutputDebugString (1... | |||
Copyright © 1999-2021 by the D Language Foundation