Thread: Making a little calculator

  1. #1
    Registered User
    Join Date
    Oct 2020
    Posts
    1

    Making a little calculator

    Hi for a school project i have to make a little calculator that can add number the number we adding must be in parameters of the program i have already done a programm but i don't know how to put int into parameters if you have any idea it will be grateful thank for reading.

  2. #2
    Registered User
    Join Date
    Oct 2019
    Posts
    82
    Quote Originally Posted by sangokuhomer View Post

    Hi for a school project i have to make a little calculator that can add number the number we adding must be in parameters of the program i have already done a programm but i don't know how to put int into parameters if you have any idea it will be grateful thank for reading.
    You will probably need a parser.

    But, for a simple, little calculator, a simple C 'case' switch should probably be good enough to get started with.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C - Help with making a simple calculator.
    By Nurein Ahmed in forum C Programming
    Replies: 20
    Last Post: 01-29-2014, 01:06 PM
  2. Making calculator in C
    By HolyTurtle in forum C Programming
    Replies: 17
    Last Post: 12-30-2010, 08:05 PM
  3. Making a simple calculator
    By ChvyVele in forum C++ Programming
    Replies: 12
    Last Post: 05-12-2008, 05:05 PM
  4. Making a calculator (newbie)
    By Swerve in forum C++ Programming
    Replies: 4
    Last Post: 09-06-2007, 07:57 PM
  5. Making a calculator run again!
    By cookie in forum C Programming
    Replies: 15
    Last Post: 06-10-2007, 09:56 AM

Tags for this Thread