Re: Suggestion to developer tools

2010-03-29 Thread Stefano Canepa
On Fri, Mar 26, 2010 at 05:04:08PM -0500, ceduardo wrote:
 2010/3/25 Brian Ryans brian.l.ry...@gmail.com:
  Quoting ceduardo on 2010-03-18 17:32:27:
  What Do you developer tools sugges?
 
If you use emacs for editing try its integration with gdb for
debugging. I like it. 

As a way to manage your source I think the best tool to learn are:
cmake and git.

Bye
Stefano

-- 
Stefano Canepa aka sc: s...@linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)


signature.asc
Description: Digital signature


Re: Suggestion to developer tools

2010-03-29 Thread Tilo Schwarz
On Thu, 18 Mar 2010 23:32:27 +0100, ceduardo  
carlos.eduardo.vir...@gmail.com wrote:



Hi every body, thaks you for your suggestions.

Well I am learning about C, C++ and Linux programing, jeje I am trying
to be a Debian developer this is my objetive. On my practices use
emacs and others tools from console.

What Do you developer tools sugges?


vim + ctags + git (My personal favorite combo).

Regards,

Tilo


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/op.vabpe6m3a8e...@dellschleppa



Re: Suggestion to developer tools

2010-03-26 Thread Brian Ryans
Quoting ceduardo on 2010-03-18 17:32:27:
 What Do you developer tools sugges?

Not a piece of software proper, but I, too, am learning programming and
have found the book The Art of Unix Programming by Eric S. Raymond to
be quite invaluable. I don't have an ISBN, as I have the PDF version,
but a google for 'taoup.pdf site:catb.org' should yield something.
Unsure if it's been translated to Portugese though.

Offtopic: I'm looking for a place where I can buy the paper copy using
cash or money order.

 PD: I sorry but my english is very bad, I am learning too.

Hey, it's better than that of some native English speakers I know :)

-- 
 _  Brian Ryans 8B2A 54C4 E275 8CFD 8A7D 5D0B 0AD0 B014 C112 13D0 .
( ) ICQ UIN: 43190205 | Mail/MSN/Jabber: brianlry...@gmail.com   ..:
 X  ASCII Ribbon Campaign Against HTML mail and v-cards: asciiribbon.org
/ \ Any technology distinguishable from magic is insufficiently advanced


signature.asc
Description: Digital signature


Re: Suggestion to developer tools

2010-03-26 Thread ceduardo
2010/3/25 Brian Ryans brian.l.ry...@gmail.com:
 Quoting ceduardo on 2010-03-18 17:32:27:
 What Do you developer tools sugges?

 Not a piece of software proper, but I, too, am learning programming and
 have found the book The Art of Unix Programming by Eric S. Raymond to
 be quite invaluable. I don't have an ISBN, as I have the PDF version,
 but a google for 'taoup.pdf site:catb.org' should yield something.
 Unsure if it's been translated to Portugese though.

Thanks,  this more information to my objetive. I am from Colombia, my
native language is spanish.

 Offtopic: I'm looking for a place where I can buy the paper copy using
 cash or money order.

 PD: I sorry but my english is very bad, I am learning too.

 Hey, it's better than that of some native English speakers I know :)
Wow thank you

 --
  _  Brian Ryans 8B2A 54C4 E275 8CFD 8A7D 5D0B 0AD0 B014 C112 13D0     .
 ( ) ICQ UIN: 43190205 | Mail/MSN/Jabber: brianlry...@gmail.com       ..:
  X  ASCII Ribbon Campaign Against HTML mail and v-cards: asciiribbon.org
 / \ Any technology distinguishable from magic is insufficiently advanced

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iEYEARECAAYFAkusFKsACgkQCtCwFMESE9Do2gCeNPRgAv1hGQD20YojG3kLIcmE
 8gUAoIaxE4jdL4FsPfLg1w8jqyHEMpOT
 =4JFA
 -END PGP SIGNATURE-





-- 
ceduardo


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/c068e3701003261504g66573289r6e3e726027ca3...@mail.gmail.com



Re: Suggestion to developer tools

2010-03-26 Thread Brian Ryans
You mistakenly replied to me instead of to the list. I'll fix that.

Quoting ceduardo on 2010-03-26 17:04:08:
 Thanks,  this more information to my objetive. I am from Colombia, my
 native language is spanish.

I don't know why I said Portuguese instead of Spanish. Brain fart on my
part, likely. I'm unsure about where to get a copy of TAOUP in Spanish.
Maybe regulars of debian-devel-spanish would know where to get such, if
it even exists? I searched Google and nothing came up for a Spanish
copy.

-- 
 _  Brian Ryans 8B2A 54C4 E275 8CFD 8A7D 5D0B 0AD0 B014 C112 13D0 .
( ) ICQ UIN: 43190205 | Mail/MSN/Jabber: brianlry...@gmail.com   ..:
 X  ASCII Ribbon Campaign Against HTML mail and v-cards: asciiribbon.org
/ \ Any technology distinguishable from magic is insufficiently advanced


signature.asc
Description: Digital signature


Re: Suggestion to developer tools

2010-03-20 Thread Erik de Castro Lopo
ceduardo wrote:

 The powerfull, vi, vim, gcc, g++, gdb and the others that I don't know
 in this moment.

