Learn C or C++ here

Talk about any languages right here. Share and discuss source, but don't expect your homework to be done for you.

Re: Learn C or C++ here

Postby kuszi » Fri Dec 04, 2009 1:43 pm

@timidwhitekid - heh, nice example!
kuszi
n00b
 
Posts: 3
Joined: Fri Dec 04, 2009 1:06 pm

Re: Learn C or C++ here

Postby Robb » Wed May 05, 2010 5:36 pm

Just adding to this list, a great book on C if you can afford it, or obtain it from a friend ;)

http://search.barnesandnoble.com/C-Prog ... g+language
User avatar
Robb
Corporal
 
Posts: 128
Joined: Tue Jan 08, 2008 8:52 pm

Re: Learn C or C++ here

Postby SSID KID » Wed Jul 07, 2010 6:56 pm

Thanks Avatar
SSID KID
n00b
 
Posts: 7
Joined: Wed Jul 07, 2010 2:48 pm

Re: Learn C or C++ here

Postby tehbares » Mon Jul 12, 2010 8:47 am

Thanks Avatar
HAI I AM TEHBARES AND LIKE THE COCK
User avatar
tehbares
Apprentice
 
Posts: 38
Joined: Fri Aug 07, 2009 6:00 pm

Re: Learn C or C++ here

Postby Thor » Wed Jul 14, 2010 6:33 pm

Robb wrote:Just adding to this list, a great book on C if you can afford it, or obtain it from a friend ;)

http://search.barnesandnoble.com/C-Prog ... g+language



AKA: The White Bible :)
User avatar
Thor
htd0rg lieutenant
 
Posts: 406
Joined: Tue Dec 18, 2007 9:39 am
Location: Location Location

Re: Learn C or C++ here

Postby niwi » Sat May 14, 2011 5:04 pm

Hi,

Where is it possible to find the tutorial-series from lovepump now?
None of the posted links seem to work.

Thanks in advance.
niwi
n00b
 
Posts: 2
Joined: Sat May 14, 2011 4:55 pm

Re: Learn C or C++ here

Postby DarkAxiom » Sun Jul 17, 2011 1:00 pm

Good read. I decided that I'll learn C for my first programming language.

Thanks for directing me to a tutorial too.
User avatar
DarkAxiom
n00b
 
Posts: 3
Joined: Sat Jul 16, 2011 7:44 pm

Re: Learn C or C++ here

Postby Thor » Sat Aug 27, 2011 2:00 pm

Current Beej's socket guide link is forbidden; Should be updated to Beej's official guide site: http://beej.us/guide/bgnet/. You can apparently buy it in book form now, or either download it or view it online for free.
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.

Omnis Vestri Substructio Es Servus Ad Nobis.
- All Your Base Are Belong To Us
User avatar
Thor
htd0rg lieutenant
 
Posts: 406
Joined: Tue Dec 18, 2007 9:39 am
Location: Location Location

Re: Learn C or C++ here

Postby EnriqueIglesias » Sat Sep 03, 2011 1:39 am

which is the best book for learning c++
EnriqueIglesias
n00b
 
Posts: 1
Joined: Sat Sep 03, 2011 1:14 am

Re: Learn C or C++ here

Postby TheShadowFog » Wed Feb 15, 2012 10:08 am

EnriqueIglesias wrote:which is the best book for learning c++

K & R C programming Language (Great book so far.)
http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

:grin:
User avatar
TheShadowFog
n00b
 
Posts: 11
Joined: Tue Feb 14, 2012 9:12 pm

Re: Learn C or C++ here

Postby Cool_Fire » Thu Feb 16, 2012 3:53 am

TheShadowFog wrote:
EnriqueIglesias wrote:which is the best book for learning c++

K & R C programming Language (Great book so far.)
http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

:grin:

It's not a C++ book, but it's still a pretty decent C book.
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!

Hackerthreads chat, where the party is going 24/7.
User avatar
Cool_Fire
Not a sandwich
 
