Thread: Calculator

  1. #1
    Registered User
    Join Date
    Aug 2002
    Posts
    109

    Calculator

    Is it possible with C programing to make a calculator like the one which comes with windows. So it uses buttons etc.

  2. #2
    Registered User moi's Avatar
    Join Date
    Jul 2002
    Posts
    946
    is it possible? of course. C is among the most powerful languages out there. you can do anything at zombo.com err um sorry i mean with C (if you don't get the joke go to zombo.com).
    hello, internet!

  3. #3
    Banned borko_b's Avatar
    Join Date
    Jun 2002
    Location
    Well... I live in Bulgaria :)
    Posts
    100
    Most probably Notepad is written in C..
    with the Win32API...
    ... The functions in Win32API are called with standart C call

  4. #4
    Registered User CAP's Avatar
    Join Date
    May 2002
    Posts
    179
    I would like the same kind of answer, when you get good enough at C can you make something graphical, or do you have to go and learn Win32.
    -Microsofts Visual C++ Introductory Kit-
    Current Projects: Learning Everything C.

    Everyone has a photographic memory, some people just don't have any film.
    ______________________________

    When was the last time you went for a colon cleansing? Because quite frankly, you're so backed up with crap that it's spilling out your mouth

  5. #5
    icarus
    Guest
    What do you think the WinAPI is?

  6. #6
    borko_b
    Guest
    Win32API is just a big library of functions ...
    it has a C interface .
    So in order to make any GUI or something like that you first have to learn the language , that is C...
    and then learn the programming interface of Win32...

    Of cource there are other libraries like MFC that encapsulates the Win32API ...

    C by itself has no libraries for graphics or windowing...
    (although the old Borland compilers were with a DOS Graphics library... but ... its DOS! )

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. I need help modifying my calculator!!
    By Matus in forum C Programming
    Replies: 5
    Last Post: 03-25-2008, 12:03 PM
  2. GUI Calculator - Critique
    By The Brain in forum Windows Programming
    Replies: 1
    Last Post: 02-25-2006, 04:39 AM
  3. Calculator + LinkedList
    By maro009 in forum C++ Programming
    Replies: 20
    Last Post: 05-17-2005, 12:56 PM
  4. Need help with calculator program
    By Kate in forum C# Programming
    Replies: 1
    Last Post: 01-16-2004, 10:48 AM
  5. Replies: 2
    Last Post: 05-10-2002, 04:16 PM