Search:

Type: Posts; User: liyana21

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    3,283

    now i'm using int main () , then i erased that...

    now i'm using int main () , then i erased that void red(enum selection s) for simple plain enumeration. btw,i'm learning C++ program so sorry for confusing you guys cos i'm not that good yet in C++....
  2. Replies
    19
    Views
    3,283

    #include #include void bb();...

    #include<stdio.h>
    #include<string.h>
    void bb();
    #define size 15
    enum selection{ FIND=1,ADD=2,PRINT=3,EXIT=4};
    struct kindergarden{
    char id[10];char name[10];int...
  3. Replies
    19
    Views
    3,283

    i got errors like 'main' : local function...

    i got errors like 'main' : local function definitions are illegal and something like" expected a ';' "
  4. Replies
    19
    Views
    3,283

    this is a C++ program.

    this is a C++ program.
  5. Replies
    19
    Views
    3,283

    #include #include #define...

    #include<stdio.h>
    #include<string.h>
    #define size 15
    enum selection{ FIND,ADD,PRINT,EXIT};


    void red(enum selection s)
    {

    struct kindergarden{
  6. Replies
    19
    Views
    3,283

    void main { and file problem help!

    11264

    is my program ok? i don't really know where to change my coding. please help me. especially at that void main { .
    it would be great if you guys include some explaination for my problem...
Results 1 to 6 of 6