User Profile

Collapse

Profile Sidebar

Collapse
simplebelle
simplebelle
Last Activity: Apr 28 '09, 07:14 AM
Joined: Oct 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • simplebelle
    replied to need syntax (URGENT!!!)
    in C
    thanks for reminding me

    im starting the program and I'm using if-else statement because were not yet allow to use some program....
    See more | Go to post

    Leave a comment:


  • simplebelle
    replied to converting month number to month name
    in C
    I think the best way you need to use is switch case statement:
    here the syntax:
    switch(variable _expression){
    case constant_value;
    {
    statement 1;
    break;
    }
    case constant_value;
    {
    statement 2;
    break;
    }
    statement 3;
    break;
    }
    case constant_value;
    {
    statement 4;
    break;
    }

    ...
    See more | Go to post

    Leave a comment:


  • simplebelle
    started a topic need syntax (URGENT!!!)
    in C

    need syntax (URGENT!!!)

    hei can you give me what syntax i need to use to this problem,
    number converted in words (1 to 999,999),it should be contain in the menu

    example:the user type 11
    the output should be eleven

    its urgent i need to pass this tomorrow before our final
    thank you
    See more | Go to post

  • simplebelle
    replied to turbo c
    in C
    my question is xcan you give me some advance topic about turbo c.
    T-T...
    See more | Go to post

    Leave a comment:


  • simplebelle
    started a topic turbo c
    in C

    turbo c

    hi im just newbie here and were using turbo c in our school ,and this coming semetsrial break I want to have a advance study about tc.can anyone help me because my next professor are "terror" and our last topic in my last proffessor were user-define function and im not really good in that thing.

    hope for positive respond
    thanks

    belle
    See more | Go to post
No activity results to display
Show More
Working...