Recent content by archermcr

  1. 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...