

I am coding the TripleX game and it compiles fine when I type "cl triplex.cpp.
But, when it goes to the next part and I try to type “triplex” it like freezes and the code doesn’t run. This just started randomly


I am coding the TripleX game and it compiles fine when I type "cl triplex.cpp.
But, when it goes to the next part and I try to type “triplex” it like freezes and the code doesn’t run. This just started randomly
try to write .\triplex.exe to run it
That does the same thing where it basically freezes like I can’t type anything and it doesn’t run but I can do Ctrl C to get out of it
maybe the problem is in your code?
I opened up a new file and just wrote a basic string and yes it did work. Sorry for wasting your time and Thank you!
This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.