CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Paul McKenzie

Search: Search took 4.83 seconds.

  1. Replies
    17
    Views
    12,474

    Re: problem with toupper()

    void upr(const string & str)
    First, if I called this function, how would I get back the converted string? You don't return a new string, and the argument you're passing cannot be changed (since it...
  2. Replies
    17
    Views
    12,474

    Re: problem with toupper()

    Look at the exercise in general terms.

    What if you had an array of numbers, and I told you to add 1 to each number? How would you do it?

    All you're doing is taking an array of whatever, and...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured