tools for C and C++

M

mbrown

I'm fairly new to C, and newer to Linux. I currently do all of my
development on a windows machine using Visual Studio, then use Make to
build the code on Linux. Obviously this deprives me of a lot of
debugging tools. I'm also used to having a variety of tools for
refactoring and unit testing, but these aren't concepts that are
familiar at my company.

Any advice on good tools for refactoring and unit testing C code, and
for debugging on Linux ?

Also, any books on specifically about writing good code in C?
Thanks
Matt Brown
 
A

Antoninus Twink

I'm fairly new to C, and newer to Linux. I currently do all of my
development on a windows machine using Visual Studio, then use Make to
build the code on Linux. Obviously this deprives me of a lot of
debugging tools. I'm also used to having a variety of tools for
refactoring and unit testing, but these aren't concepts that are
familiar at my company.

Any advice on good tools for refactoring and unit testing C code, and
for debugging on Linux ?

For debugging, gdb is the first and last word. It'll take a little while
to get used to it, but once you do it's a real powerhouse.
 
K

Kenny McCormack

For debugging, gdb is the first and last word. It'll take a little while
to get used to it, but once you do it's a real powerhouse.

But always keep in mind that nobody here uses debuggers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top