c++ now:

c++ class and std::cout

#include <iostream>

class box_world
{
public:
	void greeting() const
	{
		std::cout << "Cheers, c++ !" << std::endl;
	}
};

int main()
{
	auto box = box_world{};
	box.greeting();
}

API Used:

  • std:cout (See)
  • c++ class

Utxcpp

Download

Download nirtcpp source code:
nirtcpp-2.1.0-src-snapshot-2024062502.txz (md5)

SYCL

Intel dpcpp/cpp: Enter

Adaptivecpp acpp: Enter

SYCL Home: Enter

#include <sycl/sycl.hpp>

Utxcpp

Utxcpp is an easy and simple to use c++ library that makes simple things simple. Utxcpp has some classes, templates and functions that can be used in sycl kernel.

Enter

Nirtcpp

Nirtcpp is a graphics and game engine forked irrlicht.

Enter

Projects

c++ projects of cppfx.xyz

Enter

q3viewer

Quake3 Map Scene Viewer written in c++

Enter

Happy cpp sycl examples

c++ sycl examples

Enter

Apps Case

Some useful apps

Enter

Ugrep Regex

Ugrep regex how-to

Enter

Vpcpp

Vpcpp makes vulkan.hpp easy to use.

Enter

Logs

Logs - Record my c++ explorer

Enter

B2 Build

B2 is an easy to use and very powerful cpp/c++ project build system.

Enter

Utxcpp Install

Install b2 build, Install boostbook, Install quickbook, Install Utxcpp

Enter