# C++ functions in FreeFem++

**URL:** https://community.freefem.org/t/c-functions-in-freefem/535
**Category:** General Discussion
**Created:** [August 7, 2020, 4:25pm UTC](https://community.freefem.org/t/c-functions-in-freefem/535 "2020-08-07T16:25:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AbdelhakTouiti](https://avatars.discourse-cdn.com/v4/letter/a/53a042/32.png) [@AbdelhakTouiti](https://community.freefem.org/u/AbdelhakTouiti)
#### Post date: [August 7, 2020, 4:25pm UTC](https://community.freefem.org/t/c-functions-in-freefem/535/1 "2020-08-07T16:25:11Z")

</div>

How could I add my own **C++** functions to FreeFem++??

---

<div class="post-metadata">

### Author: ![prj](https://avatars.discourse-cdn.com/v4/letter/p/ecae2f/32.png) [@prj](https://community.freefem.org/u/prj)
#### Post date: [August 7, 2020, 4:26pm UTC](https://community.freefem.org/t/c-functions-in-freefem/535/2 "2020-08-07T16:26:57Z")

</div>

Either read the documentation or have a look at the many [examples](https://github.com/FreeFem/FreeFem-sources/tree/develop/plugin).

---

<div class="post-metadata">

### Author: ![AbdelhakTouiti](https://avatars.discourse-cdn.com/v4/letter/a/53a042/32.png) [@AbdelhakTouiti](https://community.freefem.org/u/AbdelhakTouiti)
#### Post date: [September 21, 2020, 11:02am UTC](https://community.freefem.org/t/c-functions-in-freefem/535/3 "2020-09-21T11:02:06Z")

</div>

Thank you for your reply.  
I will get back to you if I get some issues.
