I have a project which is completely in C++. Also I have one more file which is in typescript ( I wasn't able to find libraries equilvelent in C++). The typescript file is doing the following: 1 It has typescript CLI code kinda of generator that will generate some functions in respective files.
My compiler is gcc.
Can please someone tell me .. is it possible to link and compile it ? Is yes..How ?