Search:

Type: Posts; User: NullStyle

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,047

    Thanks.:)

    Thanks.:)
  2. Replies
    2
    Views
    2,047

    Problem Copying char array

    Hi guys. I keep receiving problems when copying characters from an array to another. I'm using Visual C++ 6.0 on Windows XP Home Edition. I've also tested my code on Dev C++ and it does not work.

    ...
  3. Replies
    8
    Views
    1,149

    Thanks a lot. I tried out this approach, but in...

    Thanks a lot. I tried out this approach, but in another way. I stored the value of str[0] in another string and got errors, which is possibly why it didn't work and I didn't bother to use str[0] as...
  4. Replies
    8
    Views
    1,149

    Of course they apply to characters. My problem...

    Of course they apply to characters.
    My problem is that I have a program that allows users to enter input in the form of the std::string type and storing them in a vector. The output begins with...
  5. Replies
    8
    Views
    1,149

    I appreciate your help, but is there a function...

    I appreciate your help, but is there a function that can find out whether the first character of a string is in uppercase or lowercase without displaying it using cout?
  6. Replies
    8
    Views
    1,149

    Sorry if I forgot to specify that I use the...

    Sorry if I forgot to specify that I use the string type, not the char type. If I am not wrong, the two functions don't work for the string type. How can I find the case of the first letter of a...
  7. Replies
    8
    Views
    1,149

    Finding the case of a string

    Hi guys. If I have a vector that stores string inputs and I am supposed to display the output of lower cased strings before the upper cased strings, how can I know whether the first letter of the...
Results 1 to 7 of 7