Search:

Type: Posts; User: beanroaster

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,814

    Woo! It works! Thank you much.

    Woo! It works!
    Thank you much.
  2. Replies
    8
    Views
    1,814

    Here is part of the compile log. I just sorta cut...

    Here is part of the compile log. I just sorta cut it off at a random place.

    Compiler: Default compiler
    Executing g++.exe...
    g++.exe "C:\Documents and Settings\Adam\Desktop\Creature...
  3. Replies
    8
    Views
    1,814

    Well this is the code I'm using to test it: ...

    Well this is the code I'm using to test it:

    #include <iostream>

    int main()
    {
    std::cout << "Hello World!";
    return 0;
    }
    Nothing too terribly fancy here ;).
  4. Replies
    8
    Views
    1,814

    Can't compile anything

    Hi,
    My compiler (Dev C++) spits out about 500 errors followed by "There must be something terribly wrong with your code. Please fix it." when I try to compile anything. Even one of the sample...
  5. Replies
    3
    Views
    3,984

    Well, I don't know what happened, but when I...

    Well, I don't know what happened, but when I tried it again this morning, it works! Thanks for the help.
  6. Replies
    3
    Views
    3,984

    So would it work if I put a different make.exe in...

    So would it work if I put a different make.exe in the same folder, or is it specific to Dev-C++?
  7. Replies
    3
    Views
    3,984

    Dev-C++ make.exe error

    Hi,
    I'm trying to build a file in Dev-C++ and when I try to compile, I get this in the log:

    Compiler: Default compiler
    Building Makefile: "C:\Documents and Settings\Adam\Desktop\C++\Beginning...
  8. Replies
    10
    Views
    1,592

    Haha, it works! Thanks for all the help and...

    Haha, it works!
    Thanks for all the help and sorry for being such a noob.
  9. Replies
    10
    Views
    1,592

    Its still giving me the same error messages.

    Its still giving me the same error messages.
  10. Replies
    10
    Views
    1,592

    #include #include #include...

    #include <iostream>
    #include <fstream>
    #include <cstdlib>
    #include <ctime>

    using std::endl;
    using std::string;

    //***WRITES*FILES*********
    void write(string filename, string text)
  11. Replies
    10
    Views
    1,592

    Ok, now for line 12 its giving me error no Its...

    Ok, now for line 12 its giving me error no
    Its also giving me some new errors in iosfwd and fstream when I used std:: ostream.
  12. Replies
    10
    Views
    1,592

    No, I have fstream #include ...

    No, I have fstream

    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    #include <fstream>

    using std::endl;
    using std::string;
  13. Replies
    10
    Views
    1,592

    Problem with writing to files

    Hello,
    I am trying to make a function where I can input a filename and a string for insertion into a file.

    void write(string filename, string text)
    {
    ofstream file;
    ...
  14. Replies
    5
    Views
    1,318

    Os

    Yeah, I'm on Windows XP, but is there any way that I can add it to the startup group with C++ code from the program?
  15. Replies
    5
    Views
    1,318

    Launching a program on startup

    Hello,
    How can I set the computer to launch a program when it starts up?
    Thanks,
  16. Replies
    2
    Views
    3,049

    Unscrambling Words

    Hello, does anybody know how I would go about making a word unscrabler?
    Like the user inputs "gorf" and the computer spits out all possible combinations like
    g
    o
    r
    f
    gg
    go
    gr
    gf
  17. Replies
    2
    Views
    1,468

    Guess is assigned by the other player's last...

    Guess is assigned by the other player's last guess. That's why it's so screwed up.
  18. Replies
    2
    Views
    1,468

    My AI is AS (Artificial Stupidity)

    Hello, my AI is not going so great. I can make the computer make a good first guess but then the guesses are way off. Is there anyway I could make a record of all the guesses, find the middle two,...
  19. Replies
    36
    Views
    22,194

    Teach yourself C++ in 21 days is pretty good and...

    Teach yourself C++ in 21 days is pretty good and could fill alot more than 21 days. I haven't seen some things that I might have wanted in the book yet, but I will keep looking.
  20. Replies
    53
    Views
    6,542

    Poll: What is Adrianxw's tutorial? And how do I kill...

    What is Adrianxw's tutorial? And how do I kill this thread?
  21. Replies
    18
    Views
    1,638

    Alright, I'll get on that. Thanks,

    Alright, I'll get on that.
    Thanks,
  22. Thread: C++ cout

    by beanroaster
    Replies
    30
    Views
    5,008

    I know what you mean. I usually hide the source...

    I know what you mean. I usually hide the source code and only show the user the program. I make the code look really big and complicated when I'm trying to get a friend to start on C++ from HTML.
  23. Replies
    18
    Views
    1,638

    I actually am not coming from C. I have been...

    I actually am not coming from C. I have been programming C++ for about a month and a half now. I have never tried the string class as I have never seen the need to since there is char.
  24. Thread: C++ cout

    by beanroaster
    Replies
    30
    Views
    5,008

    Thats what I did the first few days of my C++...

    Thats what I did the first few days of my C++ programming and all of those colons got really annoying once I started making bigger things.
  25. Replies
    18
    Views
    1,638

    What if the reason is this? Besides, I use this...

    What if the reason is this? Besides, I use this way for all my code and I don't think that I have advanced specific reasons.
Results 1 to 25 of 70
Page 1 of 3 1 2 3