Serving the Quantitative Finance Community

 
User avatar
fire
Posts: 0
Joined: July 10th, 2003, 10:11 pm

C++ or visual basic

March 25th, 2004, 6:13 pm

Luiz Paulo:here are the links to the pdf document: 1. http://www.planetpdf.com/mainpage.asp?WebPageID=3152. http://xoomer.virgilio.it/lucadiod/thin ... _cpp.htmIf these don't work pm your email id.
 
User avatar
LuizPaulo
Posts: 0
Joined: May 4th, 2003, 8:08 pm

C++ or visual basic

March 25th, 2004, 7:37 pm

thanks a bunch. second link has a broken pdf btw, first link works fine.
 
User avatar
fire
Posts: 0
Joined: July 10th, 2003, 10:11 pm

C++ or visual basic

March 25th, 2004, 7:55 pm

That is the reason why I usually provide two references whenever possible, hedging the risk of a broken link .
 
User avatar
AVt
Posts: 90
Joined: December 29th, 2001, 8:23 pm

C++ or visual basic

March 25th, 2004, 9:34 pm

a Q which may fit in the topic: i miss something like VBA's 'Evaluate' in C(++). Is there a simple way (ie: without using a parser or similar) to get that? In VBA it is a kind of build-in and one writes Evaluate("sqrt( 4 )") to get 2.
 
User avatar
fire
Posts: 0
Joined: July 10th, 2003, 10:11 pm

C++ or visual basic

March 25th, 2004, 11:30 pm

My guess is :float c = sqrt(4);which I know is quite naive, but then it is the only way I know how to "evaluate".
 
User avatar
DominicConnor
Posts: 41
Joined: July 14th, 2002, 3:00 am

C++ or visual basic

March 26th, 2004, 6:24 am

C++ does not have this facility, however Windows & OS/2 do have it indirectly.Both have debug APIs, which is of course how their debuggers work.
 
User avatar
linuxuser99
Posts: 0
Joined: March 26th, 2004, 2:51 pm

C++ or visual basic

March 28th, 2004, 3:15 pm

QuoteOriginally posted by: LuizPaulois "Thinking...' available in PDF?? it is that much easier to print...thxYou're almost certainly going to spend more on printing it out then you would by buying a copy (maybe second hand if you're strapped for cash) from Amazon.
 
User avatar
LuizPaulo
Posts: 0
Joined: May 4th, 2003, 8:08 pm

C++ or visual basic

March 29th, 2004, 9:04 am

not when the employer is paying for the print and i'm doing it one chapter at a time, while i have the time to learn it