FLTK logo

[master] adc3a29 - Fix link and comments in example program

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] adc3a29 - Fix link and comments in example program "Albrecht Schlosser" Aug 20, 2020  
 
commit adc3a29cdcb0fe2aeb69a0fea44158806a6a6c7f
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Thu Aug 20 12:42:53 2020 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Thu Aug 20 12:42:53 2020 +0200

    Fix link and comments in example program
    
    The mentioned link to fltk.general was incorrect; fixed and added
    thread title for further reference.
    
    Fixed typo and adjusted comments.

 examples/howto-parse-args.cxx | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git examples/howto-parse-args.cxx examples/howto-parse-args.cxx
index a95e2a6..3933441 100644
--- examples/howto-parse-args.cxx
+++ examples/howto-parse-args.cxx
@@ -1,15 +1,17 @@
 //
-//     How to parse command line arguments - Duncan Gibson 2010-10-23
-//     First posted in https://www.fltk.org/newsgroups.php?gfltk.general+v:31449
+// How to parse command line arguments - Duncan Gibson 2010-10-23
 //
-//     Shows how to decode additional command line arguments using Fl::args()
-//     on top of the "standard" options used by the toolkit itself.
+// First posted in https://www.fltk.org/newsgroups.php?gfltk.general+v:22493
+// in thread "fltk-1.x : parsing command line arguments"
 //
-//     Note that this only handles "option separateValue" rather than the
-//     usual *nix idiom of "option=value", and provides no validation nor
-//     conversion of the paramter string into ints or floats.
+// Shows how to decode additional command line arguments using Fl::args()
+// on top of the "standard" options used by the toolkit itself.
 //
-// Copyright 1998-2010 by Bill Spitzak and others.
+// Note that this only handles "option separateValue" rather than the
+// usual *nix idiom of "option=value", and provides no validation nor
+// conversion of the parameter string into ints or floats.
+//
+// Copyright 1998-2020 by Bill Spitzak and others.
 //
 // This library is free software. Distribution and use rights are outlined in
 // the file "COPYING" which should have been included with this file.  If this
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.