Recent content by archermcr
-
A
C/C++ Guide to C++ Programming For Beginners
Hey Guys can you help me w/ my algorithm for sin(x), the correct value won't appear #include <cstdlib> #include <iostream> #include <iomanip> using namespace std; int main(int argc, char *argv[]) { int x,j; double N,T,S,D,X...- archermcr
- Post #111
- Forum: Programming and Computer Science