עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

איך עושים בדיקות קלט ב++C?

Featured Replies

פורסם

התכנית ממש ארוכה לכן לא אביא אותה כאן, אבל זה הסיפור בקצרה:

אני צריכה לקבל מהמשתמש או string או אנטר.

אם קיבלתי string - אני צריכה לשנות את הערך של משתנה מסויים למה שקיבלתי.

אם אנטר - להשאיר ככה.

אני משתמשת בcin.

איך אני בודקת את הקלט?

אגב, אותה שאלה לגבי int במקום string.

תודה רבה ממש לכל מי שיעזור להושיע אותי :)

  • 2 שבועות מאוחר יותר...
פורסם

את יודעת c ?

פורסם

stringstream יכול לעזור.

שימי לב שאני כותב פה מזכרון בלבד, אז בטח חלק ממה שכתבתי זה שטויות:


int value = 12345;
std::string s;

std::cin >> s;
if ( !s.empty() )
{
int x;
std::stringstream stst( s );
stst >> x;
if ( stst.good() ) value = x;
}

יש דרכים יותר חסכוניות בקוד, ואפשר גם לבקש exception בשגיאת המרה.

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.