Search:

Type: Posts; User: MeGaBiTe1

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,378

    take screenshot

    I've done some searching on these boards and elsewhere and haven'tbeen able to find much. Could someone lead me to a tutorial or some sample code on how to take a screenshot and save it to a BMP....
  2. Replies
    13
    Views
    2,651

    Here's what I did. Take a look. //...

    Here's what I did. Take a look.


    // MeGaBite1's Net Send App v0.1
    #include <iostream>
    #include <sstream>
    #include <string.h>
    using namespace std;

    int main(void)
  3. Thread: Timing

    by MeGaBiTe1
    Replies
    1
    Views
    840

    Timing

    Hello everyone.
    What I'm trying to do is generate a new random number every second. I need this for a program I'm working on. It's the timing that I'm not sure how to do. The randomizing part I...
  4. Replies
    23
    Views
    2,373

    Did you make sure you installed the version with...

    Did you make sure you installed the version with the Mingw compiler?
  5. Replies
    3
    Views
    1,263

    Here is a program I wrote to do this. Take a...

    Here is a program I wrote to do this. Take a look.


    #include <iostream>
    #include <sstream>
    #include <string.h>
    using namespace std;

    int main(void)
    {
  6. Replies
    2
    Views
    1,047

    You say you have a basic knowledge of C++, but if...

    You say you have a basic knowledge of C++, but if I were you I would read a good tutorial on winsock and network programming.
    Take a look at this:
    http://www.hal-pc.org/~johnnie2/winsock.html
    ...
Results 1 to 6 of 6