Originally Posted by
Slynk
The answer to the c++ question is:
Copy the contents of the psl1ght template folder. Rename main.c to main.cpp. At the top of the cpp file change:
#include <psl1ght/lv2.h>
#include <stdio.h>
#include <malloc.h>
#include <string.h>
to
#include <psl1ght/lv2.h>
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
---------------------
I didn't test it but it should work. I'm playing around with cpp an psl1ght myself and have successfully built a project.