Thread: Console programs

  1. #1
    Wanabe Laser Engineer chico1st's Avatar
    Join Date
    Jul 2007
    Posts
    168

    Console programs

    Is C# good for developing console programs? I have to decide wether or not i should learn C# or some other language.

  2. #2
    Sweet
    Join Date
    Aug 2002
    Location
    Tucson, Arizona
    Posts
    1,820
    C# is good for console developing. But console programming is usually pretty basic that any language is good at doing it(by console programming I am assuming console output). Once again this all depends on what you really want to do(the stuff that doesn't output to the console).

  3. #3
    and the Hat of Clumsiness GanglyLamb's Avatar
    Join Date
    Oct 2002
    Location
    between photons and phonons
    Posts
    1,110
    Look at it like this, C# works on the .NET framework. One could look at the framework as a massive toolbox that has so many drawers that you can find new tools every day to work with.

    It's easy and especially fast to develop applications (as in one would write very straightforward code that is very readable).

    On the other hand it's not very portable (unless between windows machines that support the .net framework), I don't know how it is going with the Mono project for Linux ....

    The only times I'm still programming in C# is when I develop some Aspx pages (where the code behind is in C#). Other than that maybe a few times to do something very very fast (please do not start a discussion about execution time etc - I'm talking about development time, and this has nothing to do with the language itself as in syntax wise, but because of the massive toolbox it already has onboard).

    Also your question should be different (as prog-bman already pointed out), if you plan on writing console programs... there are tons of languages this can be done in. It's what is happening behind your console is what matters as to which language you should choose...
    Last edited by GanglyLamb; 08-22-2007 at 02:33 PM.

  4. #4
    Wanabe Laser Engineer chico1st's Avatar
    Join Date
    Jul 2007
    Posts
    168
    yeah ive always just done everything in C.. and now as I am starting to do more complicated things the code is becoming rather scary looking. I was hoping that I could learn C# and then i would have access to efficient console code that would be easier to read... im thinking of malloc's while i write this...

    C isnt bad but i thought C# might make my life easier.

    Right now i know, VB, C, PHP MySQL, and other oddballs like MatLAB
    Last edited by chico1st; 08-23-2007 at 07:10 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Will console programs still work in WinXP x64?
    By trenzterra in forum C++ Programming
    Replies: 8
    Last Post: 04-24-2005, 03:46 AM
  2. Game console input
    By glUser3f in forum Game Programming
    Replies: 3
    Last Post: 11-07-2003, 04:33 AM
  3. Linux console window questions
    By GaPe in forum Linux Programming
    Replies: 1
    Last Post: 12-28-2002, 12:18 PM
  4. Console Programs in Borland C++ Builder 6
    By Perica in forum C++ Programming
    Replies: 2
    Last Post: 10-08-2002, 05:24 PM
  5. executing c++ programs on the web
    By gulti01 in forum C++ Programming
    Replies: 4
    Last Post: 08-12-2002, 03:12 AM