When you are deciding on a development environment don't forget Samba. I feel very comfortable with my SlickEdit (using Brief emulation) from my Windows development days and continue to use it with Linux by mapping Linux drives to my NT environment. There are some great freeware Telnet clients for Windows available that I also use to control the Linux boxes from NT. So if you are familiar with development tools in some particular environment, using either nfs or samba to bring Linux into that environment can get you started quickly.
Main Topics
Browse All Topics





by: majorwooPosted on 2003-03-01 at 06:49:30ID: 8047700
C/C++ is a language that any linux person should pickup. 99% of the code you will come across in linux will be written in C - the linux kernel is written in C.
configure
make
make install
spend some time in linux and those will mean alot to you ;-)
Go for C, its the best.
As for which IDE (Integrated Development Environment) I have used Visual C++ back when I was stuck in windows, but if you are going to code in linux you may find that something simple like nc (part of the nedit package) is all the more you want. (nc is a text editor with color support for making looking at code easier) If you are working from windows when you do this then use Visual C++.