Thread: Need help with complex getchar/putchar (no other string handeling functions) Thanks!

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    29

    Exclamation Need help with complex getchar/putchar (no other string handeling functions) Thanks!

    Hello! I need to make a calculator using only getchar() and putchar()
    ... Every other function used has to be made in stdio.h (no scanf!)

    If anyone is interested in helping me, I would be VERY gratefull... It should be an interesting project...

    Im only PMing the code over as its a school assignment and i have done a lot of hard work ^_^ thanks again

  2. #2
    Registered User
    Join Date
    Oct 2006
    Location
    Canada
    Posts
    1,243
    if your looking for someone to collaborate with on a project ("homework assignment"), you should post in here: Projects and Job Recruitment. otherwise, post a specific problem, your code, any error/warning messages your getting, and what you want it to do.

    i dont think you have to worry about anyone "stealing" your homework assignment. also, not giving us your problem and snippet or complete code will require us to pry the information from you, which is not what we want to do (or will do).

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Your IO may be different, but RPN or postfix notation calculator logic, should still be quite useful.

    If not, why not?

  4. #4
    Registered User
    Join Date
    Sep 2009
    Posts
    29
    krazymanrebirth for my aim
    or [email protected] for email

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ ini file reader problems
    By guitarist809 in forum C++ Programming
    Replies: 7
    Last Post: 09-04-2008, 06:02 AM
  2. Replies: 8
    Last Post: 04-25-2008, 02:45 PM
  3. Compile Error that i dont understand
    By bobthebullet990 in forum C++ Programming
    Replies: 5
    Last Post: 05-05-2006, 09:19 AM
  4. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  5. Badly designed n string functions?
    By anonytmouse in forum C Programming
    Replies: 3
    Last Post: 11-01-2003, 06:16 AM