Search:

Type: Posts; User: Megamanenm

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    12,110

    Uh, nevermind, I have another idea

    Uh, nevermind, I have another idea
  2. Replies
    18
    Views
    12,110

    I just don't get it anymore :( can't you just...

    I just don't get it anymore :( can't you just show me what do to?
  3. Replies
    18
    Views
    12,110

    it says that "`test' undeclared (first use this...

    it says that "`test' undeclared (first use this function)" on the tenth line. and then " (Each undeclared identifier is reported only once for each function it appears in.) "
  4. Replies
    18
    Views
    12,110

    when I compile it in DEV-C++ it gives me an error

    when I compile it in DEV-C++ it gives me an error
  5. Replies
    18
    Views
    12,110

    how to make a if a char equals something

    Sorry for the confusing title but here's what I want to do:


    #include <iostream>

    using namespace std;
    int main()

    {
    char search[50];
  6. Replies
    1
    Views
    1,900

    How to go to a previous line

    So here's what I've made so far:


    #include <iostream>

    using namespace std;
    int main()

    {
    int wheretogo;
  7. Replies
    6
    Views
    5,547

    When I copy the code it doesn't work?

    When I copy the code it doesn't work?
  8. Replies
    6
    Views
    5,547

    How to repeat a line

    Now I know that there is a tutorial section about this, but I don't quite get it. So what I want to do is this:



    {
    int failorwin;

    cout<<"Press 1 to fail, press 2 to win.\n";
    cin>>...
  9. I figured it out on my own

    Well thanks for helping me -_-. I rewrote the code and now it works.



    #include <iostream>

    using namespace std;
    int main()

    {
  10. Program keeps shutting off when I press a button

    So I started learning how to use C++ yesterday and I forget how to do something basic. I used to know how to do this, but I forget. So whenever I start this up it shows up. If you press either 1 or 2...
Results 1 to 10 of 10