Search:

Type: Posts; User: daywalker-

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,585

    Can someone tell me how i can revise the...

    Can someone tell me how i can revise the functions in this????





    void correctionspace(string& sent, int offset)//function for space
    {
    for(int i = offset; i < sent.length(); i++)
    {
  2. Replies
    9
    Views
    1,585

    This assignment is a bit over for my whole class,...

    This assignment is a bit over for my whole class, no one is understanding. :(
  3. Replies
    9
    Views
    1,585

    Could u print out some code that could do that?...

    Could u print out some code that could do that?
    -Capitalize the first letter.. while the rest are lowercase
    -no space in between
    -no leading space so " It" ---> "It"
    -and no spacing before a...
  4. Replies
    9
    Views
    1,585

    like int strshiftleft(string,str & int 0)...

    like


    int strshiftleft(string,str & int 0)
    {

    for(int i=0, i < (str.length() ); i++)
    {
    if( (i+1) != str.length() )
    {
  5. Replies
    9
    Views
    1,585

    I use a like 3-4 for loops, to get rid of extra...

    I use a like 3-4 for loops, to get rid of extra spaces and leading spaces, and for only the first letter being capitalized and the I's. How can i include all these under 1 for loop, with ifs?
  6. Replies
    9
    Views
    1,585

    Help with Sentence fix string program

    Look at last post.
Results 1 to 6 of 7