Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: Books on C++, graph of functions
- To: tlug@example.com
- Subject: Re: tlug: Books on C++, graph of functions
- From: Viktor Pavlenko <pavlenko@example.com>
- Date: Fri, 4 Feb 2000 16:03:28 +0900 (JST)
- Content-Type: text/plain; charset=US-ASCII
- In-Reply-To: <3.0.5.32.20000204160920.007af100@example.com>
- References: <3.0.5.32.20000204160920.007af100@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "US" == Ulrike Schmidt <798a5047@example.com> writes: US> I have two unrelated questions: US> (1) I have to learn C++. Which US> books or online tutorials woudl you recommend? To my knowledge, the best book on C++ is "The C++ programming language" (3rd edition) by the creator of the language, Bjarne Stroustrup. Though it's not easy reading, especially if C++ is one's first programming language. Online stuff... I haven't seen anything good out there. US> (2) I have to US> find my way through some confusing perl-Modules and thought of US> writing a script that finds out which function calls which and US> to feed a graph drawing program. Since the Perl interperter US> probably also collects this information at some stage I was US> wondering whether there is a simple way to get to this US> information. Or maybe emacs can do this as well? Or maybe US> there already are some tools that draw graphs from functions US> etc. ? I would use the Perl debugger for that purpose. Just add -d option to the first line of your script which will look something like #!/usr/bin/perl -d and run the script as usually. Then type `h' at the debugger prompt for help. US> Uli Best of luck. _______________ Viktor Pavlenko -------------------------------------------------------------------- Next Nomikai Meeting: February 18 (Fri) 19:00 Tengu TokyoEkiMae Next Technical Meeting: March 11 (Sat) 13:00 Temple University Japan * Topic: TBD -------------------------------------------------------------------- more info: http://www.tlug.gr.jp Sponsor: Global Online Japan
- Follow-Ups:
- Re: tlug: Books on C++, graph of functions
- From: Ulrike Schmidt <798a5047@example.com>
- References:
- tlug: Books on C++, graph of functions
- From: Ulrike Schmidt <798a5047@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: Books on C++, graph of functions
- Next by Date: Re: tlug: Books on C++, graph of functions
- Prev by thread: Re: tlug: Books on C++, graph of functions
- Next by thread: Re: tlug: Books on C++, graph of functions
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links