Hi,
Wondering how difficult it is to use c++ with BlitzMax.I have an application which is written in c++ and once compiled uses a flag to get it's input.The source uses
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/time.h>
Any suggestions on how to integrate this apps functionality into my BlitzMax app ? Thanks in advance.
Wondering how difficult it is to use c++ with BlitzMax.I have an application which is written in c++ and once compiled uses a flag to get it's input.The source uses
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <unistd.h>
#include <sys/time.h>
Any suggestions on how to integrate this apps functionality into my BlitzMax app ? Thanks in advance.