Search:

Type: Posts; User: -Prime-

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,734

    Trouble passing char/pointer array

    I am stumped on a particular problem involing a recursive binary search. Particularly, I am not sure on how to pass the alotted variables, char/pointer. Every time I try something different I just...
  2. Replies
    1
    Views
    911

    Linked List Help

    I have read the tutorials on this site and have received a decent understanding of how the linked list works, but when I try to actually implement code - well... I kind of get lost. Mainly because...
  3. Replies
    3
    Views
    1,373

    Ah, thank you.

    Ah, thank you.
  4. Replies
    3
    Views
    1,373

    Help with searching for a char in a string

    I am working a coding problem in my book about using the strchr() function to search for a char in a string. Now, I can obviously do that, but the problem I am having is it wants me to now have the...
  5. Replies
    22
    Views
    3,268

    Thanks all!

    Thanks all!
  6. Replies
    22
    Views
    3,268

    Sorry, OS is windows XP and compiler is visual...

    Sorry, OS is windows XP and compiler is visual studio.net 2003
  7. Replies
    22
    Views
    3,268

    Ehhh... I wasn't sure how to word it and I knew...

    Ehhh... I wasn't sure how to word it and I knew it wouldn't come out so good, but back when I first ever took c++ in high school I remember we would always do programs that outputted in just a simple...
  8. Replies
    22
    Views
    3,268

    Erasing console

    Is there a function that erases all data/text in a console window?
  9. Replies
    2
    Views
    1,958

    Program challenges

    Does anyone know of some cool sites/links (for C) that give you programs to code or challenges to complete with coding? I checked here, but I didn't see any C challenges...
  10. Replies
    10
    Views
    23,847

    Geez... all I needed was a good wakeup and I got...

    Geez... all I needed was a good wakeup and I got it. Thanks Tonto. I got it to work now, but I have no idea why I used 0 for the sides (lol); and thanks for the other tips.
  11. Replies
    10
    Views
    23,847

    Problem with Pythagorean triple etc.

    You can probably tell by the title of the topic that this is basically a homework problem. Anyway, for some reason I am having a brain fart or something because I am not able to work it out....
  12. Replies
    4
    Views
    1,184

    Ah, thank you.

    Ah, thank you.
  13. Replies
    4
    Views
    1,184

    Problem with return

    Hey all, I'm new to these boards even though I've been surfing them for a few months now. I thought this would be a good starting post. Anyway, I'm taking computer intro in college (using C) and I...
Results 1 to 13 of 13