3
founix
7y

So I desperatly want to engage into C lang. yet I can find clear guidelines for OSX IDE or common C scaffolding. Any help ?

Comments
  • 0
    So have you walked through a tutorial yet?
  • 1
    @theZorgEffect for C I know the basics, but I meed an effective visual tool to handle segmentation faults and so
  • 1
    @founix I would go with C-Lion (InteliJ tailored to native development). You could dive right in and start doing some OpenGL stuff. You'll have to crack some serious nuts but graphics programing is rewarding. Even if it's only a spinning triangle ;)
  • 1
    Thank you. What motivated me into C is its difficulty.
  • 1
    C has more of the text editor/terminal culture. You should try that first.
  • 1
    Try gdb and clang sanitizer to find segfaults. A build system generator like CMake helps a lot, too.
Add Comment