Hi I'm making a flames game but what i'm using is processing and i think processing reads java code so does anyone of you knwo how to convert c++ code to java code? The code is below:
or you may look at it in the text file
#include<std io.h>
#include<stdlib .h>
#include<string .h>
struct node
{
char cha;
struct node *next;
};
...