Search:

Type: Posts; User: haziz

Search: Search took 0.00 seconds.

  1. Instructive Open Source Projects for an Intermediate Level C Programmer?

    What open source projects e.g. on Github or as part of a Linux distro are particularly instructive or useful for an intermediate level C programmer? I am attracted to the command line and find visual...
  2. Replies
    3
    Views
    3,302

    Parsing a file of ints into an int array?

    I am trying to parse a file filled with integers (one per line, presumably EOF at the end) into an array of ints. The file will contain several thousand ints but I want o produce well designed code...
  3. Replies
    1
    Views
    1,333

    Operating Systems College Courses?

    What college courses covering operating system design and implementation are available online or as a distance learning option, specially those that involve coding rather than just theory? I would...
  4. Thanks for pointing out what appears to be a...

    Thanks for pointing out what appears to be a great resource. I am not ready to tackle creating even a basic OS from scratch. Maybe after tackling Tanenbaum's book on Minix, I will be ready. I likely...
  5. Replies
    1
    Views
    4,008

    GCC -g vs -g3 Flag: What is the Difference?

    When compiling C source code with either gcc or Clang, I always use the -g flag to generate debugging information for gdb.

    gcc -g -o helloworld helloworld.c

    I noticed that some people...
  6. Replies
    2
    Views
    2,757

    Clang vs GCC for Linux/Unix Programming?

    Any advantages or disadvantages to using Clang, as opposed to GCC, for developing in C (mainly) and C++ on Linux? Programs will be command line only. In my case this would be used for intermediate...
  7. Minix vs Linux for Learning Operating System Design?

    I wish to learn operating system design. I was wondering if I should tackle Minix or GNU/Linux in the process? I like books so I would be following mainly a book, though video resources (presumably...
  8. Should I Read K&R Just After a College Course in C?

    I finished a college course in C, and another in Unix Systems Programming. The book used was Kochan's Programming in C 3rd ed. We used Molay's for the Unix Systems Programming Course. I am tempted to...
Results 1 to 8 of 8