Move blogs into pages directory.
This commit is contained in:
6
pages/blog/2023-03-14-in-out-parameters.cfg.php
Normal file
6
pages/blog/2023-03-14-in-out-parameters.cfg.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?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";
|
||||
?>
|
Reference in New Issue
Block a user