Search:

Type: Posts; User: dead_captain

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: bad math?

    by dead_captain
    Replies
    4
    Views
    1,534

    cool. thanks.

    cool. thanks.
  2. Thread: bad math?

    by dead_captain
    Replies
    4
    Views
    1,534

    bad math?

    #include <iostream>
    #include <string>
    using std::cout;
    using std::endl;
    using std::cin;
    using std::string;

    int main()
    {
    int number, number1, number2;
  3. Replies
    18
    Views
    2,739

    const int AVERAGE = 3; int number, number1,...

    const int AVERAGE = 3;
    int number, number1, number2, add;


    cout << "Pick a number!: ";
    cin >> number;
    cout << "Another number: ";
    cin >> number1;
    number +...
  4. Replies
    18
    Views
    2,739

    Sorry if the question is to "simple" but I cant...

    Sorry if the question is to "simple" but I cant figure it out. So im asking. Help, how do I add the three numbers, and divide them.
  5. Replies
    18
    Views
    2,739

    I dont like our attitude

    I dont like our attitude
  6. Replies
    18
    Views
    2,739

    const int AVERAGE = 3; int number, number1,...

    const int AVERAGE = 3;
    int number, number1, number2, add;


    cout << "Pick a number!: ";
    cin >> number;
    cout << "Another number: ";
    cin >> number1;
    cout <<...
  7. Replies
    18
    Views
    2,739

    Averaging code

    #include <iostream>
    #include <string>
    using std::cout;
    using std::endl;
    using std::cin;
    using std::string;

    int main()
    {
  8. Replies
    153
    Views
    695,971

    Sticky: I am using BEGINNING C++ GAME PROGRAMMING...

    I am using BEGINNING C++ GAME PROGRAMMING It included a CD-ROM with DEV-C++. To me it is great for the absolute beginer(like me), It could probably be more in depth though, it seems too simple....
  9. Replies
    19
    Views
    2,468

    HEY HEY! "L" did the trick, I guess I was too...

    HEY HEY! "L" did the trick, I guess I was too tierd to notice, or I thought it was 1 for whatever reason. This is kick @ss! thanks!!!
  10. Replies
    19
    Views
    2,468

    Ok, well I don't know any C. I know it was before...

    Ok, well I don't know any C. I know it was before C++ but thats about it. Sorry for the dumb. lol
    thanks for trying though.
  11. Replies
    19
    Views
    2,468

    well thanks for the advice, although still no...

    well thanks for the advice, although still no luck. :(
    I have a book and it says this "should" work..
  12. Replies
    19
    Views
    2,468

    It still just pops up and closes right away. It...

    It still just pops up and closes right away. It is also saying the end1 is undeclared.
  13. Replies
    19
    Views
    2,468

    #include using namespace std; ...

    #include <iostream>
    using namespace std;


    int main (int argc, char *argv[])

    {
    cout << "hello mike!" << end1;
    cout << "press enter key to exit!!" << end1;
    ...
  14. Replies
    19
    Views
    2,468

    I believe I said thanks for the help. Thanks...

    I believe I said thanks for the help.

    Thanks again, if not before.

    "can't we all just get along." LOL
  15. Replies
    19
    Views
    2,468

    What Now!!?

    #include <iostream>
    using std::cout;
    using std::end1;

    int main()

    {
    cout << "hello mike!" << end1;
    cout << "press enter key to exit!!" << end1;
    ...
  16. Replies
    14
    Views
    4,420

    I had a problem compiling on Vista. Turns out...

    I had a problem compiling on Vista. Turns out saving the code in MyDocuments caused the error. I don't know if this is the problem, but hope it helps a little.
  17. Thread: Vista??

    by dead_captain
    Replies
    6
    Views
    1,332

    thanks

    thanks
  18. Thread: Vista??

    by dead_captain
    Replies
    6
    Views
    1,332

    When I try to compile using Dev-c++ I get a .h...

    When I try to compile using Dev-c++ I get a .h header file that pops up in a new tab, not even allowing the compile to take place, all that is in the code is #include<iostream>. This never happened...
  19. Thread: Vista??

    by dead_captain
    Replies
    6
    Views
    1,332

    Vista??

    Is Vista the reason why I am having trouble compiling on Dev-c++, and on visaul c++ 2008? Should I switch back to XP Pro?
  20. Replies
    40
    Views
    3,554

    good god... chill out

    good god... chill out
  21. Replies
    3
    Views
    2,140

    Whats the deal?

    Why do certain people feel the need to attack because of "less boring code". I'm sure we have all seen the "hello world" sample code. Well in my opinion that is lame. I see no reason why I cannot...
  22. Replies
    40
    Views
    3,554

    how can I be looking for attention when I am...

    how can I be looking for attention when I am doing these code at home? I just need help to get them to run. sorry if you have no humor. It is a free country and if I feel like "hello word" is a...
  23. Replies
    40
    Views
    3,554

    iostream is on my header page. thats why it says...

    iostream is on my header page. thats why it says #include "nazi.h"
  24. Replies
    40
    Views
    3,554

    1>------ Build started: Project: mdc,...

    1>------ Build started: Project: mdc, Configuration: Debug Win32 ------
    1>Compiling...
    1>johnwayne.cpp
    1>c:\users\r.lyda\documents\c++\mdc\mdc\johnwayne.cpp(6) : error C2143: syntax error :...
  25. Replies
    40
    Views
    3,554

    I don't know, but these compile errors are are...

    I don't know, but these compile errors are are always there. I have tried to change code, and nothing seem to work. It sucks. When she does it on the video it works fine, all I changed was the words.
Results 1 to 25 of 40
Page 1 of 2 1 2