Search:

Type: Posts; User: fastlane29

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,550

    Your guess is good as mine Hunter2 im a nubee and...

    Your guess is good as mine Hunter2 im a nubee and dont have a clue.

    Fastlane29
  2. Replies
    6
    Views
    1,550

    I tried changing that but now it acts like it is...

    I tried changing that but now it acts like it is trapped in a loop.
    Here is my code now.




    #include <stdio.h>
    #include <iostream.h>
    #include <stdlib.h>
  3. Replies
    6
    Views
    1,550

    how do I turn this int into a float

    I need to put use the stacks for floats instead of integers but I tried turning every thing from int to float but it did not work. Here is my code. Any help will be appreciated.




    #include...
  4. Replies
    1
    Views
    1,193

    Man I new it was something simple. Thanks alot...

    Man I new it was something simple. Thanks alot it worked perfect.
  5. Replies
    1
    Views
    1,193

    array trouble

    I am using the getchar() function to enter some charicters into an array but I cannot get it to reconize the return charicter. I used char(13) but it did not work. Is there another way to represent...
  6. Thread: link list

    by fastlane29
    Replies
    4
    Views
    1,211

    link list

    I need to create a circular linklist so that the last node in the list points at the head instead of null. But I am a nubee and really have a hard time with the creation of link list. I tried to...
  7. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    Hey Enme, No offense taken, I just figured...

    Hey Enme,

    No offense taken, I just figured you were haveing a bad day. Besides im one of those hard headed guys that like arguing.


    Fastlane
  8. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    Fry, I never said anything negative...

    Fry,


    I never said anything negative about his help I was greatfull for it then and I still am I just had to respond to him trying to put down what I do for a living, Im sure any one would....
  9. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    If a loop is not possible then you should have...

    If a loop is not possible then you should have just told me, how should I know im a newbee and for your taxi statement I must drive the only taxi with 18 wheels "that would be a sight" and I would...
  10. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    hahahah! Boy your a real character. I never ask...

    hahahah! Boy your a real character. I never ask you to write my code I only ask for help. A example of a FOR loop similar to what might apply for my application would have been great or directions...
  11. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    Thanks for you help since im a nubee im not real...

    Thanks for you help since im a nubee im not real good at this yet.
    and for your s/a lazy comment I have 2 kids work 50+ hours a weekdriving for the post office, full time college and my wife works...
  12. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    this is all the code I have so far , I know how...

    this is all the code I have so far , I know how to output to a file. So I dont need help with that part. The part I have is pulling the 10 names from a txt file and putting them into 10 different...
  13. Thread: link list

    by fastlane29
    Replies
    13
    Views
    1,526

    link list

    I have to use a link list to pull 10 names from a txt file and then put them in alphabetical order by lastname and then output the list in another file. any help will be greatly appreciated I only...
  14. Thread: 2 d array

    by fastlane29
    Replies
    0
    Views
    748

    2 d array

    I need this array to swap the 1st row for the 2nd and the 2nd for the 3rd but then i need the third row to be set to the original first row with the number of gates and then the first row in reverse...
  15. Replies
    5
    Views
    1,652

    How about this

    I tryied the way you guys showed me but I guess im just not savy enough to figure it out but I fooled around with the floor function and got it to work but when it is over .75 it adds the extra 1 but...
  16. Replies
    5
    Views
    1,652

    Ok, I will give it a try. thanks for the help. I...

    Ok, I will give it a try. thanks for the help. I will let you guys know if I figure it out.
  17. Replies
    5
    Views
    1,652

    How do I round decimals

    I have a program to write for my cs115 class that I have to find a hat size in a function and after I compute it I must return only 4 sizes(x.00,x.25,x.50,x.75) for example if I come up with 6.45 as...
Results 1 to 17 of 17