Notepad++

  • Pyromaniac555
    4th Jan 2011 Member 0 Permalink
    I am rather new to C programming and compiling. The only expercience I've had with C or C++ is with physical computing on the Arduino. So I was wondering if you can use Notepad++ as an editor for making mods and such. For those of you who don't know what Notepad++ here is the link.

    P.S to all you moderators I DID try the search bar and found nothing.
  • Pilihp64
    4th Jan 2011 Developer 0 Permalink
    you can use any editor to mod/change the source, you just need some way to compile.
  • Pyromaniac555
    4th Jan 2011 Member 0 Permalink
    Ok, thank you. I was just making sure because most tutorials said to use Visual C.
  • Candunc
    4th Jan 2011 Member 0 Permalink
    I would compile, but it will only work on a Mac
  • Cr15py
    4th Jan 2011 Member 0 Permalink
    You still need to compile but Notepad++ is by FAR the best editor for almost any programming language. The syntax highlighting, interface, and tabbing makes it great and easy to use. You can manage multiple projects at once, with ease. I'd suggest it.
  • HK6
    4th Jan 2011 Former Staff 0 Permalink
    Cr15py:
    You still need to compile but Notepad++ is by FAR the best editor for almost any programming language. The syntax highlighting, interface, and tabbing makes it great and easy to use. You can manage multiple projects at once, with ease. I'd suggest it.

    Agreed. It is by far one of the best code editors I have used. However, you may have to download Visual Studio for compiling.
  • Pyromaniac555
    4th Jan 2011 Member 0 Permalink
    Cr15py


    You're right, I love it. I just started programming a new element on it.

    Candunc


    That would be great. Unfortunately, I am a Mac-lusting PC user.
  • erlangibr
    4th Jan 2011 Member 0 Permalink
    i use the Visual Studio 2010 but i can't compile i
  • bchandark
    4th Jan 2011 Member 0 Permalink
    HK6
    Cr15py
    I prefer emacs or vi but it looks like OP is on Windows.

    Visual Studio can be great with the right add-ons, but Notepad++ is nice too.

    erlangibr
    What part did you get stuck on?
  • PizzaPlatypus
    4th Jan 2011 Member 0 Permalink
    erlangibr
    what error message do you get?