Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
pitanja.h
00001 #include "mbed.h" 00002 #include <string> 00003 #include <vector> 00004 00005 00006 class Pitanje 00007 { 00008 private: 00009 string pitanjeA; 00010 string pitanjeB; 00011 string odgA; 00012 string odgB; 00013 string odgC; 00014 string tocanOdg; 00015 00016 public: 00017 Pitanje(string pitanjeA,string pitanjeB, string odgA, string odgB, string odgC, string tocaOdg); 00018 ~Pitanje(); 00019 00020 static std::vector<Pitanje> init(); 00021 00022 string getTocanOdg(); 00023 string getOdgC(); 00024 string getOdgB(); 00025 string getOdgA(); 00026 string getPitanjeA(); 00027 string getPitanjeB(); 00028 00029 };
Generated on Sun Jul 17 2022 02:38:07 by
1.7.2