Search:

Type: Posts; User: jephthah

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,536

    let me guess: you've made it through your...

    let me guess:

    you've made it through your classes so far with the least amount of effort possible, and now you have a real project to do, and you realize have no idea how you got here.

    rather...
  2. Replies
    7
    Views
    1,611

    Dev C++ is not really a good choice. unless...

    Dev C++ is not really a good choice. unless you're already committed to using it, new users should probably choose something that hasnt been abandoned by it's creator.




    Code::Blocks is a...
  3. Replies
    6
    Views
    5,804

    how is it that you can find the average of a set...

    how is it that you can find the average of a set of numbers -- complete with #defines and floating point casts -- but cant find the highest value of a set of numbers?

    did you try?

    did you...
  4. okay. use system() with the program name and...

    okay.

    use system() with the program name and argument, as its argument.

    simple, huh?
  5. Replies
    23
    Views
    19,847

    hyperbole much? :rolleyes: every compiler has...

    hyperbole much? :rolleyes:

    every compiler has bugs. MinGW is entirely suitable for 99.99% of the needs of any C programmer on these boards. The dude obviously isnt building a real-time...
  6. Replies
    2
    Views
    1,053

    Poor planning on your part does not constitute an...

    Poor planning on your part does not constitute an emergency on ours.
  7. Replies
    17
    Views
    2,717

    i think there are some more folks who haven't...

    i think there are some more folks who haven't piled on this guy, yet.
  8. Replies
    17
    Views
    2,717

    Hello, brown287 Please understand that this...

    Hello, brown287

    Please understand that this forum and others like it are constantly beset by "gimmetehcodezplz" homework-beggars, and to a ridiculous degree.

    just a cursory glance of your...
  9. Replies
    17
    Views
    16,368

    that is an interesting and useful example... ...

    that is an interesting and useful example... however the union is *still* only able to store one type of data at any one time, from its list of available types. in this case, the available types...
  10. Replies
    26
    Views
    2,413

    it's customary to use i, j, and k. its also...

    it's customary to use i, j, and k. its also not unusual to use descriptive names.

    now if you've got a function that you cant keep track of your variables, then you've got a function that's way...
  11. Replies
    17
    Views
    16,368

    that's true. smaller elements of a struct --...

    that's true. smaller elements of a struct -- like shorts or chars or an oddly-sized string of chars -- may be padded to align on certain byte boundaries.

    the more important thing, i think, for...
  12. Replies
    17
    Views
    16,368

    struct allocates total memory for ALL of its...

    struct

    allocates total memory for ALL of its elements. so that a struct containing a double, int, and char would be the total size of all three combined. it will be able to hold each of those...
  13. Replies
    17
    Views
    16,368

    might help if he didnt reply with such a sloppy...

    might help if he didnt reply with such a sloppy and barely readable example. i mean, the "tutorial" linked is barely coherent.

    is that all this forum is? a middleman for Google? if so, at...
  14. Replies
    26
    Views
    2,413

    LOL wut? this doesn't make sense. is 'x' your...

    LOL wut? this doesn't make sense. is 'x' your only variable? what happened to 'y'? did someone steal all your variable names? i think you can figure out how to make a second loop in a...
  15. Replies
    25
    Views
    6,680

    well, you can't grab a header file, if you dont...

    well, you can't grab a header file, if you dont have the library to link to the function.

    i very much doubt you have teh library for bios.h installed.
  16. Replies
    12
    Views
    1,764

    scanf, fscanf, sscanf ... all of these return...

    scanf, fscanf, sscanf ... all of these return the number of arguments successfully parsed.

    since you get the first argument but not the second, the return value is 1 and not 2
  17. Replies
    8
    Views
    1,989

    this is also a good example why you should not...

    this is also a good example why you should not automatically assign the return of realloc() to your original pointer.

    good practice is to first assign the return of realloc to a temporary...
  18. Replies
    27
    Views
    4,284

    just because you don't know what you're talking...

    just because you don't know what you're talking about, don't let that stop you, k? ;)

    CENG 140 at METU is a fundamental course in the Computer ENGineering curriculum, leading to a BS degree. ...
  19. Replies
    27
    Views
    4,284

    well, just don't come in here, posting your...

    well, just don't come in here, posting your Engineering Exam PDF, complete with personal hotmail address looking to cheat. it's insulting.


    but, um, hey... you like my cape?
  20. Replies
    27
    Views
    4,284

    yes. rather quickly. they're serious.

    yes. rather quickly. they're serious.
  21. Replies
    27
    Views
    4,284

    pfft. the only reason he DIDN'T receive help,...

    pfft.

    the only reason he DIDN'T receive help, was because you called him out and refused him. notice how he backed out right quick, too.

    it's like the vice cop stings.... soliciting a...
  22. Replies
    27
    Views
    4,284

    All schoolwork solicitors be advised: cheaters...

    All schoolwork solicitors be advised: cheaters are not tolerated here.

    the original poster, "ibrahim ercan" aka "agathery", has left a trail long and wide enough to be easily reported to the...
  23. Replies
    25
    Views
    6,680

    surely his class isnt being taught on Windows 95...

    surely his class isnt being taught on Windows 95 machines.... so he can make a distribution kit to distribute his non-insane choice of library.

    yeah, see. a distribution kit. it will be cool,...
  24. Replies
    25
    Views
    6,680

    No, I understand completely and better than you...

    No, I understand completely and better than you do.

    because, I don't believe that he "has to". i dont' beleive that lecturer actually literally said "you have to" use that steaming pile of crap. ...
  25. Replies
    25
    Views
    6,680

    yeah, and i'm nostalgic about BASIC on the...

    yeah, and i'm nostalgic about BASIC on the TRS-80, but i don't go around hollerin' about it. Seriously, show me one competent credible C programming shop that makes meaningful commercial software...
Results 1 to 25 of 49
Page 1 of 2 1 2