NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.
Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
Try Free
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
BcxAdp is an Application Development Platform for BCX, a Basic to c/c++ translator.
Everything you need is included except the c/c++ compiler of your choice.
My compiler of choice is Microsoft c++ Visual Studio but several others are supported
In late 2019 Mr Bcx (Kevin Diggins) took over the reins of BCX after many years watching from the sidelines.
The changes are monumental.
bc9Basic is a computer programming language that converts basic syntax source code to c/c++ source ready to be compiled into machine code by a number of c/c++ compilers. It is a direct descendant of BCX.
Latest version 1.3 updated to remove compilation warnings and tested on Windows 10 Tech Preview.
This is a collection of programs put together to build an amazingly small and compact development environment for BCX. Unzipped it comes in under 9MB and has an IDE for writing BCX code, a resource editor for visually creating Windows and a C compiler. The BCXBasic code is converted to C and compiled making the resulting EXE small and very fast.
BCX (Basic to C Translator) BCX is a small command line tool that inputs a BCXBASIC source code file and outputs a C source code file which can be compiled with many C or C++ compilers.