• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Sber

  1. S

    Flex help....

    Back with some answers, for all those interested. The flex code for b reads: %{ #include <stdio.h> #include <stdlib.h> #include <strings.h> char *name; char *yytext; int myvar; %} /*these are just declarations*/ %% [A-E]* {myvar=yyleng; return yyleng;}...
  2. S

    Flex help....

    Thanks so much! This is very helpful! :D Will get to it and be back. Thanks again!
  3. S

    Flex help....

    Hey guys, noob here in dire need of help. I am preparing for an exam on Compilers and I have serious trouble answering some --seemingly simple --- questions concerning the FLEX logical analyser. I know, the first thing is for me is to go back to my notes and try harder, but sadly my...
Back
Top