7 lines
218 B
PHP
7 lines
218 B
PHP
<?php
|
|
$title = "In- and Out-Parameters";
|
|
$description = "A sort of half-rant of mine on the sloppy use of references and pointers as parameters in C and C++ code.";
|
|
$created = "2023-03-14";
|
|
$updated = "2023-03-14";
|
|
?>
|