Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shadowsilver

    PROBLEMS with getting console info

    Can anybody help me? I'm trying to use the GetConsoleScreenBufferInfo function to get the location of the cursor on the screen at any time, but I'm having troubles. I've studied MSDN, and thought I'd figured it out, but it didn't work. I've looked all over for example source code for that...
  2. shadowsilver

    HOW TO show a pic in console

    Hey, i'm a newbie to graphics in C++, how can you show a picture in console mode - using any type of graphics system you choose to show me. Also, what is a good graphics sys to start out with - eg. OpenGL, etc.? Any code, or comments would be helpful. Thanks!
  3. shadowsilver

    Help on defining constructors easily...

    Does anyone know if there is a way to send arguments to a constructor and not have to use a local copy to transfer them to their rightful homes? Like: class Person { int Hlth, Att, Def; string Name; Person(int InitHlth, int InitAtt, int InitDef, string InitName); } Is there another way to do...
  4. shadowsilver

    Question referring to classes

    I have taught myself C++ and have quite a bit of experience, but I am just now getting to understand classes. I am writing a simple two-player turn-based game and have decided to use classes to make it easier. I have already made part of it, but I have a question about using member functions...

Part and Inventory Search

Back
Top