Search:

Type: Posts; User: ckuttruff

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,327

    yeah, thanks very much for the reply. that's...

    yeah, thanks very much for the reply. that's exactly what I was looking for. I wasn't sure
  2. Replies
    3
    Views
    1,327

    Oh, and does strstr advance the position in the...

    Oh, and does strstr advance the position in the stream?

    Sorry that these are noobish question, but it's a really hard thing to google for.
  3. Replies
    3
    Views
    1,327

    Really quick question

    When you use fseek() and ftell(), I'm wondering when you read a line into a buffer (eg. getline, fgets), when you use ftell, does it read the position as the beginning of that line even after called...
  4. Replies
    8
    Views
    3,021

    The only problem with this, is I don't know how...

    The only problem with this, is I don't know how exactly the date will be formatted since it will be coming from a variety of sources. For example, it could be printed:
    "Monday, January 1, 2008" or...
  5. Replies
    8
    Views
    3,021

    dwks.... Thank you so much. *runs back to emacs

    dwks.... Thank you so much.

    *runs back to emacs
  6. Replies
    8
    Views
    3,021

    Btw, dwks... just started looking at this:...

    Btw, dwks... just started looking at this:
    http://www.manpagez.com/man/3/regex/

    Thanks very much for the link. This looks like it should be very helpful for what I'm trying to do.
  7. Replies
    8
    Views
    3,021

    dwks, Thanks. Yes, I'm trying to get a numerical...

    dwks, Thanks. Yes, I'm trying to get a numerical value out of the string, otherwise I have to have 30 'else if' statements... which just seems ridiculous to me. So I want to maybe be able to...
  8. Replies
    8
    Views
    3,021

    Quick Ques on String Manipulation

    I just want to thank all the people that responded when I first posted a question about a project I'm working on... Esp. Elysia. Very Helpful.

    I had two quick questions:

    The following program...
  9. Replies
    15
    Views
    3,588

    Thanks for all your help Elysia. I think I'll...

    Thanks for all your help Elysia.

    I think I'll take your advice. At this point the combination of trying to understand the fundamental syntactical/algorithmic elements of programming and dealing...
  10. Replies
    15
    Views
    3,588

    Eventually I want to do some GUI stuff. But...

    Eventually I want to do some GUI stuff. But honestly, when I first started using Slackware 12 (my first linux distro), I wanted a deeper understanding of computing in general (which is why, in part,...
  11. Replies
    15
    Views
    3,588

    And Manav, Not at all an unreasonable...

    And Manav,

    Not at all an unreasonable suggestion; I think I will def. check out python (esp. since I use GNU/Linux, and python would be very useful to be familiar with). I certainly want to learn...
  12. Replies
    15
    Views
    3,588

    Elysia, Thanks very much for your response on...

    Elysia,

    Thanks very much for your response on this. Yes, I'm now going through the cprogramming.com tutorials on strings and pointers. I've been jumping from text to text, trying to solidify...
  13. Replies
    15
    Views
    3,588

    Thanks Bob; yes, the URL is a no brainer... ...

    Thanks Bob; yes, the URL is a no brainer...

    The headline though, isn't necessarily so easy, because it might not appear first, and I obv. don't know what exactly to look for. (what I was...
  14. Replies
    15
    Views
    3,588

    Certainly. Below would be an example of a few...

    Certainly. Below would be an example of a few headers (the main parts of the text file that I'll be dealing with), and below that is an example of how the formatted header should be.

    Formatted...
  15. Replies
    15
    Views
    3,588

    Mike, thanks very much for your reply. The...

    Mike, thanks very much for your reply. The reason I'm starting with C is because a good friend of mine who programs in several languages recommended to me that I start with C, since it's a solid...
  16. Replies
    15
    Views
    3,588

    Question: Stream I/O (working with strings)

    Hi, I'm new to the Cprogramming board, and I'm hoping to get some help on a little project I am working on. I'm fairly new to programming as well, and I've been going through the K&R text along with...
Results 1 to 16 of 16