Search:

Type: Posts; User: dracut

Search: Search took 0.00 seconds.

  1. Would that really have an effect in this case?...

    Would that really have an effect in this case? Nonetheless I've tried it and the same issue persists.
  2. lldb : Error - failed to launch or debug process

    Using OpenBSD clang v10.0.1 targeting aarch64-unknown-openbsd6.8 to compile a simple SDL c program using the following clang command to compile:
    clang -glldb -std=c99 -Wall -Werror $(pkg-config...
  3. I completely overlooked that... So that answers...

    I completely overlooked that... So that answers my question then. It was used as a means of abstraction as mentioned by hamster_nz
  4. Understood. So grepping through the source file...

    Understood. So grepping through the source file (dwm.c - dwm - dynamic window manager) it's used in the following way (I've prefixed lines with the actual line number within dwm.c which includes...
  5. What exactly is the point of a struct definition like this:

    Hey guys,

    Was hoping to know what exactly the point of the following struct definition is:



    typedef struct {
    Cursor cursor;
    } Cur;
  6. How do I return a reference to an array from a function

    Hey guys!

    First post here. Trying to figure out how to return a reference to an array from a function. Here is a snippet of code I am working with:



    int (*getArray())[5]{
    int arr[5]= {2,...
Results 1 to 6 of 6