Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. An Ambitioous Console Replication

An Ambitioous Console Replication

Scheduled Pinned Locked Moved C#
csharpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    amitmohanty
    wrote on last edited by
    #1

    Now as I have told earlier, I am just 30 days old baby as far as C# is considered. But amibition knows flying since its birth. I am interested in harnessing the power of C# for scientific calculation. I want to create a console like structure as cmd.exe in XP, which does mathematical calulation. Like if i write >> 3+2 [Enter] 5 The output should be 5. How ambitious am I and where do I go before I see no falling of my ambition? What are the issues assocoated with it? Regards, Amit

    C 1 Reply Last reply
    0
    • A amitmohanty

      Now as I have told earlier, I am just 30 days old baby as far as C# is considered. But amibition knows flying since its birth. I am interested in harnessing the power of C# for scientific calculation. I want to create a console like structure as cmd.exe in XP, which does mathematical calulation. Like if i write >> 3+2 [Enter] 5 The output should be 5. How ambitious am I and where do I go before I see no falling of my ambition? What are the issues assocoated with it? Regards, Amit

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This is pretty easy to do, you're talking about a console application, with a parser in it Christian Graus - Microsoft MVP - C++

      A 1 Reply Last reply
      0
      • C Christian Graus

        This is pretty easy to do, you're talking about a console application, with a parser in it Christian Graus - Microsoft MVP - C++

        A Offline
        A Offline
        amitmohanty
        wrote on last edited by
        #3

        How exactly?

        C 1 Reply Last reply
        0
        • A amitmohanty

          How exactly?

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Well, you know how to write a console application, generally, right ? Then you need to accept input, presumably a string at a time, and then parse it to work out what is being requested, I guess first by looking for numbers and operators, then working out the order of operations. Christian Graus - Microsoft MVP - C++

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups