▲ 1 r/MTHFR

Where can I find a full genetic test in Europe without asking a doctor, please ?

I have been tested only for MTHFR, but i would like to have a full genetic test. Do you know an online test to order and send back, without asking my doctors ?

reddit.com
u/SeriousFlamingo24 — 1 day ago
▲ 3 r/MTHFR

Advice

Hello,

I am c677t heterozygous.

I am taking:

-hydroxycobalamin

-folinic acid

-NAC

-L-gluthatione

- Magnesium

-Silicium

- i am starting today electrolytes and creatin for brain fog.

What had the biggest impact on you?

I have digestive problems (including a fissured tongue, which becomes better when i dont take folic acid and gluten and lactose), brain fog, hypothyroïdism (under Levothyroxine every day) and a prolactinoma (3mm*3mm). And facial hair and hair loss. My post-acnes pigmentation need to go away a lot of days.

Do you have any suggestions please ? I have a horrible brain fog, no energy, facial hair etc i would like to feel normal.

reddit.com
u/SeriousFlamingo24 — 7 days ago

Help please

Salut les gars,

J'ai besoin d'aide. J'ai un problème. Au début, je pensais l'avoir résolu, mais non…

Le code initial simplifié était :

Start\_header

\#define fin 0

End\_header

Et cela fonctionnait très bien.

Mais on m'a dit de le modifier.

\#define fin 0 doit devenir : static constexpr int fin = 0;

Le code ressemble donc maintenant à ceci :

Start\_header

static constexpr int fin = 0;

End\_header

Erreur de syntaxe Constexpr : erreur d'identificateur attendue

Que dois-je faire pour que cela fonctionne ?

Merci beaucoup !

reddit.com
u/SeriousFlamingo24 — 9 days ago

Help please

Salut les gars,

J'ai besoin d'aide. J'ai un problème. Au début, je pensais l'avoir résolu, mais non…

Le code initial simplifié était :

Start_header

#define fin 0

End_header

Et cela fonctionnait très bien.

Mais on m'a dit de le modifier.

#define fin 0 doit devenir : static constexpr int fin = 0;

Le code ressemble donc maintenant à ceci :

Start_header

static constexpr int fin = 0;

End_header

Erreur de syntaxe Constexpr : erreur d'identificateur attendue

Que dois-je faire pour que cela fonctionne ?

Merci beaucoup !

reddit.com
u/SeriousFlamingo24 — 9 days ago

Hello guys,

Need some help. I have a problem. In the beginning, i thought i resolved it, but not...

The simplified initial code was :

Start_header

#define fin 0

End_header

And it was working very good.

But they said me to change it.

#define fin 0 should become : static constexpr int fin = 0;

So the code now looks like this :

Start_header

static constexpr int fin = 0;

End_header

Constexpr syntax error expected as identifier error

What should I do to make it work ?

Thank you so much !

reddit.com
u/SeriousFlamingo24 — 9 days ago