Author Topic: C or C++  (Read 6447 times)

0 Members and 2 Guests are viewing this topic.

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: C or C++
« Reply #15 on: September 04, 2013, 01:42:11 pm »
This alone makes me want to drop everything else I'm learning in order to dedicate my full time to C.

Ha, same here man. I shouldn't read this post. XD

Offline chapp

  • Peasant
  • *
  • Posts: 87
  • Cookies: 2
    • View Profile
Re: C or C++
« Reply #16 on: September 04, 2013, 09:33:05 pm »
One of the main reasons to learn C is to understand what's going on and starting with the kernel bit by bit is a great way when you know the basics. When you see some syntax you don't recognise you can always look it up.


https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/?id=refs/tags/v3.11

$trik3r

  • Guest
Re: C or C++
« Reply #17 on: June 17, 2014, 09:24:54 pm »
i am currently reading that book now ... is it good or not ... what is your opinion on the book ???

Offline Rytiou

  • Noob Zombie
  • VIP
  • Knight
  • *
  • Posts: 199
  • Cookies: 45
  • EZ's Noob
    • View Profile
Re: C or C++
« Reply #18 on: June 17, 2014, 09:44:31 pm »
are there any thread specifically does only Coding 0n C ???
You know if you have simple questions there's always that nifty little search button and there's this thing called Google. Also, it's really annoying when people double post and unintentionally gravedig threads for no necesseary reason so you should really refrain from doing so.
Quote from: Evilzone IRC
<EZBot> life, you're so lame we decided to change your nick to Rytiou's bitch.
<EZBot> Rytiou is lord of the fags and will suck dicks for shells.

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: C or C++
« Reply #19 on: July 08, 2014, 07:15:17 am »
Well, I think it's better to say that C is as close to the machine language as a high-level language can get.