Search:

Type: Posts; User: escarrina

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    1,823

    I read that. And explained it before. I don't...

    I read that. And explained it before. I don't know whether or not I should believe the FAQ. I have no reason to believe its not strapped with more terrorist bombs.
  2. Replies
    9
    Views
    1,823

    MORE trouble

    I need this to go back to the top and run read() again. I have put them all in one fucntion ebcause its driving me crazy. this assignment never ends. I sure hope this course does! sever e...
  3. Replies
    9
    Views
    1,823

    Re

    The exit (0); did it, thanks a lot guys!
  4. Replies
    9
    Views
    1,823

    Re

    I think one of these might do it. I will give them a try and let you know how it goes. Thanks you guys! =)
  5. Replies
    15
    Views
    3,086

    Re

    There is a new chunk of code just a couple of post above this one with the new function that I tried out. I just need to get it to break out of two loops instead of one.
  6. Replies
    9
    Views
    1,823

    Breaking out of a loop

    I dont know how to break out of two loops when the number input by the user is found. A user enters a number and it searches the array num[4][8] and when this prints obviously it prints that the...
  7. Replies
    15
    Views
    3,086

    re

    ok, that part is working now its the second half I do not get. I have to make a loop that will print if a certain number is in the array, now filled with the random numbers. And only print one...
  8. Replies
    15
    Views
    3,086

    Re

    That did the trick. Thanks. Now I am stuck on how to get it to do a basic search of the array and print whether or not an integer entered is in the array. It prints every single time it loops, I...
  9. Replies
    15
    Views
    3,086

    Im not thinking at all anymore. I am so fed up...

    Im not thinking at all anymore. I am so fed up with this calss I just want to drop itand take knitting or something... No one taught us to use rand() but they are telling us to use it with no...
  10. Replies
    15
    Views
    3,086

    Now all I get are lines and spaces where there...

    Now all I get are lines and spaces where there used to be 0's...


    if(x < 50 || x > 1)
  11. Replies
    15
    Views
    3,086

    I hate school...

    can someone tell me why this doesnt generate anything but 0's.



    void read()
    {
    for(suba = 0; suba < 4; suba++)
    {
    for(subb = 0; subb < 8; subb++)
    {
  12. Replies
    10
    Views
    1,694

    Re

    LOL you know... your not the first person to say so... I've been reluctant to post for help because of this fact. I can't wait until Ican do my own C and get a proper understanding of it.
  13. Replies
    10
    Views
    1,694

    Re

    I don't know what system it is unless there is UNIX command you know that I can type in and it will tell me. it says on login "Machine Configuration: (IBM RS6000/S70 AIX 4.3.3) Does that mean...
  14. Replies
    10
    Views
    1,694

    Re

    There is a lot of stuff in my class thats I just don't know why we learn that way. We lose marks if we don't code according to how we learned C. All this is good advice I will keep in mind,...
  15. Replies
    10
    Views
    1,694

    oh man, duh!

    your awesome! Thanks for clearing out my brain fart!!!
  16. Replies
    7
    Views
    2,008

    In reference to the post above... a couple more hints

    you need to declare a variable for income(as mentioned above):


    double income;

    then you have to scan it in


    scanf("%lf", &income)
  17. Replies
    10
    Views
    1,694

    stuck and getting tired of being so...

    Hi there, I get stuck when I think I understand my classes every time and it never fails, I am getting REAL tired of it. Maybe someone can fill in my teachers BLANKS!

    This code isn't working. All...
  18. Replies
    7
    Views
    2,008

    Are you in my class

    That sounds like something I did not too long ago in MY c. Let me check my notes. I too am stuck on something.
Results 1 to 18 of 18