Skip to content

scyth3-c/knock-cpp-online

Repository files navigation



kcompiler 3.0

https://kcompiler.com/

Features

new

  • assembly inspector
  • auto save
  • all files tabs project auto save
  • all files tabs realtime assembly
  • persistence in all tabs files
  • persistence in font themes
  • fix bugs
  • more velocity
  • change code panel behavior
  • change to kcompiler API V2

previus

  • collaborative spaces
  • general visual changes
  • api socket support
  • share you code with friends
  • timeout guard
  • API cleaned
  • support libcurl and use scyth3-c/curl-http-wrapper
  • change code panel
  • change button theme
  • change output compile mode
  • multi-file support, connected or separate sources
  • the multi file works in assembler and download funcs, the code is assembled
  • changes in the icons and modal views
  • change modals theme
  • add the #include function in class mode

info

API
scyth3-c/knock-cpp-API
http/veridic
scyth3-c/curl-http-wrapper


Preview

assembly guide
base

personal notes system

Share you code, ready to compile

HTTP Request

in mode single file just add   #include <http/veridic.hpp> and active

Use panel options


example

how to use http/veridic.hpp with class mode (gui of anterior version, v.2.5.0)

HTTP class example
use class
headers

Result of class
api

Technical specifications

Available standards and optimization levels

standar level default
c++2a / 20 O1 C++17
c++11 O2 03
c++14 O3
c++17