Hi!

I'm very new to VC++ and need to get the square root of a number.

In VB i would use Sqrt(n)... but how in VC++?

I am making an MFC application.