Created
September 19, 2012 17:09
-
-
Save LifeMoroz/3750838 to your computer and use it in GitHub Desktop.
Main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include "math.h" | |
| #include <string> | |
| #include <iomanip> | |
| using namespace std; | |
| int main(); | |
| class reseach | |
| { | |
| private: | |
| struct firstcost | |
| { int metal; | |
| int cristal; | |
| int deyteriy;} | |
| string Name[15]; | |
| int lvl[15]; | |
| public: | |
| reseach() : | |
| /*данные получаем из фрейма*/ | |
| void learn(string Input/*name*/) | |
| { | |
| int i=0; | |
| while (Name[i] != Input) | |
| {i++;} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment