Search:

Type: Posts; User: Char*Pntr

Page 1 of 8 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    23
    Views
    4,347

    LMAO! :p

    LMAO! :p
  2. Replies
    13
    Views
    10,266

    Well I quess we all learned something here! I...

    Well I quess we all learned something here! I particularly enjoyed anduril462's link.
    Bookmarked. :-)
  3. Replies
    13
    Views
    10,266

    Have you tried writing any C code so far? What...

    Have you tried writing any C code so far? What have you tried?

    If not, check out some useful links here:

    Pseudocode Examples


    Root finding methods

    or even here?
  4. Replies
    2
    Views
    1,142

    Hi! Here's a start to the proper approach: ...

    Hi! Here's a start to the proper approach:


    int main(void)
    {
    // Your code here


    return 0;
    }
  5. Replies
    3
    Views
    1,281

    Read this, and then check back if you need more...

    Read this, and then check back if you need more help.

    Cprogramming.com C guide Arrays for Dummies
  6. Replies
    8
    Views
    4,326

    Cool link here how to use code tags ---> ...

    Cool link here how to use code tags ---> http://cboard.cprogramming.com/cplusplus-programming/13473-posting-code-read-first.html
  7. No Elysia, that was a joke on my part. If that...

    No Elysia, that was a joke on my part. If that were to be implemented, then we'd have a flood of posts, something like "Help Help! I can't pass my test!" That would make things worse than they are...
  8. No. That was your assumption, not mine. I used...

    No. That was your assumption, not mine. I used the phrase "new member". Whether someone has 1 year, or 30 years of programming experience, the person is still a new member when they register. :-)
    ...
  9. I Agree!

    I could not have stated this any more eloquently. However:



    I'm not sure if this is a staff problem. I've noticed many times, when we get the "help! Help!" and a half-assed to-do list with NO...
  10. Replies
    25
    Views
    3,494

    Per K & R 2nd ed., "It's bad practice to bury...

    Per K & R 2nd ed., "It's bad practice to bury 'magic numbers' in a program; they
    convey little information to someone who might have to read the program later, and
    they are hard to change in a...
  11. Replies
    5
    Views
    2,171

    Yes, but I believe there are 3 ways to access the...

    Yes, but I believe there are 3 ways to access the members.

    In my book, I read "If p_str is a pointer to the structure str, the following 3 expressions are
    all equivalent:

    1) str.memb

    2)...
  12. Replies
    5
    Views
    2,171

    Hi Please post your complete code. I had a...

    Hi Please post your complete code. I had a similar problem a few months ago (I'm a C student also) and found that I was initializing my pointers in the wrong place.

    I don't know if that is the...
  13. Replies
    22
    Views
    6,903

    But will Turbo C support VLA? :p :p

    But will Turbo C support VLA? :p :p
  14. HOMEWORK POLICY...

    HOMEWORK POLICY
  15. Replies
    2
    Views
    1,212

    Sure. Start with insert. Edit: Sorry....

    Sure. Start with insert.

    Edit: Sorry. Couldn't resist.
  16. Very well said Tater! BTW, I'm taking your advice...

    Very well said Tater! BTW, I'm taking your advice as well. ;)
  17. Replies
    15
    Views
    13,077

    Since this, it seems, is going to turn into a 5+...

    Since this, it seems, is going to turn into a 5+ page thread anyway, I completely agree with what Grumpy had to say. When I first read the reply, I thought that would be the end of that.
  18. Thread: Getchar

    by Char*Pntr
    Replies
    9
    Views
    1,760

    First things first :-) You're declaring main an...

    First things first :-) You're declaring main an int (as you should be) where
    is main's() return value?
  19. Replies
    15
    Views
    9,658

    I'm sorry, my reply was not clear to you. I...

    I'm sorry, my reply was not clear to you. I provided a link for you to click on. You stated your objectives clearly, so I think your next step should be to convert that to pseudo code.

    Click...
  20. Replies
    15
    Views
    9,658

    I'm having "answering blocks here". At least...

    I'm having "answering blocks here". At least give it try, convert your problem to
    pseudo code would be a start.

    Pseudo code Examples
  21. Replies
    4
    Views
    3,062

    I thought the links were great! In fact I'll be...

    I thought the links were great! In fact I'll be bookmarking them. But as you already pointed
    out, this info would be much easier to find when it's in the right area. :-)

    And welcome to the...
  22. Replies
    6
    Views
    8,821

    You left off the '&" in scanf S/B ...

    You left off the '&" in scanf S/B
    scanf("%d",&arr[i]);


    Edit:
    Having fixed that, your code still has problems. Try to think it through. :-)
  23. Replies
    14
    Views
    2,282

    I just noticed this link. Bookmarked. So it turns...

    I just noticed this link. Bookmarked. So it turns out now, this thread
    wasn't a complete waste of my time.
  24. Replies
    14
    Views
    2,282

    LMAO, RtR you mean all this time? I need to be...

    LMAO, RtR you mean all this time? I need to be demoted from the cross post
    team here - or at least get a demerit. Also, I'll have to bring this up with my priest during my next confession.
  25. Replies
    14
    Views
    2,282

    How To Use pow(x,y)...

    How To Use pow(x,y)
Results 1 to 25 of 200
Page 1 of 8 1 2 3 4