Search:

Type: Posts; User: fenixink

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,887

    Portland State University in Portland Oregon

    Portland State University in Portland Oregon
  2. Replies
    18
    Views
    2,887

    Apologies everyone I skim read the syllabus and...

    Apologies everyone I skim read the syllabus and upon further examination discovered asking questions here is grounds for failure on the assignment.

    Thank you all for your advice but I ask kindly...
  3. Replies
    18
    Views
    2,887

    Did some research and here is my current code: ...

    Did some research and here is my current code:



    #include <iostream>

    int main (void)
    {
    using std::cin; //using declaration for cin
    using std::cout; //using declaration for cout
  4. Replies
    18
    Views
    2,887

    Is there a reason why std::cin is better...

    Is there a reason why

    std::cin

    is better than:

    using namespace std;

    cin
  5. Replies
    18
    Views
    2,887

    Here is what I have so far: #include...

    Here is what I have so far:



    #include <iostream>
    using namespace std;

    int main ()
    {
    char word[100];
  6. Replies
    18
    Views
    2,887

    I would use string if I could but I can't I was...

    I would use string if I could but I can't I was reading up on Recursion and it seems like a viable solution but I'm still not quite sure how to make it work dynamically.

    Thank you all again for...
  7. Replies
    18
    Views
    2,887

    Thank you all for the responses. I'm a bit...

    Thank you all for the responses.
    I'm a bit bogged down by work today but on my lunch break I'm going to look in to Recursion.

    Brewbuck I think I understand the concept of what your doing, but I'm...
  8. Replies
    18
    Views
    2,887

    Need help with logic algorithm...

    This is an assignment but I'm not stumped by the coding of it. I'm stumped by the logical algorithm I've tried several approaches and none of them are working.

    The premise is this allow the user...
Results 1 to 8 of 8