Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. williamdev

    My First Project: A Complete and Intelligent Calculator

    It's a pretty lame first project but here's the code: #include <iostream> #include <stdlib.h> #include "func.h" int main() { int first_Num; //Your First Number int second_Num; //Your Second Number int after_Num; //Your Other Number to apply to the previous result with a given...
Back
Top Bottom