Calculate Sinx in C++[quote]But this is a strange way to obtain the value of sine() by using cosine() - and calling the f...
Calculate Sinx in C++[code]cout << myPow(d) << " vs " << sin(d) << '\n';[/code] prints for d=35: [output]0.428183 vs -0.4...
Constructing class objects using names from an arrayNames of variables have a meaning only for the programmer, not for the operation of the executable. ...
2d array with range-based for statementApparent doublepost. Previous thread: http://www.cplusplus.com/forum/beginner/275598/
Assigning value to 2d arrayFirst a note: your [code]row[/code] masks [code]row[/code]. Same for column(s). Confusing? Indeed. L...
This user does not accept Private Messages