Thread: What are you using to write your code?

  1. #16
    Registered User carrotcake1029's Avatar
    Join Date
    Apr 2008
    Posts
    404
    At Home: Notepad++/MinGW
    At Work: Visual Studio

  2. #17
    Registered User
    Join Date
    May 2011
    Location
    Around 8.3 light-minutes from the Sun
    Posts
    1,949
    Debug and then when I am feeling squirrelly Edlin. And since I am not a cantankerous person, or curmudgeon I will add
    Quote Originally Posted by anduril462 View Post
    Now, please, for the love of all things good and holy, think about what you're doing! Don't just run around willy-nilly, coding like a drunk two-year-old....
    Quote Originally Posted by quzah View Post
    ..... Just don't be surprised when I say you aren't using standard C anymore, and as such,are off in your own little universe that I will completely disregard.
    Warning: Some or all of my posted code may be non-standard and as such should not be used and in no case looked at.

  3. #18
    Registered User
    Join Date
    Jun 2011
    Posts
    4,513
    I didn't say cantankerous...

  4. #19
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    on windows, I use visual studio 2010 professional. nothing beats it on windows.

    on linux, I use a mix of codelite and eclipse, depending on the project. occasionally I'll use Kate for simple stuff, and even more rarely, pico/nano.

  5. #20
    -bleh-
    Join Date
    Aug 2010
    Location
    somewhere in this universe
    Posts
    463
    At work, VI and UltraEdit. At home, VS if on windows, or gedit/emacs if on linux.
    "All that we see or seem
    Is but a dream within a dream." - Poe

  6. #21
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Visual Studio for work, Eclipse for courses, gedit at home, vendor-specific stuff for embedded.

  7. #22
    Registered User
    Join Date
    Jun 2011
    Posts
    35
    I have to say this thread has really been helpful. The only editor I ever used was the "vi" editor in unix/linux. Only recently did I switch to Kate, and I thought I was really moving up. I have already installed several of the programs mentioned here, hope to use them soon.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how can I write code to test a[100];
    By zcrself in forum C Programming
    Replies: 23
    Last Post: 12-26-2010, 07:25 PM
  2. how can I write code to test a[100];
    By zcrself in forum C Programming
    Replies: 1
    Last Post: 12-22-2010, 12:15 AM
  3. How to write basic code
    By tingting in forum C Programming
    Replies: 13
    Last Post: 07-22-2009, 04:16 PM
  4. How do I write more efficient code?
    By minesweeper in forum C++ Programming
    Replies: 4
    Last Post: 08-06-2002, 11:08 AM