Search:

Type: Posts; User: litebread

Search: Search took 0.01 seconds.

  1. Replies
    28
    Views
    3,156

    Ya I'm out of here......

    Ya I'm out of here......
  2. Replies
    28
    Views
    3,156

    Do you guys really think that gets() and all the...

    Do you guys really think that gets() and all the stuff you told me about can break up the output?

    Tater I didn't entitle you or anyone to anything. If you don't want to help, fine. I am just upset...
  3. Replies
    28
    Views
    3,156

    Oh I see your 60. Figures. Ya man, I'll take my...

    Oh I see your 60. Figures.
    Ya man, I'll take my questions and bull........ elsewhere. I didn't know these forums were for retired programmers......
  4. Replies
    28
    Views
    3,156

    Wow. Umm. I really have not much to say. Thanks...

    Wow. Umm. I really have not much to say. Thanks for the advice. I don't know who you are, or how good of a programmer you are, but I'm a 19 y.o. dude who's just finishing up his first class in...
  5. Replies
    28
    Views
    3,156

    I'm sorry i didn't mean to just blow it of. I...

    I'm sorry i didn't mean to just blow it of. I meant it's not breaking the code as far as I've checked. I was simply asking if you knew the source of the problem for the output, but honestly I didn't...
  6. Replies
    28
    Views
    3,156

    Yep know all that, but wont bother with it for...

    Yep know all that, but wont bother with it for now. I need to fix the output first...
  7. Replies
    28
    Views
    3,156

    My teacher? Ha! We're talking about a dude who...

    My teacher? Ha!

    We're talking about a dude who explains the NULL char by running into a door.
    He'll probably give me extra credit for throwing this in.

    So in any case, I don't see why my...
  8. Replies
    28
    Views
    3,156

    I'll be sure to check it put, and I will ask him...

    I'll be sure to check it put, and I will ask him about it on monday. Thanks!

    But my output is still ........ed, + how do I time the exit thingie? (i.e. give enough time for the user to read the...
  9. Replies
    28
    Views
    3,156

    Umm ok, but how to I apply it to my current...

    Umm ok, but how to I apply it to my current Program? I don't need it in the main.....

    To be honest I'm not worried about that right now. I want to get this easter egg in, fix the I/O for the...
  10. Replies
    28
    Views
    3,156

    ..........ED UP OUTPUT: Hello, DaveEnter the...

    ..........ED UP OUTPUT:


    Hello, DaveEnter the Stock Name
    >Clippers
    Enter the Number of Shares
    >150
    Enter the Buying Price Per Share
    >1.33
    Enter the Current Price Per Share
  11. Replies
    28
    Views
    3,156

    Ummmmmmm never knew that lol. Thanks! Actually...

    Ummmmmmm never knew that lol. Thanks!

    Actually since we're on the subject of garbage, the program is giving me some messed up output for when it's reading both the .txt and .bin files with the...
  12. Replies
    28
    Views
    3,156

    Just the way the teacher thoughts it. He did tell...

    Just the way the teacher thoughts it. He did tell us that the IDE will freak about it, but he said to ignore it.
  13. Replies
    28
    Views
    3,156

    Found the exit call: exit(1);

    Found the exit call: exit(1);
  14. Replies
    28
    Views
    3,156

    Call for an exit in C

    Hello guys this is my second post. I was wondering about this little Easter egg I'm putting in my win32 console app for a C Programming class at my college assignment.

    It's very simple, and by...
  15. Replies
    18
    Views
    5,764

    I.LOVE.YOU. (No homo) Everything is now fine....

    I.LOVE.YOU. (No homo) Everything is now fine. Thank you so much!

    ........ing simple data types. I hate those pointers......:D
  16. Replies
    18
    Views
    5,764

    Ya, none of that worked :(. Here's the error...

    Ya, none of that worked :(.

    Here's the error exception:


    Unhandled exception at 0x5c636af2 in cs36FINAL.exe: 0xC0000005: Access violation writing location 0x00000024.

    Current Snippet:
  17. Replies
    18
    Views
    5,764

    Actually I always had the full file type...

    Actually I always had the full file type extension shown on my PC. (I'm also a linux user, and I can't stand not seeing the extensions on my files. I even put the task bar to the top for kicks.) And...
  18. Replies
    18
    Views
    5,764

    Well i need it to be opened and saved. The data...

    Well i need it to be opened and saved. The data has to be saved to a .txt and a .bin for this project, which means f can not be null. I know what you are talking about (Something like an if data is...
  19. Replies
    18
    Views
    5,764

    Ok will fix that in the future. Just trying to...

    Ok will fix that in the future. Just trying to get this to run.

    Its a run time failure. I'm using Visual c++ 2008 Express.

    I attached the .cpp file. Any info can do. Just run debug and you will...
  20. Replies
    18
    Views
    5,764

    This is what I'm getting after changing f =...

    This is what I'm getting after changing

    f = fopen("e:\final.txt", "w");

    to

    f = fopen("e:/final.txt", "w");

    1120411205
  21. Replies
    18
    Views
    5,764

    C Stock Sorting Program Issue

    Hey guys, I'm new here and just started C this year in college. Next year I'm going to work on c++.

    To kick my first post of, I have a question. I receive an error message with Visual c++ 2008...
Results 1 to 21 of 21