C/C++ Resources - Programming On Unix

Users browsing this thread: 2 Guest(s)
i'm a gay faggot
bottomy
Registered
LLDB apart of the LLVM toolchain, is another debugger option.
Robby
Long time nixers
Thanks I'll be referring to this when I finally get off my bum.
Reki
Members
Thanks for this. This should help me a lot in the classes I'm taking right now.
Evolution
Long time nixers
There is also YASM the rewrite of NASM which supports both Intel and AT&T syntax.
[Image: mg3nm7.gif]
We live as we dream, alone.
bottomy
Registered
(28-07-2012, 11:40 PM)Evolution Wrote: There is also YASM the rewrite of NASM which supports both Intel and AT&T syntax.

That's the same with GAS too (so OP could be updated for these), you just need to use a directive to switch between Intel and AT&T (with AT&T being the default syntax).
DotDev
Long time nixers
Since the sources are no longer here

/C
ModernC http://a.pomf.se/khmame.pdf
O'Reilly - Practical C Programming http://a.pomf.se/nswovm.pdf
Programming_in_C,_3rd_Edition http://a.pomf.se/mszjuk.pdf
The C Programming Language - 2nd edition http://a.pomf.se/rzwojp.pdf

I'll Post C++ pdfs when I find my folder
Webtm
Members
You can also get a lot of them over at www.ebooks-it.org !
cjm
Long time nixers
K&R is the way to go.
xero
Long time nixers
(27-05-2015, 04:58 PM)Webtm Wrote: You can also get a lot of them over at www.ebooks-it.org !
that or it-ebooks.info
Webtm
Members
(29-05-2015, 01:11 PM)xero Wrote: that or it-ebooks.info
Sweet, I didn't know about that.