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

Search:

Type: Posts; User: joemoe

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    3,642

    Re: setting up a simple template...

    Wow that worked.

    Thanks angelorohit.

    I use Xcode for compiling is there a site that you might recommend for me to find these differences so that I won't have to bug anyone for small things like...
  2. Replies
    2
    Views
    3,642

    setting up a simple template...

    I am stumped on a simple template problem

    I copied this code from a book word for word and the code doesn't work. I wonder if there is a typo in the book or maybe I am stupid and missed something...
  3. Replies
    2
    Views
    3,478

    Re: help with finding characters with find()

    Thanks Kurt.
  4. Replies
    2
    Views
    3,478

    help with finding characters with find()

    I'am trying to build a program where I have to find all the vowels in a string.
    I have managed to make this work when I check for a string where I declare a variable for example:

    string phrase =...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured