c++ now: c++ class and std::cout

c++ class and std::cout

API Used:

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

Utxcpp

Download nirtcpp source code:

nirtcpp-2.0.0.1-src.zip (md5)

#include <iostream>

class like_box
{
public:
	virtual ~like_box() = default;
public:
	void speek() const
	{
		std::cout << "Hello c++!" << std::endl;
	}
};

int main()
{
	like_box box;
	box.speek();
}

Output:

Hello c++!

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

Vpcpp

Vpcpp makes vulkan.hpp easy to use.

Enter

Utxcpp Samples Driven

Utxcpp Samples Driven Docs

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