Search:

Type: Posts; User: drumerboy3841

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    4,622

    I agree haha Well thanks again guys. This should...

    I agree haha Well thanks again guys. This should work for me. Hopefully I can learn enough to start helping people I feel like a bum :/
  2. Replies
    7
    Views
    4,622

    Hm even if I change it to...

    Hm even if I change it to cout<<Reverse("steve")<<endl; in the main it still prints nothing. But Ill keep working on it
  3. Replies
    7
    Views
    4,622

    I just pulled the function itself because I...

    I just pulled the function itself because I thought it was the problem. Here is the full program

    headerfile


    #include<iostream>
    #include<string>

    using namespace std;
  4. Replies
    7
    Views
    4,622

    Function to Reverse a string

    Hey guys im looking for some more insite on another problem my teacher gave me. I was tasked with creating a function that reverses a string. This is what ive come up with and it worked as a stand...
  5. Replies
    6
    Views
    1,328

    Because I was sleep deprived and blind when I was...

    Because I was sleep deprived and blind when I was looking at it :/ thanks guys haha
  6. Replies
    6
    Views
    1,328

    Well all i did was move the cout line to the top...

    Well all i did was move the cout line to the top of the loop and it fixed the problem. thanks a lot. but out of curiosity; the fib3=fib1+fib2 doesn't really seem to do anything, since, at then end of...
  7. Replies
    6
    Views
    1,328

    oops i just copied wrong :/ it was supposed to be...

    oops i just copied wrong :/ it was supposed to be (fib3<30000). but ill give it a try switching the summation. thank you.
  8. Replies
    6
    Views
    1,328

    Fibonacci Questoin

    Hey guys first post here. I just switched my major to computer science last semester. So first my c++ class and this would be my second assignment. I need to write a function(in the from of a program...
Results 1 to 8 of 8