nixers
C/C++ Resources - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics)
+--- Forum: Programming On Unix (https://nixers.net/Forum-Programming-On-Unix)
+--- Thread: C/C++ Resources (/Thread-C-C-Resources)


C/C++ Resources - shix - 23-07-2012

i'm a gay faggot


RE: C/C++ Resources - bottomy - 23-07-2012

LLDB apart of the LLVM toolchain, is another debugger option.


RE: C/C++ Resources - Robby - 23-07-2012

Thanks I'll be referring to this when I finally get off my bum.


RE: C/C++ Resources - Reki - 24-07-2012

Thanks for this. This should help me a lot in the classes I'm taking right now.


RE: C/C++ Resources - Evolution - 28-07-2012

There is also YASM the rewrite of NASM which supports both Intel and AT&T syntax.


RE: C/C++ Resources - bottomy - 29-07-2012

(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).


RE: C/C++ Resources - DotDev - 26-05-2015

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


RE: C/C++ Resources - Webtm - 27-05-2015

You can also get a lot of them over at www.ebooks-it.org !


RE: C/C++ Resources - cjm - 28-05-2015

K&R is the way to go.


RE: C/C++ Resources - xero - 29-05-2015

(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


RE: C/C++ Resources - Webtm - 29-05-2015

(29-05-2015, 01:11 PM)xero Wrote: that or it-ebooks.info
Sweet, I didn't know about that.