Skip to content

Repository files navigation

c-programming

Here's my examples connected with popular problems concerning C programming.

  1. ipc_sysv-server.c and ipc_sysv-client.c - example of communications between two processes by IPC Sys V shared memory and semaphores.

  2. myls.c - my own version of Unix ls program

  3. pointers-array.c - example showing how pointers in C works

  4. pointers-matrix.c - two-dimensional array in C as a pointer to pointer (example with matrix)

  5. lexer_and_parser.zip - lexer and parser for arthmetic operations on rational numbers coded with flex and yacc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages