CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Location
    USA
    Posts
    22

    NEdit and C compiler

    does anyone know from where i can download NEdit and a good compiler for C code??
    If you choke a smurf, what color does it turn?

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: NEdit and C compiler

    Quote Originally Posted by caramel
    does anyone know from where i can download NEdit and a good compiler for C code??
    Why don't you just google for it?
    If you google on nedit, the first link http://www.nedit.org/ gives you what you need.

    Windows: The Microsoft C/C++ compiler are freely available from Microsoft.
    Linux: GCC.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Oct 2005
    Location
    USA
    Posts
    22

    Re: NEdit and C compiler

    Quote Originally Posted by Marc G
    Why don't you just google for it?
    If you google on nedit, the first link http://www.nedit.org/ gives you what you need.

    Windows: The Microsoft C/C++ compiler are freely available from Microsoft.
    Linux: GCC.
    yeah, i did search for it on google, which led me to the nedit.org site, and from there to SourceForge to download nedit, but i wasn't sure how to go about downloading.. there were tons of files, and i don't really know what the purpose of each is... i was wondering if someone might be able to help me find nedit as a downloadable whole package.

    anyway, i downloaded notepad++ instead and i like it a lot.. i also got dev-cpp for compiling the code

    thanks
    If you choke a smurf, what color does it turn?

  4. #4
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: NEdit and C compiler

    I see that you have downloaded another editor, but anyway...
    If you follow the download link on the nedit.org page, and then take some european mirror (stable binaries) for example you get a list of files.
    Now, the files are as follows nedit-5.5-XXX.tar.bz2 or nedit-5.5-XXX.tar.gz. XXX is your platform for example: linux-x86, NetBSD, ... So if you want nedit for linux, you need to download nedit-5.5-Linux-x86.tar.gz.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured