help to move from windows to linux as a developer


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers help to move from windows to linux as a developer
# 1  
Old 03-16-2009
help to move from windows to linux as a developer

Hi,

I am working as a c++/MFC developer from last 3 years on windows, recently i came across LINUX due to some small involvement in c++ projet @ linux platform. I really found it fascinated and found more challenging rather than developing the applications on windows. I really want to go more deeper into it , so please suggest me that how should i proceed as a c++ developer , i am more intrested into development rather than system administartion , so please suggest me that what are the basic books i should get , to get it going. And what are the main advanced topics i should concentrate on. Please suggest...

Himanshu Kapoor
# 2  
Old 03-16-2009
The first task should be to get a good understanding of the basic differences, eg. between Windows' drives and Linux' directory tree or the fact that everything in Linux can be seen as a file. There are many good texts about that out there (eg. The Linux Documentation Project or the Linux Gazette)

For more details it depends on what your primary occupation was on Windows (GUI/Network/System). For GUI stuff, read up on either GTK+ (primarily GNOME) or Qt (primarily KDE). For network programming I suggest Beej's Guide to Network Programming. Don't know any good sources for system programming.

After that I'd suggest joining an open source project of your choice (pick any one of interrest from FreshMeat).
# 3  
Old 03-16-2009
plz suggest some books

Thnx for rly pludi... its gonna b great that if you can suggest some basic Linux book to start with....And i am working as an application developer mainly on GUI , network programming and IPC... so i hope qt gonna be great for me... but i wanna gain some basic Linux knowledge before i actually get on with Qt...

so its gonna b grt if you can suggest some good Linux book i can start with.. so that i feel confident with the OS... and then move on to QT and socket programming....
# 4  
Old 03-18-2009
I can't really suggest any books for Linux since I don't know any (taught myself through learning-by-doing and pestering those who introduced me to it Smilie ). But I can, with a clear conciseness, recommend most books published by O'Reilly and Addison-Wesley.

Other than that it's mostly online resources, like this or this, forums, newsgroups, or your local LUG (Linux User Group)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Seen Windows pc, having all the features of Linux, could exe, read and edit save like windows

Hi, totally new to linux base using windows when started learning and using computers. but i remember that one pc was there , look alike windows desktop, but could not do the task as windows just click and open and view edit etc. But, you could do a little differently even saving in and opening... (8 Replies)
Discussion started by: jraju
8 Replies

2. Shell Programming and Scripting

Move script from windows to Linux using NFS mount

Hi All, Is there a command or script which will push a file from Windows server to Linux box? using the mount command. I want the details or document of the whole process please. I want this script to run every 30 minutes to push the file from windows to unix Thanks (16 Replies)
Discussion started by: thinkingeye
16 Replies

3. What is on Your Mind?

Tips for hiring a Linux Application developer

I am looking to hire a Linux Application developer for my startup. But am having trouble screening for the right skill-set. What should I look for ? And, where do I find these developers who have experience in building applications for Linux? Best, E (1 Reply)
Discussion started by: emerging_desk
1 Replies

4. Shell Programming and Scripting

Help to move folders, subfolders and files from unix to windows

Hi Unix Gurus, I am able to copy only files that exist in the parent folder. My parent folder has sub folders and within sub folders there are lots files. I need to copy folder, sub folders and files from Unix to the remote windows SFTP location. The directory structure is something like... (1 Reply)
Discussion started by: shankar1dada
1 Replies

5. Shell Programming and Scripting

Windows Power Shell - rename files and move

hi people; i want to make a file/folder operation as follows. - i have 41 folders in Windows and each of them have same-named files (~200 files each) inside. - i want to stack these files together in a folder but Windows is asking to "overwrite" (as usual) since the file names are the same.... (2 Replies)
Discussion started by: gc_sw
2 Replies
Login or Register to Ask a Question