help me please

hi guys iam not much in c++ but iam old in games programming by action script it all debend on the events so the function are so easy but here in c++ i got some errors while iam trying to answer question so i leave it empty because i just made mistakes in the functions so i hope you guys can give me the right answer and he variable for my question and thank you again and sorry because i asked this

here is the code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#include<iostream.h>
#include<stdlib.h>
using namespace std;

struct a1{
  string thepatientname
int recordnumber 
 int  thepatientage
 int dateofbirth
 string fstdiseasename //first  disease name
 string discfstdisease //discrption  first dis....
  string secdiseasename //second ...
  string  discsecdisease//discrption  second dis....
  string thidiseasename //third...
   string discthidisease//discrption  third dis....
   
};

   void addnewpatient(          )
      {
           
           
           
           }
            void editpatientrecord(          )
           {
                 
                 
                 
                 }
                 
                 void adddisease(         )  //add new disease to the patient
                 {
                      
                      
                      
                      
                      }
                      
                      
                      void editdisc(       ) //Amendment to the description of a patient already exists
                      {
                           
                           
                           
                           
                           }
                           
                           
                           int main{
                               a1 a1copy
                               addnewpatient("    ");
                                editpatientrecord ("   ");
                                adddisease("       ");
                                void editdisc ("     ");
                                
                                  
 system("PAUSE");
 return 0;
}
                               
           

 




i just have probem with the emptys functions
thank you guys and this is realy nice forum
Last edited on
Re-post...
http://www.cplusplus.com/forum/beginner/74876/
Please don't re-post.
Topic archived. No new replies allowed.