Thread: CLR Console vs Form Application

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    The speed should be the same. However if the application involves a lot of output I think its possible the console application runs slower since output to the console is notoriously slow when compared to a GUI. Don't know however if this also holds true for managed code.

    Meanwhile... I don't know if anyone told you before but if you are programming for the CLR, including windows forms, you are not developing in C++. You are developing managed code. You should be asking question on the C# or Windows forums.
    Last edited by Mario F.; 02-12-2008 at 09:16 PM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Windows Form Application ?
    By messi10 in forum C# Programming
    Replies: 3
    Last Post: 04-13-2009, 08:07 AM
  2. Using System.ServiceProcess in console application
    By George2 in forum C# Programming
    Replies: 1
    Last Post: 06-18-2008, 11:36 PM
  3. Replies: 7
    Last Post: 01-14-2008, 10:25 AM
  4. GUI Application --> Console
    By Student040314 in forum C++ Programming
    Replies: 2
    Last Post: 03-14-2004, 01:30 PM
  5. Run vbscript from C++ console application
    By dp_goose in forum C++ Programming
    Replies: 3
    Last Post: 05-15-2003, 09:00 AM