Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thepuppetqueen57/c-bos-cpp
A version of C-Bos made in c++
https://github.com/thepuppetqueen57/c-bos-cpp
cli console-app console-application consoleapp consoleapplication cpp
Last synced: about 1 month ago
JSON representation
A version of C-Bos made in c++
- Host: GitHub
- URL: https://github.com/thepuppetqueen57/c-bos-cpp
- Owner: Thepuppetqueen57
- License: mit
- Created: 2024-07-03T07:04:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:52:42.000Z (3 months ago)
- Last Synced: 2024-09-14T17:08:12.190Z (3 months ago)
- Topics: cli, console-app, console-application, consoleapp, consoleapplication, cpp
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Bos
A command-line app made in C++ for fun.This used to be the main cbos but I rewrote it in python and now this is a side project
This probably will almost never get updated btw
Make sure to go check out [the main C-Bos](https://github.com/Thepuppetqueen57/C-Bos)
# How to use
If you dont want to compile from source then just install gcc then download the latest version of cbos-cpp and run the exeThen type `help`
# How to compile from source
Install [gcc](https://gcc.gnu.org/releases.html) installed (search up a tutorial on how to install it)Then run `g++ main.cpp -o main -lws2_32` in the cbos dir and it should be compiled!
Also the exe only works on windows and I'm using a windows only lib to make httplib work sorry.
# Gcc
Gcc is required to run this program. It has libraries that come with it that cbos-cpp needs.# Discontinued
C-Bos C++ has been discontinued as of september 16th 2024.It got discontinued because on that date I switched to linux and this is windows only.