04-11-2016, 12:25 AM
I've always been a web developer, so I've always been using Brackets by Adobe (brackets.io, a nice free alternative to Dreamweaver made by the same company!), and Atom (atom.io).
Let's put this together:
IDE: Brackets & Atom
C++ Compiler: VS2016 Ultimate
C Compiler: VS2016 Ultimate
Text editor: Notepad++, Gedit on Linux
Python Compiler: Regular Python IDLE
Shell: Cygwin, and the builtin bash shell when it comes out for Win10.
[b]Now, I need to correct some things that YOU posted, @brightening-eyes[b]
PowerShell would be the correct one on Windows.
Let's put this together:
IDE: Brackets & Atom
C++ Compiler: VS2016 Ultimate
C Compiler: VS2016 Ultimate
Text editor: Notepad++, Gedit on Linux
Python Compiler: Regular Python IDLE
Shell: Cygwin, and the builtin bash shell when it comes out for Win10.
[b]Now, I need to correct some things that YOU posted, @brightening-eyes[b]
(02-09-2016, 11:54 AM)brightening-eyes Wrote: hi,I need to tell you, WINDOWS CMD IS NOT A SHELL!
so, i start with myself:
ide: code::blocks
C++ compiler: MinGW-w64 G++ (i update it if i have time)
c Compiler: MinGW-W64 gcc compiler (like C++ if i update my C++ compiler, it will be updated)
my text editor (i'm using it inside my ide): wordpad (because of it's accessibility for visually impaired people)
other ides: orwell Dev-C++
basic compiler: free basic (fbc)
linker: gnu ld
shell: msys2 or windows command prompt
what are yours and what are your ideas?
thanks
PowerShell would be the correct one on Windows.