Skip to content
View moezgwall's full-sized avatar
🌴
looking for a job
🌴
looking for a job
  • ORPHOX

Block or report moezgwall

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. RE-opengl-Easy RE-opengl-Easy Public

    me learning opengl with c :p

    C++ 2

  2. MathLIB MathLIB Public

    a simple math lib .

    C 2

  3. POINTERS LEVEL 1 ( in C) POINTERS LEVEL 1 ( in C)
    1
    Pointers level 1 
    2
    
                  
    3
    a pointer is a data type that holds an actual address memory in hex format .
    4
    
                  
    5
    Pointer size depends on the architecture (e.g., 8 bytes on 64-bit, 4 bytes on 32-bit systems