Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. I just explained C to someone

I just explained C to someone

Scheduled Pinned Locked Moved The Lounge
designcomgraphicsiotregex
11 Posts 6 Posters 5 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H honey the codewitch

    "If you've ever worked with regex, C is the next worst thing, for the same reasons"

    Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

    J Offline
    J Offline
    jmaida
    wrote on last edited by
    #2

    As old time C programmer, I disagree. Sure someone can make a mess of C code with wild and crazy macros, structures and nested recursions. But with some discipline (which I inherited from Fortran and PL/I), it can be quite efficient and easy to understand. Regex, I agree. Quite cryptic. I don't always get it.

    "A little time, a little trouble, your better day" Badfinger

    H N 2 Replies Last reply
    0
    • H honey the codewitch

      "If you've ever worked with regex, C is the next worst thing, for the same reasons"

      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

      CPalliniC Online
      CPalliniC Online
      CPallini
      wrote on last edited by
      #3

      Well, CMakes sense.

      "In testa che avete, Signor di Ceprano?" -- Rigoletto

      In testa che avete, signor di Ceprano?

      T 1 Reply Last reply
      0
      • J jmaida

        As old time C programmer, I disagree. Sure someone can make a mess of C code with wild and crazy macros, structures and nested recursions. But with some discipline (which I inherited from Fortran and PL/I), it can be quite efficient and easy to understand. Regex, I agree. Quite cryptic. I don't always get it.

        "A little time, a little trouble, your better day" Badfinger

        H Offline
        H Offline
        honey the codewitch
        wrote on last edited by
        #4

        My comment was tongue in cheek

        Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

        J 1 Reply Last reply
        0
        • J jmaida

          As old time C programmer, I disagree. Sure someone can make a mess of C code with wild and crazy macros, structures and nested recursions. But with some discipline (which I inherited from Fortran and PL/I), it can be quite efficient and easy to understand. Regex, I agree. Quite cryptic. I don't always get it.

          "A little time, a little trouble, your better day" Badfinger

          N Offline
          N Offline
          Nelek
          wrote on last edited by
          #5

          jmaida wrote:

          Sure someone can make a mess of C code with wild and crazy macros, structures and nested recursions any language, bullshi1t is not in the language, it is more in the people using it.

          FTFY

          M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

          J 1 Reply Last reply
          0
          • CPalliniC CPallini

            Well, CMakes sense.

            "In testa che avete, Signor di Ceprano?" -- Rigoletto

            T Offline
            T Offline
            trønderen
            wrote on last edited by
            #6

            Are you 100% certain about that?

            Religious freedom is the freedom to say that two plus two make five.

            1 Reply Last reply
            0
            • H honey the codewitch

              My comment was tongue in cheek

              Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

              J Offline
              J Offline
              jmaida
              wrote on last edited by
              #7

              understood. i wasn't trying to pick a fight.

              "A little time, a little trouble, your better day" Badfinger

              H 1 Reply Last reply
              0
              • J jmaida

                understood. i wasn't trying to pick a fight.

                "A little time, a little trouble, your better day" Badfinger

                H Offline
                H Offline
                honey the codewitch
                wrote on last edited by
                #8

                No worries. I didn't think you were. I just didn't want anyone to think I was being totally serious. I love C. Sometimes breathe it. :)

                Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                J 1 Reply Last reply
                0
                • H honey the codewitch

                  No worries. I didn't think you were. I just didn't want anyone to think I was being totally serious. I love C. Sometimes breathe it. :)

                  Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                  J Offline
                  J Offline
                  jmaida
                  wrote on last edited by
                  #9

                  Yup, I do too. Though not as much these days.

                  "A little time, a little trouble, your better day" Badfinger

                  1 Reply Last reply
                  0
                  • N Nelek

                    jmaida wrote:

                    Sure someone can make a mess of C code with wild and crazy macros, structures and nested recursions any language, bullshi1t is not in the language, it is more in the people using it.

                    FTFY

                    M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.

                    J Offline
                    J Offline
                    jmaida
                    wrote on last edited by
                    #10

                    I agree. People are ultimately responsible. Code is code.

                    "A little time, a little trouble, your better day" Badfinger

                    1 Reply Last reply
                    0
                    • H honey the codewitch

                      "If you've ever worked with regex, C is the next worst thing, for the same reasons"

                      Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix

                      B Offline
                      B Offline
                      BryanFazekas
                      wrote on last edited by
                      #11

                      Yup -- every language can be used poorly. "Modern" languages try to make things idiot proof, but that will always fail. Any time anyone makes something idiot proof, someone else makes a better idiot. :laugh:

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups