Search:

Type: Posts; User: jsbeckton

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    3,688

    Great, 26,000 other Idiots I may come across!...

    Great, 26,000 other Idiots I may come across! Life is tough! I'm a student, you are the creepy old guy at the high school football games that no one knows, has no sons on the team, just likes to...
  2. Replies
    16
    Views
    3,688

    Don't you have a job or something? Shouldn't you...

    Don't you have a job or something? Shouldn't you be mopping up the floors in the "happy booths" at the adult bookstore?
  3. Replies
    16
    Views
    3,688

    The way I look at it is you should be just as...

    The way I look at it is you should be just as polite in a forum as you would if you were talking directly to someone, sure you can be blunt but there is no need to be rude. I bet he wouldn't say half...
  4. Replies
    16
    Views
    3,688

    I may not be a genius but I know that: 1) "On...

    I may not be a genius but I know that:

    1) "On an aside, listing what is wrong is a fine way to teach" Makes no sense whatsoever.

    2) "See, no slyness about it" makes no sence..

    3) In your...
  5. Replies
    16
    Views
    3,688

    He will be rude to you because, you need help,...

    He will be rude to you because, you need help, and so you can't say anything. Most of the people in these forums are helpful, I wouldn't have made it through CIT without the help that I got here, I...
  6. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    I really do appreciate all fo the help that...

    I really do appreciate all fo the help that people have given me on this board, its just a bit frustrating sometimes when you feel like people are treating you like an idiot because you need help.
    ...
  7. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    If he did not make that statement as a I recieved...

    If he did not make that statement as a I recieved it, then I am sorry.
  8. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    I was completely polite until I was looked down...

    I was completely polite until I was looked down on by someone after I humbly admitted that I neded help, the rest of your argument is unvalid. Im not perfect, I can't spell, can't program, can't do a...
  9. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    Message Board Rules edit.... Be polite,...

    Message Board Rules

    edit....
    Be polite, especially if you want someone to help you. Keep in mind that being helpful does not give license to be rude.
    ....edit

    I wrote my own code.
    Posted it...
  10. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    Thanks for nothing, this is a help board itsme86,...

    Thanks for nothing, this is a help board itsme86, just wanted some help, maybe a pointer, sorry to trouble you.



    #include <stdio.h>
    #define SIZE 10
    #define SUMMARY(A,SIZE) {int i;int...
  11. Thread: Macros

    by jsbeckton
    Replies
    11
    Views
    2,459

    Macros

    I just did an assignment too quickly so I want to make sure that I did it right. It works properly but seems too easy to be true.

    The assignment says to write a program that defines and uses...
  12. Replies
    23
    Views
    15,623

    /* hardwareware.dat */ #include ...

    /* hardwareware.dat */

    #include <stdio.h>
    #include <string.h>
    #include <ctype.h>
    #include <stdlib.h>

    /* hardwareData structure definition */
    struct hardwareData {
    int recordNum;
  13. Replies
    23
    Views
    15,623

    Thanks, it now compiles with no errors or...

    Thanks, it now compiles with no errors or warnings but still will not allow me to enter information?
  14. Replies
    23
    Views
    15,623

    Thanks for the tips, Ive made some changes,...

    Thanks for the tips, Ive made some changes, however the underlying problem still remains. It will compile with one warning which I can't seem to figure out:

    (101) : warning C4133: 'function' :...
  15. Replies
    23
    Views
    15,623

    I read about that and I cant really understand...

    I read about that and I cant really understand how else to do it without doing it all over, as far as I can tell it says that scanf is not how a "senior programmer" would collect information from the...
  16. Replies
    23
    Views
    15,623

    Is it not possible to use scanf to get input for...

    Is it not possible to use scanf to get input for this? I'm just asking because thats how they have been doing it in my book. Would it not be easieer to fix this rather than redo all of the input...
  17. Replies
    23
    Views
    15,623

    It brings up the menu, lets me enter a choice,...

    It brings up the menu, lets me enter a choice, since there is currently nothing in the file, I choose 3

    "enter new record number"

    which works fine by bring up the line

    "enter tool name,...
  18. Replies
    23
    Views
    15,623

    Still having that error with the rest of the code...

    Still having that error with the rest of the code completed, anyone have and ideas? It compiles as is but when I try to enter information it must have a continous loop or something?


    /*...
  19. Replies
    23
    Views
    15,623

    I fixed the hfPtr, it was the others that I...

    I fixed the hfPtr, it was the others that I thought were declared in the prototype. Its now giving me an error that says writePr is being used without having been initialized but I thought that this...
  20. Replies
    23
    Views
    15,623

    I dont understand the problem with the undeclared...

    I dont understand the problem with the undeclared identifier, are they not all declared in the prototypes?
  21. Replies
    23
    Views
    15,623

    I am now moving in a different direction with...

    I am now moving in a different direction with this, Ive created a menu, and finished the text file but have come up with an error and a few warnings saying:

    error C2065: 'hfPtr' : undeclared...
  22. Replies
    23
    Views
    15,623

    cant I just re-enter that record as balnk and...

    cant I just re-enter that record as balnk and delete or update the tool?
  23. Replies
    23
    Views
    15,623

    nevermind I found the eror, does this satisfy the...

    nevermind I found the eror, does this satisfy the requirements as listed above?
  24. Replies
    23
    Views
    15,623

    Inventory records

    been working on this assignment creating an inventory program that will create 100 empty records, let me input data concerning each tool, enable me to list all tools, delete records for discontinued...
  25. Replies
    2
    Views
    1,519

    double to float

    I wrote a program converting fahrenheit to celsius but the requirement calls for using int for fahrenheit and float for celsius. Obviously thats leading to possible loss of data warnings. What can I...
Results 1 to 25 of 63
Page 1 of 3 1 2 3