Search:

Type: Posts; User: tkems

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    1,854

    Never mind i spoke to soon. I got it to work. I...

    Never mind i spoke to soon. I got it to work. I just changed all the "num2" to "num"
  2. Replies
    19
    Views
    1,854

    Could it be the "%"?

    Ok, here is my problem. This program runs flawlessly until i input a number bigger than 5 char long. If i do it just outputs "1."

    But if i put an int that is 8 char long than it outputs a "3"
    ...
  3. Thread: ???

    by tkems
    Replies
    5
    Views
    1,090

    Never mind. Thanks though. I figure...

    Never mind.

    Thanks though.

    I figure something out.
  4. Thread: ???

    by tkems
    Replies
    5
    Views
    1,090

    look down one

    look down one
  5. Thread: ???

    by tkems
    Replies
    5
    Views
    1,090

    ???

    Why did you close my last thread?

    I still need help. That FAQ didnt work.

    I did everything i knew how to do short of throwing out the monitor.

    Why is everyone on the board so mean?
  6. Thread: Clear Screen

    by tkems
    Replies
    2
    Views
    955

    Clear Screen

    is there like a Clear screen command i could use for a dos prog.

    in basic it was "cls"

    Thanks
  7. Replies
    22
    Views
    2,064

    yea, but he just came out and said it like i was...

    yea, but he just came out and said it like i was stupid or something
  8. Replies
    22
    Views
    2,064

    Jeese dont bite my friggin head off im just...

    Jeese dont bite my friggin head off im just learning. And i saw that myself when i was looking through my resources.

    Jerk
  9. Replies
    22
    Views
    2,064

    YEAAAA!!!

    Never mind i got it to work. Thanks everyone who helped. I appreciate it.

    :D ;)
  10. Replies
    22
    Views
    2,064

    ok, i did what you said but i still have one...

    ok, i did what you said but i still have one error. One stupid little error!!!

    it is saying parse error on 163 still.

    163 it the line with default in it.

    I dont see an error, do you?
    ...
  11. Replies
    22
    Views
    2,064

    i did want someone to compile it them selves. I...

    i did want someone to compile it them selves. I just wanted help.

    line 172 is the very last line. line163 is the line with default in it.

    Thanks anyways
  12. Replies
    22
    Views
    2,064

    can anyone help?

    can anyone help?
  13. Replies
    22
    Views
    2,064

    im still getting 2 errors though. Ive made all...

    im still getting 2 errors though. Ive made all the changes you said to and i still get these:

    parse error before ';': line 163

    parse error at end of input: line 172

    please help!!!
  14. Replies
    22
    Views
    2,064

    Ok thanks im down to 3 errors no match for...

    Ok thanks im down to 3 errors


    no match for _IO_Stream_withassign & << int &': line 35, 105

    parse error before";": line 164



    Thanks so much!!
  15. Replies
    22
    Views
    2,064

    ahh thanks ill get back to you with the results

    ahh thanks ill get back to you with the results
  16. Replies
    22
    Views
    2,064

    Ok. so far so good, alot has been fixed. Yes i...

    Ok. so far so good, alot has been fixed.
    Yes i want X to equal 0.

    I change something so that "num % 10" is not a "int % float."

    It is still saying:
    break statement not within a loop or...
  17. Replies
    22
    Views
    2,064

    I now but like i said im new at this but...

    I now but like i said im new at this

    but thanks ill try it.
  18. Replies
    22
    Views
    2,064

    oh sorry, lots of 'em ill try to list them all. ...

    oh sorry, lots of 'em ill try to list them all.

    [warning] in function 'int main()':

    break statement not within loop or switch: line 26

    no match for _io_Stream_withassign & << float &': line...
  19. Replies
    22
    Views
    2,064

    One more thing...

    To all of those who are im sure sick of me and all my questions, heres one more.

    Here is my program, remember this is my first menu type and i am getting errors compiling it. Could some help me...
  20. Thread: Num % 10

    by tkems
    Replies
    5
    Views
    1,165

    Thanks

    Thanks for all your help!
  21. Thread: Num % 10

    by tkems
    Replies
    5
    Views
    1,165

    it will store it into variable "num" or "A" i...

    it will store it into variable "num" or "A"
    i asked if it would save it into "A"

    thanks
  22. Thread: Num % 10

    by tkems
    Replies
    5
    Views
    1,165

    Num % 10

    Can anyone tell me how to use the % function?

    ok i need to have the last number in a decimal number to be put in a nother variable:



    num % 10 = A


    will that store the last number in...
  23. Thread: Help

    by tkems
    Replies
    12
    Views
    1,378

    This is as far as ive gotten i need help at the...

    This is as far as ive gotten i need help at the bottom.




    #include <iostream.h>

    int main()

    {
  24. Thread: Help

    by tkems
    Replies
    12
    Views
    1,378

    so i cant use it like this? if (strlen(num) >...

    so i cant use it like this?

    if (strlen(num) > 8)

    If "num" is a string then can i do that?
  25. Thread: Help

    by tkems
    Replies
    12
    Views
    1,378

    one more thing

    Hey, One more thing.

    How do i use strlen() in my prog?

    like this?



    strlen(num)
Results 1 to 25 of 29
Page 1 of 2 1 2