Search:

Type: Posts; User: rllove37

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,366

    thanks. i had a friend explain pointers and it...

    thanks. i had a friend explain pointers and it was 1000x easier than what my teacheer was talking about, also i figured it out
  2. Replies
    7
    Views
    1,366

    i just dont really understand the crap, I've...

    i just dont really understand the crap, I've tried, right now i just need help cause this was due last week

    i should be more specific i guess, i kinda get string and arrays, pointers are the thing...
  3. Replies
    7
    Views
    1,366

    need some help with strings/arrays/pointers

    I'm really unfamiliar with arrays and pointers, and one of my problems for homework involves both -_- I really have no idea where to go with it, so i'll just list the problem and see if you guys...
  4. Replies
    4
    Views
    1,274

    i dont know how to use a pow function, we never...

    i dont know how to use a pow function, we never did it in class before, ill test the clock as well
  5. Replies
    4
    Views
    1,274

    help involving powers and a clock?

    okay, I need some help, I need to write a program where I can enter a first number, then a second one, and it raises the second one to the first one, only problem is I don't know how to do powers, if...
  6. Replies
    12
    Views
    1,769

    i understand it, intergers have no decimal...

    i understand it, intergers have no decimal places, i just didn't know you could change it in the middle of a program like that.

    On the other program, apparently I still had opselct as an int......
  7. Replies
    12
    Views
    1,769

    Hazaa I got the money one to work just did this ...

    Hazaa I got the money one to work just did this
    total = total * (10*10);
    total = total + 0.5;
    total = (int) total;
    total = total / (10*10);

    thanks on that one, but I am still...
  8. Replies
    12
    Views
    1,769

    i didn't exactly get that? keep in mind I've only...

    i didn't exactly get that? keep in mind I've only been doing this for a little over a month now, this is actually my 7th week

    edit : also having trouble with the casting, not to sure about that...
  9. Replies
    12
    Views
    1,769

    the first program pretty much, I enter the...

    the first program pretty much, I enter the numbers, and then it asks me to select a operation, i hit a b or c and then it just doesnt go to the operation, i tried it with int and 1/2/3 and it worked...
  10. Replies
    12
    Views
    1,769

    noob here with questions

    I need some help with my homework, I've been taking a c++ course for like 7 weeks now and have been running into some problems that the teacher hasn't exactly been covering in class, my first...
Results 1 to 10 of 10