Search:

Type: Posts; User: VOX

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Weird...

    by VOX
    Replies
    18
    Views
    4,490

    Maybe windows doesn't want you to delete solitare...

    Maybe windows doesn't want you to delete solitare because you can't download it elsewhere if you lose it? Maybe? I don't know.
  2. Replies
    25
    Views
    5,811

    Why don't you do something few people are able to...

    Why don't you do something few people are able to do well, learn a library like directx or opengl, and use them to not make games, but in more purposeful ways, such as physics or mapping the future...
  3. Replies
    144
    Views
    84,215

    Here is my GF. No lies I swear ;)...

    Here is my GF.

    No lies I swear ;)
    http://img301.imageshack.us/img301/2668/zz6fc.jpg
  4. Thread: Encryption Contest

    by VOX
    Replies
    46
    Views
    10,184

    >>Needs to be able to encrypt or decrypt any type...

    >>Needs to be able to encrypt or decrypt any type of file

    That is kind of broad don't you think? Is it ok if we are able to just encrypt/decrypt just one/a few files?
  5. Thread: chess ai contest

    by VOX
    Replies
    7
    Views
    8,912

    I am interested, but it seems that we are limited...

    I am interested, but it seems that we are limited to C and C++? There should be a framework of some kind that allows C, C++, or C# implementation.

    Or allow us to write a program ourselves that...
  6. Replies
    14
    Views
    8,724

    Poll: The true, correct answer to the glass question...

    The true, correct answer to the glass question depends on what made it its current state. If it was empty and filled half way up, it is half full. If it was full and someone drank half, it is half...
  7. Replies
    13
    Views
    2,109

    My personal view on the differences between...

    My personal view on the differences between OpenGL and DirectX. Imagine openGL as a big, smooth circle, and slowly becoming more "square". Imagine DirectX as a sharp, get-it-done-the-hard-way square,...
  8. Thread: DX pixel drawing

    by VOX
    Replies
    3
    Views
    1,776

    Well I can draw a triangle or square onto the...

    Well I can draw a triangle or square onto the screen, but I don't know how to simply draw a pixel at "x,y". Or mkae the triangles wireframe they always have a color.
  9. Thread: DX pixel drawing

    by VOX
    Replies
    3
    Views
    1,776

    DX pixel drawing

    With C# and Direct X is there a way to simply plot a pixel onto the screen? Or do you always have to draw polygons?
  10. Thread: translation

    by VOX
    Replies
    4
    Views
    2,588

    translation

    can someone translate this for me? I don't know if it's japanese, chinese, or korean. It's made by Roma Atletica.
  11. Thread: language pack

    by VOX
    Replies
    3
    Views
    1,320

    language pack

    I'm learning Chinese (mandarin), but some of the recources I'm using say I need to install a language pack to see the characters. If I say yes it does some junk and then asks for the win XP CD.

    I...
  12. Replies
    17
    Views
    4,329

    Why is .NET slower anyway? I mean, what makes C++...

    Why is .NET slower anyway? I mean, what makes C++ faster than C#?
  13. Replies
    15
    Views
    1,801

    It was a joke.

    It was a joke.
  14. Thread: Cdq?

    by VOX
    Replies
    7
    Views
    2,479

    I had the exact same problem on a linkin park CD....

    I had the exact same problem on a linkin park CD. I went to copy music but, ah, there's nothing there! I just used WMP like you did.
  15. Thread: Cdq?

    by VOX
    Replies
    7
    Views
    2,479

    Just out of curiosity, what CD was it? I had a...

    Just out of curiosity, what CD was it? I had a similar problem.
  16. Replies
    15
    Views
    1,801

    Next time this happens, if all else fails you...

    Next time this happens, if all else fails you could always try a big magnet and hope for the best...
  17. Thread: What does it take?

    by VOX
    Replies
    15
    Views
    4,620

    Agree 100%. You have infinite possibilities with...

    Agree 100%. You have infinite possibilities with something you enjoy doing.
  18. Replies
    20
    Views
    6,185

    Poll: Will you allow C# entries? After all it is on...

    Will you allow C# entries? After all it is on this board...

    If so I would definately enter.
  19. Replies
    42
    Views
    9,310

    I dunno about you but #3 looks the easiest to me....

    I dunno about you but #3 looks the easiest to me. I think I might try that one, but don't count on me.
  20. Thread: whats with C?

    by VOX
    Replies
    22
    Views
    5,067

    whats with C?

    With C++ and C# out now, why do people still bother to program in C? It's old and there are newer, better languages out now. C is also difficult to deal with on really large programs.
  21. Replies
    5
    Views
    1,810

    Depends on how old the keyboard is. Chances are...

    Depends on how old the keyboard is. Chances are its just an old AT keyboard that you need to buy a PS/2 adapter for. A long time ago there were two kinds of keyboards, AT and XT, all keyboards these...
  22. Replies
    6
    Views
    2,389

    I have encountered a new problem. I included the...

    I have encountered a new problem. I included the clearing function you supplied above. No matter what I do, anything I put in between the two while statements gets skipped over like it's not even...
  23. Replies
    6
    Views
    2,389

    Great! Thanks it works perfectly. I had forgotton...

    Great! Thanks it works perfectly. I had forgotton about this. One last question, how do I clear the screen of a console window?
  24. Replies
    6
    Views
    2,389

    using System; namespace Consoleapp1 { ...

    using System;

    namespace Consoleapp1
    {
    public class Character
    {
    public string name;
    public int level;
    public int xp;
    public int attack;
  25. Replies
    6
    Views
    2,389

    "public" public objects

    Say I have a public class "class1" and in it is a public int "myint".
    No matter where I create an object with that class, it's not truly global, because it only works in the function I define it...
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4