Every C and C++ programmer should use Valgrind, often.

Static analysis tools like cppcheck and flawfinder are also useful.

All of these tools are available in debian main.

Erik
-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100320173303.9da4c3d7.mle+deb...@mega-nerd.com



Suggestion to developer tools

2010-03-18 Thread ceduardo
Hi every body, thaks you for your suggestions.

Well I am learning about C, C++ and Linux programing, jeje I am trying
to be a Debian developer this is my objetive. On my practices use
emacs and others tools from console.

What Do you developer tools sugges?

Thanks

PD: I sorry but my english is very bad, I am learning too.

--
ceduardo


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/c068e3701003181532g79d476a4g497a49fc9ed84...@mail.gmail.com



Re: Suggestion to developer tools

2010-03-18 Thread Marco Túlio Gontijo e Silva
Hi Carlos.

Excerpts from ceduardo's message of Qui Mar 18 19:32:27 -0300 2010:
(...)
 Well I am learning about C, C++ and Linux programing, jeje I am trying
 to be a Debian developer this is my objetive. On my practices use
 emacs and others tools from console.
 
 What Do you developer tools sugges?
 
 Thanks
 
 PD: I sorry but my english is very bad, I am learning too.

I could not understand what you are asking.  Do you speak portuguese?  Maybe
you want to join debian-devel-portugu...@lists.debian.org .  If not, you can
search for a development list in your language in
http://lists.debian.org/devel.html .

Greetings.
(...)
-- 
marcot
http://wiki.debian.org/MarcoSilva


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268953772-sup-3...@zezinho



Re: Suggestion to developer tools

2010-03-18 Thread Luke Cycon
On Thu, 2010-03-18 at 17:32 -0500, ceduardo wrote:
 Hi every body, thaks you for your suggestions.
 
 Well I am learning about C, C++ and Linux programing, jeje I am trying
 to be a Debian developer this is my objetive. On my practices use
 emacs and others tools from console.
 
 What Do you developer tools sugges? 

*If* I understand what you are asking (For suggestions for development
tools), you have got some of the main ones.

When I need/want a nice GUI for when I am feeling lazy, I use Eclipse
(Available in the repos, though there are newer version out there).

Other than that, a nice console text editor and the compiler (In C/C++'s
case) is a very powerful development environment.

All in all, it is a matter of choice.  Do you like a more GUI-centric
style of programming?  Or are you comfortable using command line tools?

Again, sorry if I misunderstood the question.

(I am CCing you on the off chance that you may not be subscribed to this
list, sorry if you are (Somewhat of a generalization, I see many of
these questions asked by people not subscribed to the list.))

Thanks,
-- 
Luke Cycon lcy...@gmail.com



signature.asc
Description: This is a digitally signed message part


Re: Suggestion to developer tools

2010-03-18 Thread ceduardo
2010/3/18 Luke Cycon lcy...@gmail.com:
 On Thu, 2010-03-18 at 17:32 -0500, ceduardo wrote:
 Hi every body, thaks you for your suggestions.

 Well I am learning about C, C++ and Linux programing, jeje I am trying
 to be a Debian developer this is my objetive. On my practices use
 emacs and others tools from console.

 What Do you developer tools sugges?

 *If* I understand what you are asking (For suggestions for development
 tools), you have got some of the main ones.

I wanted to know aobut the typicals develoment toolt that you use.

 When I need/want a nice GUI for when I am feeling lazy, I use Eclipse
 (Available in the repos, though there are newer version out there).

I have Eclipse installed but I don't use this for C/C++, but It is a
good idea to try with this one. I am testing NetBeans IDE but I want
to know your suggestions.

 Other than that, a nice console text editor and the compiler (In C/C++'s
 case) is a very powerful development environment.

The powerfull, vi, vim, gcc, g++, gdb and the others that I don't know
in this moment.
 All in all, it is a matter of choice.  Do you like a more GUI-centric
 style of programming?  Or are you comfortable using command line tools?


 Again, sorry if I misunderstood the question.

Don't worry your message  can help me in my way
 (I am CCing you on the off chance that you may not be subscribed to this
 list, sorry if you are (Somewhat of a generalization, I see many of
 these questions asked by people not subscribed to the list.))

 Thanks,
 --
 Luke Cycon lcy...@gmail.com



Thanks.

-- 
ceduardo


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/c068e3701003182012m57524ad3h86fe4abe617ee...@mail.gmail.com



Re: Suggestion to developer tools

2010-03-18 Thread Luke Cycon
On Thu, 2010-03-18 at 22:12 -0500, ceduardo wrote:
 
 I wanted to know aobut the typicals develoment toolt that you use.
 
I mainly use eclipse or gedit or a command line text editor (Depending
on my mood)

I suggest you learn how to use these as well, they allow for much
customization.
 
 I have Eclipse installed but I don't use this for C/C++, but It is a
 good idea to try with this one. I am testing NetBeans IDE but I want
 to know your suggestions. 

I prefer Eclipse over NetBeans for all of my development because I feel
that NetBeans is a bit to bloaty

As I said, this is a matter of preference.  I can't really tell you what
you will like best ;)
-- 
Luke Cycon lcy...@gmail.com


signature.asc
Description: This is a digitally signed message part