Git Product home page Git Product logo

programming-techniques's Introduction

Exercises from the Programming Techniques laboratory.

Warning. ⚠️

I do not guarantee the correctness of the code!

Credits. ⭐

About the project. 🪴

Purpose. 🎯

The purpose of this programs is to test the ability to solve problems that consist in the basics of working with: 📚

- Getting familiar with Linux. Command line parameters
- Unions. Enumerations. Structures with bit fields
- Complex statements. Pointers to functions
- Text Files. Writing. Reading
- Binary files. Writing. Reading
- The C Preprocessor Definitions and Macros. Applications of macros
- Compile yourself. Testing. Troubleshooting. Contract. Assertions
- Functions with variable number of arguments
- Analysis of algorithms. Simply linked lists
- Doubly linked lists. Abstract data types
- Independent compilation
- Greedy. Divide and conquer
- Backtracking

Built With. ⚒️

The programs can be build with C or C++ compilers.

Getting Started. 🚀

System requirements ✅

  • Operating System: MacOS, Windows, Linux(Ubuntu for example), Windows Subsystem for Linux. (WSL)
  • Programming Language: C
  • Code Editor: Visual Studio Code

I used WSL as operating system, VSCode as code editor and to compile the code i made use of gcc compiler.

Installation. 🪜

  1. Install c/c++

    sudo apt-get install build-essential
  2. Compile from command line

    gcc -Wall app.c -o app
  3. VSCode C/C++ extesion pack

    (https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)
  4. Configure VSCode to run and debug C/C++ programs inside VSCode under WSL.

    https://code.visualstudio.com/docs/cpp/config-wsl

Learning. 🌟

https://sites.google.com/site/razvanaciu/tehnici-de-programare

Contributing. 🏗️

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact. ✉️

Denis Gruia

programming-techniques's People

Contributors

denisgruiax avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.