c++11

mercredi 29 juillet 2020

How can i go back to previous fuction

the image that shows my code i want to go back if an individual enter the long year of birth the program must tell him/her is Long and hence he must repeat again

Publié par Unknown à 19:56
Envoyer par e-mailBlogThis!Partager sur XPartager sur FacebookPartager sur Pinterest
Libellés : Newest questions tagged c++11 - Stack Overflow

Aucun commentaire:

Enregistrer un commentaire

Article plus récent Article plus ancien Accueil
Inscription à : Publier les commentaires (Atom)

من أنا

Unknown
Afficher mon profil complet

أرشيف المدونة الإلكترونية

  • ►  2024 (3)
    • ►  janvier (3)
  • ►  2023 (726)
    • ►  décembre (14)
    • ►  novembre (51)
    • ►  octobre (65)
    • ►  septembre (66)
    • ►  août (74)
    • ►  juillet (66)
    • ►  juin (59)
    • ►  mai (70)
    • ►  avril (63)
    • ►  mars (69)
    • ►  février (62)
    • ►  janvier (67)
  • ►  2022 (1186)
    • ►  décembre (82)
    • ►  novembre (77)
    • ►  octobre (90)
    • ►  septembre (91)
    • ►  août (102)
    • ►  juillet (91)
    • ►  juin (101)
    • ►  mai (98)
    • ►  avril (121)
    • ►  mars (116)
    • ►  février (108)
    • ►  janvier (109)
  • ►  2021 (3004)
    • ►  décembre (124)
    • ►  novembre (213)
    • ►  octobre (233)
    • ►  septembre (242)
    • ►  août (239)
    • ►  juillet (266)
    • ►  juin (267)
    • ►  mai (275)
    • ►  avril (259)
    • ►  mars (316)
    • ►  février (291)
    • ►  janvier (279)
  • ▼  2020 (4336)
    • ►  décembre (344)
    • ►  novembre (314)
    • ►  octobre (294)
    • ►  septembre (317)
    • ►  août (310)
    • ▼  juillet (404)
      • Why this Knapsack problem's solution is not working?
      • Assigning a value returned by copy to a reference
      • How to check if a template parameter is a struct/c...
      • How to visualize a QPushButton after hovering on a...
      • Strange things with c++ string input
      • numpy pickle data exchange with C++ Eigen or std::...
      • How to make a variadic template method that takes ...
      • How to declare a static lookup table using C++11
      • Unable to build OpenCV project due to build folder...
      • Reduce time taken in Line Sweep for vertical and h...
      • How do I assign to member of type std::function
      • How is this code finding the occurrences of x? [cl...
      • How to store into and read back multiple number va...
      • Check for template type parameter, during compile ...
      • How to Initialize EigenMatrix from json or list of...
      • how to change std flag of clang in mac? current cl...
      • Is there a way to change Default Nontype Template ...
      • Hello, does anybody know how to remove a file and ...
      • How to create a reference to any class implementin...
      • Use case of explicit deletion of move constructor ...
      • Application aborts when webkit_web_view_run_javasc...
      • When are function arguments copied?
      • Safe way to get number of bytes for a data type in...
      • Why am I getting a re-definition error in C++?
      • Passing data from constructor to member function
      • Parsing a complete JSON array from a text buffer
      • Initialize member array of user defined objects in...
      • Google Unit test Concurrency
      • C++11 GCC 4 Fast Optimization don't store implemen...
      • g++ optimization makes the program unable to run
      • Usage of Range Based Loop for Vector of Pointer
      • How parse .h file as c++ by ClangTool newFrontendA...
      • How can i go back to previous fuction
      • What is the semantics of std::async with automatic...
      • Technical reasons that C++11 can't support templat...
      • standard string rfind not finding period
      • How to declare operator++(int) in an abstract class?
      • Can modern C++ compilers optimise the assignment o...
      • How to make a hierarchy of different object "gener...
      • How to pass a JSON object inside a QTextEdit
      • How to change the output of my time_t function in ...
      • g++ does not link depending on optimization settings
      • C++ typedef with tuple of indefinite size
      • I want the user to input hello world and cout to b...
      • How should i "interpret" a user command in c++? [c...
      • Multiple condition in for loop not working in c++
      • emscripten C++11 with boost support issue
      • C++ library to convert JPEG and PNG images to RAW ...
      • C++ Comparing strings to determine palindrome
      • C++ version is 98 (199711) but I can still work wi...
      • what is "powers of 2" and "word"?
      • Adding another custom comparator for std::set::upp...
      • Return NULL from a method returning double [closed]
      • ERROR: Process dir does not contain event
      • Double free or corruption (fasttop) error when try...
      • Is there a complete and consistent example set of ...
      • Build c program for release and build
      • Pass inherited arguments to base class constructor...
      • Problem in sorting a vector using recursion
      • Using typedef types in definition
      • Putty and RaspberryPi : How to speed up a QProcess...
      • c++ void function not returning control to the cal...
      • The effect of memory barriers on data visibility t...
      • How is an int function able to return long long va...
      • c++ std::thread vs OpenMP perfoamnce
      • binary '==': 'tag' does not define this operator o...
      • Is there any way of creating a macro to define a c...
      • Atomic writes are visible immediately, even with m...
      • muti index container match by string
      • Why is this sum of floats rounding?
      • How to store and call a variable argument function...
      • Cursor remains at the end when I try to give user ...
      • Why std::fetch_add returns the old value?
      • C++ how to change pointer type of a pointer to a v...
      • What happens when std::move is called on a rvalue ...
      • Incorrect Pivot Selection for Sort Algorithm
      • Is " i += arr[i++] " undefined behavior or not? [d...
      • How to properly add a qrc file in CMAKE
      • c++ mqtt testing automatic_reconnect
      • Cannot convert a very large number to hex
      • Why the `using` keyword cannot be used for static ...
      • How std::enable_if prevents declaration of member ...
      • std::vector reallocations in transactional way: co...
      • C++ function that can take integer or float or dou...
      • overloading operator<< for type nested in template...
      • C++: how to return object's set state when used as...
      • Simple Arduino PlatformIO C++11 project has undefi...
      • Is the reference returned from the function rvalue?
      • Disambiguate pointer to overloaded const member fu...
      • Initialise class template depending on another tem...
      • How to return a 3D array from user defined function?
      • Synchronization requirements for DMA
      • Can C++'s conditional operator ?: use {} instead o...
      • Thread stack size limitation
      • How can I make my snake run or move continue movin...
      • sub arrays / vectors in C++ using iterators is cau...
      • String class constructor accepting list of const c...
      • Correctly display grid map when two digits involve?
      • Insert a vector inside another vector without usin...
      • Why int main() returns with an value of unsigned c...
    • ►  juin (444)
    • ►  mai (404)
    • ►  avril (484)
    • ►  mars (379)
    • ►  février (296)
    • ►  janvier (346)
  • ►  2019 (5103)
    • ►  décembre (371)
    • ►  novembre (404)
    • ►  octobre (454)
    • ►  septembre (395)
    • ►  août (368)
    • ►  juillet (426)
    • ►  juin (413)
    • ►  mai (440)
    • ►  avril (499)
    • ►  mars (448)
    • ►  février (407)
    • ►  janvier (478)
  • ►  2018 (5979)
    • ►  décembre (451)
    • ►  novembre (510)
    • ►  octobre (509)
    • ►  septembre (489)
    • ►  août (534)
    • ►  juillet (540)
    • ►  juin (341)
    • ►  mai (385)
    • ►  avril (513)
    • ►  mars (590)
    • ►  février (545)
    • ►  janvier (572)
  • ►  2017 (8326)
    • ►  décembre (585)
    • ►  novembre (705)
    • ►  octobre (660)
    • ►  septembre (596)
    • ►  août (640)
    • ►  juillet (719)
    • ►  juin (639)
    • ►  mai (729)
    • ►  avril (735)
    • ►  mars (779)
    • ►  février (750)
    • ►  janvier (789)
  • ►  2016 (9690)
    • ►  décembre (758)
    • ►  novembre (835)
    • ►  octobre (846)
    • ►  septembre (711)
    • ►  août (735)
    • ►  juillet (820)
    • ►  juin (794)
    • ►  mai (783)
    • ►  avril (912)
    • ►  mars (896)
    • ►  février (837)
    • ►  janvier (763)
  • ►  2015 (9447)
    • ►  décembre (854)
    • ►  novembre (821)
    • ►  octobre (807)
    • ►  septembre (766)
    • ►  août (778)
    • ►  juillet (867)
    • ►  juin (732)
    • ►  mai (781)
    • ►  avril (783)
    • ►  mars (820)
    • ►  février (752)
    • ►  janvier (686)
  • ►  2014 (233)
    • ►  décembre (233)
Fourni par Blogger.