Skip to content

J0bot/ceplusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CÉ PLUS PLUS

CÉ PLUS PLUS Logo

WELCOME TO CÉ PLUS PLUS, this is ze new way to programming with C++ in FRANCAIS.

Installation

1. Clone the repo

git clone https://github.com/J0bot/ceplusplus.git

2. Put the file ceplusplus.hpp in your project

cd ceplusplus
mv ceplusplus.hpp folder_path

3. Add ceplusplus.hpp to you project

#include "ceplusplus.hpp"

Usage

Example of code

#include "ceplusplus.hpp"

entier debut() {
    chaine message = "Bienvenue dans CÉ PLUS PLUS";
    affiche << message << fin_de_ligne;

    liste<entier> nombres = {un , trois, quatre};
    fout_dedans(nombres, neuf);

    pour (entier i = zero; i inferieur nombres.taille(); i++) {
        affiche << "Valeur : " << nombres[i] << fin_de_ligne;
    }

    retourne zero;
}

Compilation

g++ main.cpp -o programme
./programme

Why ?

Why not.

Inspiration :

Rouille

About

Le C++ en francais c'est quoi ? Bah c'est le CÉ PLUS PLUS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages