tags:

views:

147

answers:

2

hello pals, i like to build an application using linux c and c++. i know c and c++ and experienced it in turbo c++ v3. but i need to learn and know about gcc or g++ dev in linux.

i have done a dbms application using c++ using turbo c for ms dos system. now, i need to develop it across linux with good gui's and functionalities like networking,threads etc.

i have tried it in .net but later i became a open source lover and i need to do it in linux. so i need to learn and know more of c++ and c in linux.. where can i find the best tutorials and help.

+1  A: 

I would recommend - http://www.advancedlinuxprogramming.com/

Prabhu Jayaraman
A: 

This is great place to start with.

Gcc and gdb are handy for compilation and debugging.

Databases: SqLite has good interfaces

Praveen S