Thread: Linux or Windows for devolping C++ ?

  1. #1
    Registered User big146's Avatar
    Join Date
    Apr 2003
    Posts
    74

    Linux or Windows for devolping C++ ?

    Sup peeps,
    I was thinking about moving over to linux,But thought i would post here first.

    I was thinking about buying Linux pro by SuSe that comes with the development enviroment already in the OS.Does anybody have any experiance with this? If so what are your thoughts on it versus using visual Studio?
    big146

  2. #2
    Compulsive Liar Robc's Avatar
    Join Date
    Jul 2004
    Posts
    149
    Linux is more fun, but Windows visual IDEs tend to make life easier.

  3. #3
    Registered User big146's Avatar
    Join Date
    Apr 2003
    Posts
    74
    Is there no IDE in Linux like the one in visual studio? Or is it all command prompt?
    big146

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    VIM is the best I know of. Its not really an IDE but it has very nice syntax highlighting. There might be an actual IDE out there but I don't know of it since I only use command prompt.

  5. #5
    Compulsive Liar Robc's Avatar
    Join Date
    Jul 2004
    Posts
    149
    To my knowledge there isn't a drag and drop IDE for linux, so you'll be coding raw. But there are nice editors available with handy dandy features. I personally prefer the shell though, call me old fashioned.

  6. #6
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    Borland's C++BuilderX is cross platform and has an IDE.

    The last 3 posts I've made have been about a borland compiler, I'm starting to sound like a fan boy or something.

  7. #7
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    KDevelop and Anjuta are pretty good IDE's for linux. But I use vi.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  8. #8
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Emacs

  9. #9
    C++ Developer XSquared's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    2,718
    vim > emacs
    Naturally I didn't feel inspired enough to read all the links for you, since I already slaved away for long hours under a blistering sun pressing the search button after typing four whole words! - Quzah

    You. Fetch me my copy of the Wall Street Journal. You two, fight to the death - Stewie

  10. #10
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    agreed. vi of course has the added bonus of actually existing on every *nix machine. Proficency in using vi is one of the basic requirements of being a respected unix person.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  11. #11
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912

  12. #12
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    Quote Originally Posted by XSquared
    vim > emacs
    And of course, that expression evaluates to false.

  13. #13
    Registered User big146's Avatar
    Join Date
    Apr 2003
    Posts
    74
    Im not familair with VI. But thank for the reply's.I downloaded borlands C++BuilderX to give it a try.I dont know though,I'm kind of partial to visual studion.Net.

    So how many of you actualy develop on a Linux machine? Is it worth it or should I just stick with a windows enviroment for ease.
    big146

  14. #14
    01000011 00100000 0010000
    Join Date
    Jul 2004
    Posts
    38
    I went to linux, but went back to windows cuz linux sucked. Takes forever to get installed, and usually bugs up. Out of 4 or 5 tries over a period of time I have never gotten an install of linux to work perfect. I say stick with windows. It's the top OS on the market for a reason. Easy, reliable, and flexible (hardware and software wise).

    Though, other than personal preference in specific to the OS, coding in either is really the same.

  15. #15
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    So how many of you actualy develop on a Linux machine?
    PS2's dev kits use gcc, and working with the OS is much like linux if not the exact same.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. windows .dll vs. linux .so - global static objects
    By pheres in forum C++ Programming
    Replies: 11
    Last Post: 11-23-2010, 01:29 PM
  2. Thinking of upgrading to linux...
    By Yarin in forum General Discussions
    Replies: 37
    Last Post: 07-24-2009, 11:40 AM
  3. Build linux on windows
    By baash05 in forum Linux Programming
    Replies: 6
    Last Post: 02-19-2008, 10:12 PM
  4. Why can't Windows run Linux binary executables?
    By Kleid-0 in forum Tech Board
    Replies: 30
    Last Post: 12-04-2005, 11:44 PM
  5. Linux and Windows Duel Boot
    By The15th in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-26-2002, 04:59 AM