446 reputation
2715
bio website
location South Portland, ME
age
visits member for 4 years, 1 month
seen 16 hours ago
stats profile views 136

Jun
11
awarded  Popular Question
Jan
27
awarded  Yearling
Jan
2
awarded  Famous Question
Nov
27
awarded  Good Question
Aug
8
awarded  Popular Question
May
14
awarded  Yearling
Apr
20
awarded  Notable Question
Mar
2
awarded  Teacher
Sep
6
awarded  Popular Question
Sep
1
awarded  Notable Question
Aug
31
awarded  Nice Question
Jul
7
awarded  Popular Question
Mar
15
accepted matplot - store image in variable
Mar
15
comment matplot - store image in variable
Thanks.. That helped... I was hoping there would be a way to directly get the image instead of using a file handle..
Mar
15
asked matplot - store image in variable
Jan
20
awarded  Notable Question
Jan
4
awarded  Famous Question
Aug
16
accepted C getopt -<integer>
Aug
16
comment C getopt -<integer>
Decided not to use getopt. Thank you.
Aug
16
comment C getopt -<integer>
Thanks. I am tempted to not use the getopt function. "-123" through getopt is option: -1 and optarg: NULL. We loose the string "23", its not in optarg. Can I access it any other way?