8
Pitro
7y

Some tips for programming in C?

Comments
  • 2
    Welcome here man.
    And : pointer lel
  • 0
    What are you trying to do? Or just learning?
  • 2
    Would you like any pointers with your tips?
  • 1
    I hear you’re looking for some pointers?
  • 5
    Best pointers I can offer:
    0xbadcode
    0x8d06f00d
    0x48c0ffee
  • 1
    Alcohol. High-proof alcohol.
  • 2
    Start on a micro...with no os.

    You will instantly appreciate it.
  • 1
    I don't think I could be efficient in C if I did not know how memory worked. Learn about heap and stack allocation. How they apply to strings/arrays and structs. The language itself is easy programming correctly in it is hard. A lot of the difficulties come from memory management the rest comes from difficulty keeping things organized.
  • 0
    @kenogo Go with go also when performance is required. It is an easier language and has a bigger/better ecosystem at the moment (so likely better developed/faster libraries for your task). Rust has the advantage of no garbage collection so especially when timing matters use rust and stay far away from go. If things don't work out performance wise in Go you can also try Rust it's about the fastest language.
  • 1
    Here's one.

    Don't.
Add Comment