Search:

Type: Posts; User: HunterCS

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    5,747

    Is this a good book to get?

    http://www.amazon.com/gp/product/0201889544/ref=olp_product_details/102-4547239-7279301?ie=UTF8&seller=
  2. Replies
    13
    Views
    2,962

    I just use system("PAUSE") it works...

    I just use

    system("PAUSE")

    it works perfectly fine to me
  3. Replies
    9
    Views
    3,191

    Well I don't plan to make a big career out of...

    Well I don't plan to make a big career out of programming. It was more like, I didn't know how too, and that irritated me. So I'm learning. Basically I plan on just making basic programs, maybe a...
  4. Replies
    9
    Views
    3,191

    Importance of math

    Ok so I am fairly good at math, but unfortunatly in high I never went past basic allgebra and geometry.

    What I'm wondering is, how important is a good knowledge of mathematics to being able to...
  5. Replies
    10
    Views
    2,678

    Awesome, now I'm proud of myself, I figured that...

    Awesome, now I'm proud of myself, I figured that out about 30 minutes before I got on here to check. I was also irritated at myself because that was just so obvious. Thank you guys.
  6. Replies
    10
    Views
    2,678

    Ok so I'm still trying at this one, I know it's a...

    Ok so I'm still trying at this one, I know it's a little above my skill level but i need to finish it so that I can learn it. i mean I know all the commands i'm just not getting something.

    I've...
  7. Replies
    10
    Views
    2,678

    I don't know cin.get() yet, most of this I don't...

    I don't know cin.get() yet, most of this I don't know about. I'm still a super beginner, I'm just trying to do something more complex then I have been doing to help learn more.
  8. Replies
    10
    Views
    2,678

    simple calculator

    Ok so I'm making a simple single operator calculator, but I've ran across a problem. At the end of the compiling process, it turns up an error with the return void; line. I'm sure it has to do with...
  9. Replies
    4
    Views
    1,219

    Is it frowned upon?

    Is it frowned upon to use C++ for Dummies as a basics learning book?

    I was originally going to get C++ Primer Plus (5th Edition) for about $19 but I waited to long and the opportunity was lost,...
  10. Replies
    7
    Views
    2,001

    Awesome, thank you all. That helps quite a lot....

    Awesome, thank you all. That helps quite a lot. You guys certainly make learning this stuff easier. I had a chance to own a really good C++ book but I waiting a bit too long on it and ended up having...
  11. Replies
    7
    Views
    2,001

    The meaning of ;

    Ok so everything I have read has defined a semicolon as just an ending statement. But it's obvious that it has more power to it then just that.

    Could somebody give an simple explaination on what...
  12. Replies
    9
    Views
    1,175

    Thank you guys very much, you all are true...

    Thank you guys very much, you all are true friends in the world of programming. Here's my final working result.



    {
    int i;
    int loopcount;
    loopcount = 5;
    {
    while (loopcount >...
  13. Replies
    9
    Views
    1,175

    newbie question

    Here's my body:



    {
    int i;
    int loopcount;
    loopcount = 5;
    {
    while (loopcount-- > 0);
  14. Thread: Batch file

    by HunterCS
    Replies
    4
    Views
    1,602

    uhg that confuses me, maybe I'm not quite at the...

    uhg that confuses me, maybe I'm not quite at the level yet to use this board.
  15. Thread: Batch file

    by HunterCS
    Replies
    4
    Views
    1,602

    Batch file

    Hey, I'm attempting to make a basic batch file that will start multiple programs at once when I click on it. Here's my current programming

    @echo off
    start "address for mozilla"
    start "address...
Results 1 to 15 of 15