Posts: 1528
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d

Re: Learn C or C++ here

Postby TheShadowFog » Thu Feb 16, 2012 11:22 am

Cool_Fire wrote:
TheShadowFog wrote:
EnriqueIglesias wrote:which is the best book for learning c++

K & R C programming Language (Great book so far.)
http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

:grin:

It's not a C++ book, but it's still a pretty decent C book.


Oops. Didn't see the ++ part. lol :lol:
User avatar
TheShadowFog
n00b
 
Posts: 11
Joined: Tue Feb 14, 2012 9:12 pm

Re: Learn C or C++ here

Postby dale » Sat May 12, 2012 11:03 pm

NoUse wrote:A series of tutorials written by a friend of mine (lovepump) for C. Programming for Hackers:

http://www.mmdhaven.com/NoUse//tuts/P4HI.pdf

I found a mirror at sweon.net.

Just in case other people are also looking for these files, and found that the links no longer work.
-d
dale
n00b
 
Posts: 7
Joined: Thu May 10, 2012 10:12 pm
Location: Cardboard box

Re: Learn C or C++ here

Postby Cool_Fire » Sun May 13, 2012 1:00 pm

dale wrote:
NoUse wrote:A series of tutorials written by a friend of mine (lovepump) for C. Programming for Hackers:

http://www.mmdhaven.com/NoUse//tuts/P4HI.pdf

I found a mirror at sweon.net.

Just in case other people are also looking for these files, and found that the links no longer work.


Excellent find. Added another mirror here: http://coolfire.insomnia247.nl/hackerth ... r_hackers/
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!

Hackerthreads chat, where the party is going 24/7.
User avatar
Cool_Fire
Not a sandwich
 
Posts: 1528
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d

Re: Learn C or C++ here

Postby Thor » Mon May 14, 2012 7:48 pm

Just out of curiosity, did lovepump happen to make any other tutorials on anything else?
Quidquid latine dictum sit, altum sonatur.
- Whatever is said in Latin sounds profound.

Omnis Vestri Substructio Es Servus Ad Nobis.
- All Your Base Are Belong To Us
User avatar
Thor
htd0rg lieutenant
 
Posts: 406
Joined: Tue Dec 18, 2007 9:39 am
Location: Location Location

Re: Learn C or C++ here

Postby ScropX » Sat Jun 23, 2012 9:17 pm

ScropX
n00b
 
Posts: 1
Joined: Sat Jun 23, 2012 9:13 pm

Re: Learn C or C++ here

Postby Cool_Fire » Sun Jun 24, 2012 10:00 am



Cool_Fire wrote:
dale wrote:
NoUse wrote:A series of tutorials written by a friend of mine (lovepump) for C. Programming for Hackers:

http://www.mmdhaven.com/NoUse//tuts/P4HI.pdf

I found a mirror at sweon.net.

Just in case other people are also looking for these files, and found that the links no longer work.


Excellent find. Added another mirror here: http://coolfire.insomnia247.nl/hackerth ... r_hackers/
If we're breaking the rules, then how come you can't catch us? You can't find us? I know why. Cause, it's ... MAGIC!

Hackerthreads chat, where the party is going 24/7.
User avatar
Cool_Fire
Not a sandwich
 
Posts: 1528
Joined: Fri May 09, 2003 1:20 pm
Location: 41 6d 73 74 65 72 64 61 6d

Re: Learn C or C++ here

Postby veganaize » Sat Dec 08, 2012 8:11 pm

Ive started some articles on simple C programming basics;

http://staticchaos.awardspace.com/cc/smalleasy.php

^That's my version of the smallest & most simple 32/64-bit Windows program ever created, and it actually does something useful ;]
veganaize
n00b
 
Posts: 1
Joined: Sat Dec 08, 2012 8:00 pm

Previous

Return to Programming

Who is online

Users browsing this forum: No registered users and 1 guest