Skip to content

martincwilliams/misc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

misc

Miscellaneous C++ utilities

print

Usage:

   print(arg1, arg2, arg3...);      // Print the list of arguments to standard output.
   println(arg1, arg2, arg3...);    // Print the list of arguments to standard output with a newline at the end.

About

Miscellaneous C++ utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages