Programming without Programs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Atran
    Contributor
    • May 2007
    • 319

    Programming without Programs

    Anyone know how to programming without Visual or any program?
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Originally posted by Atran
    Anyone know how to programming without Visual or any program?
    You don't need to use Visual Studio to program. All you really need is a text editor. You can use Notepad if you really want to....you'll just need to download the compilers for the language that you're implementing in.

    Visual Studio makes life easy....in many many ways.

    -Frinny

    Comment

    • TRScheel
      Recognized Expert Contributor
      • Apr 2007
      • 638

      #3
      Originally posted by Frinavale
      You don't need to use Visual Studio to program. All you really need is a text editor. You can use Notepad if you really want to....you'll just need to download the compilers for the language that you're implementing in.

      Visual Studio makes life easy....in many many ways.

      -Frinny
      Many many ways is an understatement. .

      You can always download the FREE express editions from Microsoft, FYI. They are decent enough for the coding for fun programmer.

      Comment

      Working...