Search:

Type: Posts; User: Bladeforger

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,680

    They have documentation here: ...

    They have documentation here:

    http://soci.sourceforge.net/doc/index.html

    I went and looked because I have a future project on the back burner that will probably use MySQL or something similar. ...
  2. Replies
    43
    Views
    6,859

    I think Freddy steered you right. You want to...

    I think Freddy steered you right. You want to figure out the number of digits represented, which you can do by progressively dividing by 10 (inside a loop)(incrementing a counter) until you return a...
  3. Try DevC++. It's free. Visual C++ Express is...

    Try DevC++. It's free. Visual C++ Express is also free. If I were you, I'd give them both a try... DevC++ has some advantages in simplicity; however, Visual C++ has some enhancements that are...
  4. ++1 for the recommendations you have gotten for...

    ++1 for the recommendations you have gotten for Thinking in C++! I'm reading it now, and it's good. C++ for Dummies is also good, but the treatment of classes isn't the best. A loooong time ago,...
  5. Replies
    8
    Views
    6,102

    +1 for that! There are at least two free...

    +1 for that! There are at least two free compilers with great IDEs (in my opinion): Dev-c++ is a free download, version 4.9.9.2. Macrosoft is giving away Visual c++ Express for the mere trouble of...
  6. Replies
    6
    Views
    1,840

    LOL! One die plus one die equals two dice. ...

    LOL! One die plus one die equals two dice.

    FWIW, the result will be some stats about this silly little dice game some friends taught us after dinner a few weeks ago. It's similar to Cosmic...
  7. Replies
    6
    Views
    1,840

    Thanks!!! That fixed it... I moved the line with...

    Thanks!!! That fixed it... I moved the line with main(){ down to where I had the comment about main testing. (Makes sense, but I'm still very new at this stuff!!)

    Then I had to move the...
  8. Replies
    6
    Views
    1,840

    Using classes in function outside main

    Please help me figure out what I'm doing wrong.

    I have a class, declared in a header file:


    // std_dice.h
    // header file for standard system include files,
    // project include files
    ...
Results 1 to 8 of 8