Hey guys, so today i came across this little problem. How do i use square roots, sin, cos, tg and so on, in C++ visual form application... I cant find it anywhere in the internet and its driving me crazy.
Im not sure if this is the place to ask this, but still. :)
ill have in mind to not make threads here if im using forms
Feel free to ask here if you like but the 'specialists' there might be more useful - but there again who knows.
What did you try to do? Basically you process the maths using the library functions from <cmath> and 'spit' the answer into a form object. What part isn't working? :)