Search:

Type: Posts; User: The_Nymph

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,056

    Initializing strings

    Unfortunately, being a self-taught programmer, I can't go to a teacher and get this question answered easily, so I have to rely on others.

    The question is on initializing strings. There are three...
  2. Replies
    19
    Views
    5,583

    I agree on the German to English thing. To hear...

    I agree on the German to English thing. To hear Germans speak English, especiall broken English is tough, and I've been hearing it for 2 years here in Germany as an American. But to hear me speak...
  3. Thread: eh, help?

    by The_Nymph
    Replies
    2
    Views
    1,893

    Thank you again Prelude, it cleared up a bit of...

    Thank you again Prelude, it cleared up a bit of my fogginess. :)
  4. Thread: eh, help?

    by The_Nymph
    Replies
    2
    Views
    1,893

    eh, help?

    Yeah, I'm one of those self-taught (or in this case, self-teaching) programmers. And since C is the first language I'm really going into, I've no background to base my questions on to build a bridge...
  5. Replies
    24
    Views
    5,200

    I would say that language is German, or one of...

    I would say that language is German, or one of the close relatives of it, since Speichern is to save in German.
  6. Replies
    6
    Views
    1,846

    So, to do what he wants to do it would be ...

    So, to do what he wants to do it would be




    if (ch1==ch2 && ch2==ch3)
    ....
  7. Replies
    3
    Views
    1,114

    yay! it works now!

    it works now. Making x and y long got it to work. Thanks you two
  8. Replies
    3
    Views
    1,114

    what is wrong here?

    *hits her head against the monitor* I just can't see why I'm getting the result I'm getting....

    #include <stdio.h>

    int main()
    {
    int x,y;
    long int result;
    x= 1000;
    y= 7000;
  9. Replies
    3
    Views
    1,504

    looking for titles of books

    I'm looking for titles of books that would teach intermediate to advanced C programming. Does anyone have any suggestions? Most of the books that I've looked at are out of print already (at the...
  10. Replies
    5
    Views
    1,259

    Thank you ever so much Prelude

    I knew I could do it with a do-while loop, I just wasn't sure where I was going wrong.
  11. Replies
    5
    Views
    1,259

    still not working

    still not working. It doesn't allow me to input the answer, instead throws me back to the DOS prompt.
  12. Replies
    5
    Views
    1,259

    problems with loops

    I was trying to write a simple program to convert a number to its hexidecimal equivalent. Easy enough, I got that much. The problem comes in when I want it to loop, depending on the user's answer to...
  13. #define versus const (a beginner's question)

    What is the difference between #define and const? And when do you use which?
  14. Replies
    14
    Views
    1,272

    I use 2 as well. It seems easier to read that way.

    I use 2 as well. It seems easier to read that way.
  15. Replies
    8
    Views
    1,719

    I got to agree here. I'm teaching myself C right...

    I got to agree here. I'm teaching myself C right now, with very little programming knowledge myself, just that silly little intro course to Ada that I took in college. Learn C, and rewrite the...
  16. Replies
    4
    Views
    4,488

    gah, just figured it out

    Had to go into DOS for it to work. :o How embarrassing! ;)

    Thank you for the link!
  17. Replies
    4
    Views
    4,488

    beginner problem

    Okay guys, I've just started teaching myself C, right? Well, I've had a little experience with Ada, so I'm not *completely* new to programming, but I'm having a little problem with these two programs...
Results 1 to 17 of 17