Python keywords in your C/C++ Alert! But why? (Working, but some kind of joke)
Q:is it working? A:of course! compile well Q:should i use it? A:rather not ... other's latter
#include <cplupy.h>No need it I/O system?
#define NO_IO
#include <cplupy.h>No need in Python like types?
#define NO_TYPENAME
#include <cplupy.h>alright, what it can do?
py_str
py_dict (raw)
py_list (also raw)
str() (broken)
is
not
elif
print()
println()
input()
#include <cplupy.h>
#include <string>
int main() {
println("Hello", "W"); // newline
py_str a = input();
print(a); // no newline
}