Search:

Type: Posts; User: scooby13q

Search: Search took 0.01 seconds.

  1. Using multiple threads in REALLY old compilers

    Hullo there.
    I was wondering how to run multiple threads in really old C++ compilers, specifically Borland Turbo C++ 3.0 (circa 1990). If possible, what kind of syntax does it require? I'm...
  2. Graphics.h

    this header file is a pretty old one that was used to do pretty basic stuff like make rectangles, different colored rectangles, 3-D rectangles (same as others, only with "shading"), rectangles with...
  3. How old is your version of graphics.h?

    Do you have a more updated version of graphics.h that doesn't include the _far keyword? If so, could I get it from you? Thanks.
  4. Replies
    0
    Views
    1,503

    MSVC++ doesn't have graphics.h

    I used GRAPHICS.H on the ancient Borland Turbo C++ compilers at school, but it didn't work when I tried to bring it home to Visual Studio (because of outdated key words, like _far). As for what I...
  5. I'm not really looking for game graphics

    I don't really program games, so I don't really need those kind of graphics (at least not yet). What I'm looking to do is improve the user-interface of all my old text-based programs. I want to be...
  6. I go to Enloe

    Hey, I live in Cary, but I go to school at Enloe High School in Raleigh. If I went to my base school, I'd be at CHS though.
  7. Thanks for the recommendation

    I started looking at the book that you recommended. It's interesting, and I can understand most of it, but I've found that I have trouble applying that stuff outside of the context of the book. ...
  8. it seems this should be taught at school...

    I'm supposedly in a "college level" computer science class (Advanced Placement), and yet they never teach anything about graphics...you only learn how to use pre-created classes. Doesn't seem very...
  9. One more detail...

    I DID look in the tutorials on this site before I posted this (I'm not THAT annoying) and I tried using them, but my compiler didn't recognize the _AX or the getinterupt() in the example. What file...
  10. Beginer looking for an intro to graphics in C++...

    I'm a second year computer science student looking for an introduction to grahpics in Visual C++ 6.0 . The cirriculum at my school doesn't include any graphics, and my teacher hasn't programed a...
Results 1 to 10 of 10