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

Search:

Type: Posts; User: Gr33nMachine

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,088

    Reading Input Real-Time

    I'm trying to code a program to read the user's input and have it:

    -count vowels
    -stop counting vowels after '.' or '?' (ie. abcdjwef is 1 a, 1 e; while fje.fwdfeiii is just 1 e)
    -closes when...
  2. Re: [Beginner] Incorrect Output for a Simple Code

    Ahh... I changed the variable declarations for dx1-3 until after they are prompted for and I'm getting the output I'm looking for, thanks.
  3. [Beginner] Incorrect Output for a Simple Code

    The program prompts for 3 circles' center coordinates and their radii.
    The program then prompts for a point which is then evaluated for inclusion/exclusion in the three circles' areas.

    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured