Skip to content

Instantly share code, notes, and snippets.

@LifeMoroz
Created September 19, 2012 17:09
Show Gist options
  • Select an option

  • Save LifeMoroz/3750838 to your computer and use it in GitHub Desktop.

Select an option

Save LifeMoroz/3750838 to your computer and use it in GitHub Desktop.
Main
#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