User Profile

Collapse

Profile Sidebar

Collapse
nholdzkie
nholdzkie
Last Activity: Aug 29 '07, 04:01 AM
Joined: Aug 28 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nholdzkie
    replied to Reversing String Data
    in C
    can i ask what is the syntax for strlen( )?? when i declare it as char *word how do i use it in cin>>??
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    well my teacher told me also to be that way the proper programmers would be
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    I haven't try writing an algorithms first before coding in my experience i use to code first before making algorithm and psuedocode.
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    I just made this algorithm

    1. input a character string call it word
    2. set the first character of string as index 0,
    3. set the second character as index 1
    and third is index 2 and so on until the last character of the string call it index n.
    4. then display the character string from index n until index 0

    I think we should use for loop for this code which is impossible for me to code without...
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    i will make an algoritm first tnx for sharing
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    so far this is my code... can you help me??
    cout<<"enter word: ";
    cin>>word;
    cout<<word;
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    ok am sorry for i didn't read your GUIDELINES yet. can i ask one more question?? if you don't mind what syntax or functions can i use for reversing inputed data? i hope you do can help me.
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    Reversing String Data

    The Program Should Output A Reverse Of The Inputed Data..
    Ex.
    When I Enter Garlic, The Program Should The Output cilrag

    Thank You Very Much...
    See more | Go to post

    Leave a comment:


  • nholdzkie
    replied to Reversing String Data
    in C
    the program using C++ please help me..
    See more | Go to post

    Leave a comment:


  • nholdzkie
    started a topic Reversing String Data
    in C

    Reversing String Data

    how to make a program that will reverse the inputed data in output??? ex. the inputed data is blue the output should be eulb
    See more | Go to post
No activity results to display
Show More
Working...