Search:

Type: Posts; User: turck3

Search: Search took 0.00 seconds.

  1. Thread: Math + Code

    by turck3
    Replies
    5
    Views
    1,864

    Yes it works

    It works... I've used it... with Dev-C++ (compiler)
  2. Thread: Math + Code

    by turck3
    Replies
    5
    Views
    1,864

    No no no... I'm not using Open GL or anything...

    No no no... I'm not using Open GL or anything like that, open the graphics library in the download and take a look at it, you'll understand it in about 5 seconds... it's really really basic. I'm...
  3. Thread: Math + Code

    by turck3
    Replies
    5
    Views
    1,864

    Math + Code

    Alright, I'm working in a simple graphics library, graphics.h, which can be downloaded here:
    http://www.uniqueness-template.com/devcpp/

    I'm currently working on a simple game which required me to...
  4. Replies
    1
    Views
    872

    Multidimentional (more than 2) Maps?

    Hey everyone I'm writing a game where the user puts code into a text file and my program reads it in, creates and uses the variables and affects robots on the screen, and so far I've been doing...
  5. Replies
    2
    Views
    2,069

    Sending data over the internet

    I had an idea for a progrma involves connecting to a series of other computers online and sending data between them all and I'm wondering how one goes about this(I would be willing to connect by IP's...
  6. Replies
    6
    Views
    2,477

    This is loops, and this is also probably...

    This is loops, and this is also probably homework... so all I'm gonna tell you is that it involves one for loop inside of another for loop (if I recall from the last time I did this).. think about it.
  7. Replies
    14
    Views
    1,171

    Alright, I'm still rather stuck, that involves...

    Alright, I'm still rather stuck, that involves using createprocess which is way over my head... could someone just write this for me.. I've been trying to do this for hours.. its getting a little...
  8. Replies
    14
    Views
    1,171

    CreateProcess is a ***** so instead I was...

    CreateProcess is a ***** so instead I was wondering if anyone could help me more than just pointing me in a direction eh? I'm looking to open an internet page and then just close it after some time...
  9. Replies
    14
    Views
    1,171

    I'm looking around the web and It seems like...

    I'm looking around the web and It seems like create process has some sort of difference that allows you to close it later with CloseHandle.. im looking into this now.
  10. Replies
    14
    Views
    1,171

    Ahhh now I see what you're getting at, OK, I...

    Ahhh now I see what you're getting at, OK, I figured out how to open a window:

    ShellExecute(NULL, "open", "www.google.com", "", "", SW_SHOW);

    Now how do I close it?
  11. Replies
    14
    Views
    1,171

    That didn't help much, 5 pages of google got me...

    That didn't help much, 5 pages of google got me nowhere, most of its help to other people and what is in tutorial form either goes way over my head or doesn't cover anything near what I want. It...
  12. Replies
    14
    Views
    1,171

    will do, thanks

    will do, thanks
  13. Replies
    14
    Views
    1,171

    That doesn't exactly help me much, I am a bit new...

    That doesn't exactly help me much, I am a bit new to c++ so I really havn't done a whole lot beyond using classes... so something that is this low level to the operating system may require some...
  14. Replies
    153
    Views
    695,805

    Sticky: C++ For Dummies...

    C++ For Dummies

    It sounds like its really lame... and at first it is because it spends about err.. 15 pages on what a variable is and how to declare one (not even going into datatypes)... but...
  15. Replies
    14
    Views
    1,171

    Effecting outside programs (such as IE)

    How in C++ can you make a program that effects an outside sources, in this case my browser's address bar. What I'm looking for it to do is punch in an address which contains dates at the end and the...
  16. Thread: graphics.h

    by turck3
    Replies
    4
    Views
    2,627

    Ahhh many thanks :) Ill impliment this tommorow

    Ahhh many thanks :)

    Ill impliment this tommorow
  17. Thread: graphics.h

    by turck3
    Replies
    4
    Views
    2,627

    hm?

    But how would I find that out??
  18. Replies
    0
    Views
    760

    2nd graphics.h problem

    EDIT:

    I figured out the problem, thanks anyway.
  19. Thread: graphics.h

    by turck3
    Replies
    4
    Views
    2,627

    graphics.h

    I downloaded this graphics library:
    http://www.uniqueness-template.com/devcpp/graphics.h

    and I have figured it out for the most part, but I have one simple question....

    I want to know how to...
Results 1 to 19 of 19