Next

Giac c++ programming


Table of Contents

Intro - Giac c++

Gac c++ api: https://www-fourier.ujf-grenoble.fr/~parisse/giac_us.html

Install giac program.

Install giac c++ api.

Back

Up

Cheers, cpp/c++ !

const std::string greeting = "Cheers, c++!";

std::cout << greeting << std::endl;

std::cout << greeting.data() << std::endl;

caught:

  ===================================
  #  The c++ programming language.  #
  #                                 #
  #  Join c++                       #
  #  Deck                           #
  ===================================

Home: cppfx.xyz


Next