Thread: Spreadsheet code: Help me urgent

  1. #1
    Registered User
    Join Date
    Jul 2013
    Posts
    1

    Spreadsheet code: Help me urgent

    I want to make a for spreadsheet where when I run I have to enter the number of test case and the formula also I will write on console,
    like ./a.out
    Input
    A6 = A5+10
    J7 = A6+A5+10
    A5 = 8/4

    Output
    A6 = 12
    J7 = 24
    A5 = 2

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694
    You forgot to post your attempt!!! Do not forget to enclose it in code tags

    Welcome to the forum
    Code - functions and small libraries I use


    It’s 2014 and I still use printf() for debugging.


    "Programs must be written for people to read, and only incidentally for machines to execute. " —Harold Abelson

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. doubt in c++ code, urgent please
    By leo2008 in forum C++ Programming
    Replies: 24
    Last Post: 03-13-2013, 02:43 AM
  2. c++ code urgent help needed
    By leo2008 in forum C++ Programming
    Replies: 22
    Last Post: 03-13-2013, 12:14 AM
  3. Urgent help please with C code
    By Clement Museka in forum C Programming
    Replies: 5
    Last Post: 06-15-2012, 03:50 AM
  4. could you help with me C code?thanks,a little urgent.
    By hth373737 in forum C Programming
    Replies: 50
    Last Post: 11-24-2008, 07:12 AM
  5. Urgent help in code...
    By alvifarooq in forum C++ Programming
    Replies: 1
    Last Post: 11-07-2004, 07:40 AM

Tags for this Thread