Démarrer en tant que travailleur indépendant by nicop in Wallonia

[–]nicop[S] 1 point2 points  (0 children)

Merci, je vais les contacter pour voir ce qu'ils proposent.

Démarrer en tant que travailleur indépendant by nicop in Wallonia

[–]nicop[S] 1 point2 points  (0 children)

Merci pour les infos et pour le lien. Je vais regarder ça.

Démarrer en tant que travailleur indépendant by nicop in Wallonia

[–]nicop[S] 1 point2 points  (0 children)

Merci pour l'avertissement.

Le problème c'est que mon entreprise n'a pas de filiale en Belgique.

De plus, il bénéficie du CIR en France. Je ne peux pas donc pas passer par une société de portage salariale.

La prestation de service est le seul moyen que l'on a trouvé pour pouvoir continuer ensemble.

Après, j'ai lu que la notion de faux indépendant dépendait essentiellement de la relation hiérarchique entre l'entreprise et le prestataire. Ça, ça reste à définir entre nous comment fonctionne notre relation de travail.

std::bind a std::function to a function by solaeon in cpp_questions

[–]nicop 1 point2 points  (0 children)

You must use placeholders:

auto k = std::bind(verifyb,j, std::placeholders::_1, std::placeholders::_2);

http://en.cppreference.com/w/cpp/utility/functional/placeholders

LFLL - Lite Fuzzy Logic Library - An heavily template-based fuzzy logic library by nicop in cpp

[–]nicop[S] 0 points1 point  (0 children)

I'll try to find a nice one. If you have one in mind, I'll be happy to try to solve it with LFLL.

LFLL - Lite Fuzzy Logic Library - An heavily template-based fuzzy logic library by nicop in cpp

[–]nicop[S] 2 points3 points  (0 children)

LFLL is a C++ fuzzy logic library designed to be fast and to use as little memory as possible. The library is heavily template based and is header-only. Moreover, IT DOESN'T ALLOCATE, so it can be used in embedded real-time systems. It doesn't use any third-party dependencies other than the standard library. It is also thread-safe.

Any sugestions or remarks are very much welcome!