I'm new to C++, coming from VB, and I've been working through a book on C++.NET. The two terminologies of standard C++ and .NET have got me confused. Should I forget about libraries lke math.h completely and start using the Math namespace? I ultimately want to produce Windows apps, so my book says use math.h, but then it mostly goes on about namespaces. Could someone clear up for me which method I should be using (and what's C# all about)?
Thanks
Thanks