Search:

Type: Posts; User: surfingbum18

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,635

    quick question

    reviewing for my final and my professor posted some example questions that might be on the test i know you guys on here dont help with homework but this isnt homework just a question of what you guys...
  2. Replies
    10
    Views
    1,253

    little help with a code

    int readfile(FILE *ifp, struct employee list[]){

    //define ints
    char LastName[MAX_LEN];
    char FirstName[MAX_LEN];
    int clockinhr = 0, clockinmin = 0, clockouthr = 0, clockoutmin...
  3. Replies
    7
    Views
    3,615

    lol this kid must be in my class right now im...

    lol this kid must be in my class right now im pretty stuck on the same problem mainly having issues figuring out where to start i mean it has to be done with structures but i dont really know how to...
  4. Replies
    3
    Views
    1,042

    worked great thanks i thought thats where it...

    worked great thanks i thought thats where it needed to go but for some odd reason it wasnt working fiddled with it now it does thanks!
  5. Replies
    3
    Views
    1,042

    opening a file to read

    this is just a quick question should be easy... but if im opening a file to be read in like input.txt where do i put the input.txt file?
  6. Replies
    5
    Views
    1,015

    //Cost to buy chips. #define CHIP_BUYING 11 ...

    //Cost to buy chips.
    #define CHIP_BUYING 11

    //This is for the buying chips
    int buychips(int *cash);

    int main (){

    if (choice == 1){
  7. Replies
    5
    Views
    1,015

    what if instead of dividing im trying to do a mod...

    what if instead of dividing im trying to do a mod would it be

    a = (double)((b)%A)*11;

    keeping that in mind A is the defined constant at the beginning of my program no matter how i move it...
  8. Replies
    5
    Views
    1,015

    using double

    ok so the program i have to right for class has me defining a constant call it A

    well later in the program i want to call it as a double... ive tried looking all over and when i do something like ...
  9. Replies
    4
    Views
    1,488

    ok got it to print out proper outputs awesome ya!...

    ok got it to print out proper outputs awesome ya! cool now where i start getting more irritated haha so check it out:

    now what im trying to do is get it to produce a count of the total number of...
  10. Replies
    4
    Views
    1,488

    there isnt i know because i cant figure out a...

    there isnt i know because i cant figure out a exact statement that will output the factors of whatever the user inputs for example if he inputs 10 itll print out 1,2,5,10 thats all i want it to do...
  11. Replies
    4
    Views
    1,488

    factor of integers trouble

    so basically im writing a program that output the positive factors of a integer that a user inputs....for the life of me i cant figure out how to get the program to output the positive integers i...
  12. Replies
    30
    Views
    7,438

    awesome thanks for the help im still having a...

    awesome thanks for the help im still having a little issues figuring out printing the spaces but im sure after a little messing around with it ill get it... has anyone done activity diagrams for a...
  13. Replies
    30
    Views
    7,438

    ok so i fiddled with it a little and got it to...

    ok so i fiddled with it a little and got it to finally print the right stuff but i want it to after each line add a space i tried adding a space in the printf("\n"); that only applied it to the first...
  14. Replies
    30
    Views
    7,438

    ok well this is the kind of set i have right now,...

    ok well this is the kind of set i have right now, forgive my poor coding for i am new lol... im sure some of it is very wrong but i would greatly appreciate the help.. thanks!




    #include...
  15. Replies
    30
    Views
    7,438

    parallelogram for statement issues

    Ok so here the problem i just got into a beginning programming C class and my teacher kind of sucks and i would love some help....

    basically im writing a program that writes a parallelogram with a...
  16. Replies
    1
    Views
    1,275

    parallelogram for statement

    Ok so here the problem i just got into a beginning programming C class and my teacher kind of sucks and i would love some help....

    basically im writing a program that writes a parallelogram with...
Results 1 to 16 of 16