This repository was archived by the owner on Mar 18, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
VCO -> fonctionOR.cpp => bug - amélioration #52
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingimprovementimprovement the listing or algorithmimprovement the listing or algorithminvalidThis doesn't seem rightThis doesn't seem rightspecificationcompliance with the specifications (customer's requests)compliance with the specifications (customer's requests)wontfixThis will not be worked onThis will not be worked on
Description
=> Méthode : AfficherInfo <=
- => question / bug => voir le CDC p4 et voir issues VCO -> FonctionBinaire.cpp => bug - amélioration #18 => variable =>
entreeA-entreeB-sortie=> quel est le type de cette variable ? pourquoi utilisez-vous une notion de cast ?
POBJ_PRJ_CPP_SLO2_24_25/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp
Line 24 in 6c8d477
std::cout << "A : " << static_cast<char>(entreeA) << " | Binaire : ";
POBJ_PRJ_CPP_SLO2_24_25/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp
Line 31 in 6c8d477
std::cout << "B : " << static_cast<char>(entreeB) << " | Binaire : ";
POBJ_PRJ_CPP_SLO2_24_25/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp
Line 38 in 6c8d477
std::cout << "Sortie : " << static_cast<char>(sortie) << " | Binaire : "; - => bug / spécification / question => voir le CDC p4 et voir issues VCO -> FonctionBinaire.cpp => bug - amélioration #18 => variable =>
entreeA-entreeB-sortie=> entier VS chaîne de caractère => comment convertissez-vous un entier en chaîne de caractère ? Ce n'est pas la solution que vous proposez ? démontrer manuellement le fonctionnement de votre algorithme => sorry mais votre solution à l'air de sortir du droit de chatGPT ou Copilot !?
https://github.com/PBYetml/POBJ_PRJ_CPP_SLO2_24_25/blob/6c8d477869bc9ff63302f72704d2de09c721633e/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp#L25C1-L27C6
https://github.com/PBYetml/POBJ_PRJ_CPP_SLO2_24_25/blob/6c8d477869bc9ff63302f72704d2de09c721633e/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp#L32C1-L34C6
https://github.com/PBYetml/POBJ_PRJ_CPP_SLO2_24_25/blob/6c8d477869bc9ff63302f72704d2de09c721633e/VCO/TEST2_S3_Vitor_Coelho/TEST2_S3_Vitor_Coelho/fonctionOR.cpp#L39C1-L41C6 - => bug => affichage => mise en forme => pas implémenté !!!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingimprovementimprovement the listing or algorithmimprovement the listing or algorithminvalidThis doesn't seem rightThis doesn't seem rightspecificationcompliance with the specifications (customer's requests)compliance with the specifications (customer's requests)wontfixThis will not be worked onThis will not be worked on