From e98d75d6e366698150d74641c9067378d4a05cc4 Mon Sep 17 00:00:00 2001 From: Gary Bradski Date: Thu, 22 Jun 2017 23:09:23 -0700 Subject: [PATCH] hooked up call to help --- example_04-04.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_04-04.cpp b/example_04-04.cpp index c630bf6..f1d2307 100644 --- a/example_04-04.cpp +++ b/example_04-04.cpp @@ -56,7 +56,7 @@ void calling_function2( void ) { } -void help(** argv) { +void help(char** argv) { cout << "\nExample 4-4, a better way to print out a sparse matrix" << "\n Demonstrates printing of two different sparse matrices" << "\nCall:" @@ -65,7 +65,7 @@ void help(** argv) { } int main( int argc, char** argv ) { - + help(argv); cout <<"Case 1:" <