Download Latest Version cppsp v1.5.2 OOP system --Derive and Extension source code.tar.gz (2.8 MB)
Email in envelope

Get an email when there's a new version of cppsp

Home / v1.5
Name Modified Size InfoDownloads / Week
Parent folder
cppsp_compiler.exe 2026-02-24 1.3 MB
cppsp_compiler.cpp 2026-02-24 76.6 kB
cppsp_compiler_mac.delete_mac 2026-02-24 288.4 kB
cppsp_compiler_linux.delete_linux 2026-02-24 2.2 MB
cppsp v1.5 --module system update source code.tar.gz 2026-02-24 2.7 MB
cppsp v1.5 --module system update source code.zip 2026-02-24 2.7 MB
README.md 2026-02-24 748 Bytes
Totals: 7 Items   9.3 MB 0
  • cppsp_compiler mod.cppsp -header will generate .h file and turn int main(){...} a comment
  • module.ini:C:...\modfolder1,c:...\modfolder1
  • can use .cppsp mod by import
  • deepermod.cppsp still can use c++ header and .cppsp mod by import
  • support multi-level namespace for @custom xxx(...)
  • import can also import .cppsp mods likeimport a.b.mod| a.b.mod represent the path a/b/mod.cppsp and path will be searched from parent path in module.ini | a.b.mod also generate namespace a{ namespace b{ namespace mod{...}}}
  • package : it is written in .cppsp, package d.e.f will replace namespace generated by import a.b.c
  • use : use namespaces like :use a.b.c. "xxx" from @custom xxx(...) also affected by use
Source: README.md, updated 2026-02-24