Kommentar überarbeitet
This commit is contained in:
parent
d97b71ad96
commit
dea623fc97
1 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,10 @@
|
||||||
using namespace std;
|
using namespace std;
|
||||||
long double Kommazahl(const std::string& str)
|
long double Kommazahl(const std::string& str)
|
||||||
{
|
{
|
||||||
/*long double Zahl; //Alternative mit stold welche in der Deklaration der Nebenfunktion zusätzlich einen boolean wert benötigt ob es mt oder ohne Kommas arbeiten soll
|
//Alternative mit stold welche in der Deklaration der Nebenfunktion zusätzlich einen Boolean benötigt,
|
||||||
|
//welcher angibt ob es mt oder ohne Kommas arbeiten soll
|
||||||
|
|
||||||
|
/*long double Zahl;
|
||||||
bool Minus = false;
|
bool Minus = false;
|
||||||
std::string::size_type idx;
|
std::string::size_type idx;
|
||||||
std::string FNum = "";
|
std::string FNum = "";
|
||||||
|
|
Reference in a new issue