Search:

Type: Posts; User: Angie

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,411

    Books on logic theory, discrete maths etc?

    Came across a book the other day called Elements of Programming; from it's own description it's supposed to help you as a programmer by explaining the fundamental principles behind it. I've also...
  2. Thread: A ++ ?

    by Angie
    Replies
    19
    Views
    2,707

    That's...not contradictory at all. There are...

    That's...not contradictory at all.

    There are lots of languages out there (Alice is the only one I can think of off the top of my head), which are designed primarily to introduce beginners to the...
  3. Replies
    2
    Views
    2,742

    I've actually been wondering about this myself...

    I've actually been wondering about this myself for a little while. Before finding this fantastic site, I came across two or three others whose content looks pretty much indentical to a nublet like...
  4. Replies
    43
    Views
    6,504

    What's wrong with C++ as a first language?

    I've read a lot of debate, both here and elsewhere about the problems with C++ in general (I still like it, even though I'll be moving on to other languages when I've gotten more competent). However...
  5. Replies
    14
    Views
    4,033

    It was a few weeks ago, so I could be...

    It was a few weeks ago, so I could be misremembering or misinterpreting what was said, but I think there were complaints about the fact that the amount of time you dictate is the shortest period it...
  6. Replies
    7
    Views
    2,577

    (Apologies for the slow reply, hope I didn't...

    (Apologies for the slow reply, hope I didn't offend anyone)

    Thanks to your suggestions, I've made a lot of progress with this program, and I'm now on to things like editing the text, adding...
  7. Replies
    14
    Views
    4,033

    Something better than 'Sleep'?

    I'm working on a 'quiz game' which contains a fair amount of text (introduction, questions, hints etc.) and I'd really appreciate some tips on how to stagger the appearance of the text without...
  8. Replies
    19
    Views
    2,830

    Forgive me for being uninformed, but just why is...

    Forgive me for being uninformed, but just why is it a bad idea?

    Dev-C++ automatically inserts

    system("PAUSE");
    return EXIT_SUCCESS;

    -at the end of a source file if you choose to make...
  9. Replies
    7
    Views
    2,577

    Wait, that's a logic error, isn't it? Because...

    Wait, that's a logic error, isn't it? Because what I'm saying is that even if the string value input into the prima variable is one of the accepted inputs, the while loop will still initiate because...
  10. Replies
    7
    Views
    2,577

    I've edited it slightly (reflected in the post),...

    I've edited it slightly (reflected in the post), referencing prima to both responses , but when I run it, the program won't respond to either input. It just prints the "Sorry..." message regardless...
  11. Replies
    15
    Views
    5,035

    I tend to be a fairly self-conscious person when...

    I tend to be a fairly self-conscious person when it comes to online communication; I'm constantly monitoring what I say and how it might be (mis)interpreted by other people. Most of my posts come...
  12. Replies
    7
    Views
    2,577

    Problem with strings and while loops

    I'm fairly new to C++, and as a learning exercise I'm making a simple 'quiz game' in which the user needs to input the correct answer in order to proceed to the next question. They can also input...
Results 1 to 12 of 12