Search:

Type: Posts; User: CougarElite

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,550

    Two Easy Questions

    Hello,

    I'm just starting with C++, and I'm making a couple really simple programs. I have two questions about the one I'm on right now. They are:

    1. Is there a function that will stop the...
  2. Replies
    7
    Views
    1,759

    Refreshing in C++

    Hey there,

    I am new to C++ and have found a project that I'd like to tackle. I want to make a script that automatically refreshes a page constantly and as fast as possible. I only know how to do...
  3. Replies
    9
    Views
    1,811

    Hmm I found the problem. It seems you can only...

    Hmm I found the problem. It seems you can only add one new line at the end of the program . I was trying to add a couple, and that messes things up.
  4. Replies
    9
    Views
    1,811

    Hmm I just tried another one of the examples and...

    Hmm I just tried another one of the examples and I'm getting the same error. Here's the source.

    #include <iostream>

    using namespace std;

    int main() // Most...
  5. Replies
    9
    Views
    1,811

    Ha that fixed it. Thanks LuckY :).

    Ha that fixed it. Thanks LuckY :).
  6. Replies
    9
    Views
    1,811

    Simple Script causing error

    Hey everyone. I just started learning C++ and I'm reading the tutorial here at cprogramming. I tried to use the script in one of the examples. Here is the source:

    #include <iostream>

    using...
  7. Replies
    16
    Views
    2,432

    LOL thanks for the help everyone. I'm going to go...

    LOL thanks for the help everyone. I'm going to go ahead and read the tutorial here on cprogramming.com after I get a compiler set up. If I come across any questions, I'll post them here.

    Thanks...
  8. Replies
    16
    Views
    2,432

    Ugh... I'm lost. I don't know where to start....

    Ugh... I'm lost. I don't know where to start. It's hard to decide because I don't really have a goal that I want to reach. Think I should just buy a book on C++?
  9. Replies
    16
    Views
    2,432

    Sweet. Can you give me any tips on getting...

    Sweet. Can you give me any tips on getting started? Any online tutorials and/or book recommendations?
  10. Replies
    16
    Views
    2,432

    I see... C++ can be used to make programs that...

    I see... C++ can be used to make programs that actually open and have buttons and stuff right? I got into C a little while ago and all I ended up making was console stuff.
  11. Replies
    16
    Views
    2,432

    What is C++ used for?

    Hey everyone,

    I am extremely interested in all computer programming languages, and have a pretty extensive knowledge in HTML and PHP. I'm considering getting involved with C++ or C, but first I'd...
  12. Replies
    15
    Views
    3,859

    Thanks so much for taking the time to read that....

    Thanks so much for taking the time to read that. I can't belive you found that many things wrong lol. Out of the two links you listed in one of your earlier posts.. which is your favourite?
  13. Replies
    15
    Views
    3,859

    Alright I am now downstairs. The link is here...

    Alright I am now downstairs. The link is here .
  14. Replies
    15
    Views
    3,859

    Hmm I am going to try some of those links to see...

    Hmm I am going to try some of those links to see if they help me understand a little more. If not, I will go look for a book at my local book store. When I get back on my downstairs computer, I am...
  15. Replies
    15
    Views
    3,859

    Are you sure that is the best way to learn? ...

    Are you sure that is the best way to learn?

    Are "For dummies" books good for learning this computer language?
  16. Replies
    15
    Views
    3,859

    Oh.. that sucks. Got any other good places?

    Oh.. that sucks. Got any other good places?
  17. Replies
    15
    Views
    3,859

    Is this a good place to start learning?

    Is this a good place to start learning?
  18. Replies
    15
    Views
    3,859

    The best place to learn

    I would like to know what the very best place to learn is. I don't want to buy a book or anything, I want a free online tutorial. I just tried to understand one and I learned how to do the printf,...
  19. Replies
    18
    Views
    2,120

    Thanks a lot Rouss! I now have a program that...

    Thanks a lot Rouss! I now have a program that says your name! Lol thanks a lot everyone! I'll be back with more questions in the future (probably the near future).
  20. Replies
    18
    Views
    2,120

    This is the new code I tried: #include...

    This is the new code I tried:


    #include <stdio.h>
    #include <conio.h>

    char awesome_name[20];

    main()
    {
  21. Replies
    18
    Views
    2,120

    Hmm does anyone have enough time to make a small...

    Hmm does anyone have enough time to make a small example of a program that would ask for your name then print it? Like the correct way to make the one I wanted to make.

    If so, thanks alot.
  22. Replies
    18
    Views
    2,120

    Please help me out

    Hey everyone. This is my first day of learning C. So far I have just learned how to input numbers and have them multiplied/subtracted/divided/added. I've made a few tiny programs to help learn, but...
Results 1 to 22 of 22