Does anyone know where these tutorials can be found?
TIA
Dave
"Dave Fowler" <n...@realemail.com> escribió en el mensaje
news:43fb...@newsgroups.borland.com...
replacement.ini
[delphi_to_csharp]
begin = {
end = }
:= = =
= = ==
for i := x to y = for (i = x; i++; i < y)
It's as simple as that :)
--Jesper
<g>
| replacement.ini
| [delphi_to_csharp]
| begin = {
| end = }
| := = =
| = = ==
| for i := x to y = for (i = x; i++; i < y)
|
| It's as simple as that :)
Please complete the following :
with =
class of =
initialization =
finalization =
interface/implementation =
{$include ...} =
_AddRef =
_Release =
QueryInterface =
< heheheh, knowing but smugly asking :-) >
Joanna
--
Joanna Carter [TeamB]
Consultant Software Engineer
> Please complete the following :
>
> with =
> class of =
> initialization =
> finalization =
> interface/implementation =
> {$include ...} =
> _AddRef =
> _Release =
> QueryInterface =
>
> < heheheh, knowing but smugly asking :-) >
Ah yeah, well, there are some finer details, but none of that should be
required to translate the demos.
--Jesper
Maybe we should create a QC that suggests creating tutorials in pseudo
code only :-)
--
Holger