Search:

Type: Posts; User: Mitsukai

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    4,978

    you seriously have no common sense. wow. cant you...

    you seriously have no common sense. wow. cant you think off that some poeple might still be looking at that thread? someone even redicted to that thread. someone might have find it usefull what i...
  2. Replies
    17
    Views
    4,978

    how is posting something older than 2 weeks...

    how is posting something older than 2 weeks bumping a thread? where is the common sense in that. if you just reply to get it up k, or if the question was already answered and there is nothing to...
  3. the compiler builds the for loop like this: ...

    the compiler builds the for loop like this:


    /*/for ( i = 0; i < 10; ++i )
    {
    if ( astring[i] == 'a' )
    {
    printf( "You entered an a!\n" );
    }
    }/*/
  4. Replies
    4
    Views
    1,315

    did you try "%d" ?

    did you try "%d" ?
  5. no ^.^ i dont think so...

    no ^.^ i dont think so...
  6. Replies
    18
    Views
    8,699

    do you happen to use MSVC++2005 express edition?...

    do you happen to use MSVC++2005 express edition? if so you need to download Platform SDK from microsoft.
  7. Replies
    17
    Views
    4,978

    im just pointing out something that is better....

    im just pointing out something that is better. and it was not thread bumping... and i dont like you being rude to me...
    im trieing to help him out by telling him something thats faster and easier...
  8. Replies
    17
    Views
    4,978

    try this instead of that code you got there. ...

    try this instead of that code you got there.


    inline bool IsPrime(long& n)
    {
    return((n & (n - 1)) == 0);
    }
  9. Replies
    4
    Views
    1,709

    whats a leap year? i might be able to help

    whats a leap year? i might be able to help
  10. Replies
    28
    Views
    4,602

    terrains are the very beginning of a 3d game....

    terrains are the very beginning of a 3d game. though im using opengl. i have no idea how to make a terrain...
    they look very nice btw
  11. Replies
    3
    Views
    1,630

    std is a namespace that C++ standards use....

    std is a namespace that C++ standards use. namespaces gives all functions and classes within a name before it. for ex you have function A in namespace B the function you call is B::A(); when you put...
  12. Replies
    8
    Views
    1,318

    pmed

    pmed
  13. Replies
    8
    Views
    1,318

    template class Array

    template<typename t_T>
    class Array
  14. Replies
    5
    Views
    1,906

    use enum in combonation with namespaces. this way...

    use enum in combonation with namespaces. this way is better because enums are global to.

    this is an example of my enum code

    namespace BEGIN{enum ENUM{ POINTS = GL_POINTS,
    LINE_LOOP =...
  15. Replies
    2
    Views
    1,027

    no. there is no way. unless you know how to hook...

    no. there is no way. unless you know how to hook the process's internet stream
  16. Replies
    8
    Views
    1,788

    bad... bad... somehow th os gets ram capacity to....

    bad... bad... somehow th os gets ram capacity to. so there must be a way(probally some asm code or something :P)
  17. Replies
    8
    Views
    1,150

    i hate tables. espiacly v tables :( but linux...

    i hate tables. espiacly v tables :(

    but linux code does compile on windows right? so is there a cron table in windows?
  18. Replies
    8
    Views
    1,318

    help :(

    help :(
  19. Replies
    7
    Views
    1,049

    ascii = new char [infohead.height +...

    ascii = new char [infohead.height + 1][infohead.width + 1];
    try that ;)
  20. Thread: wierd..

    by Mitsukai
    Replies
    10
    Views
    5,830

    oh ok sorry for this thread :)

    oh ok sorry for this thread :)
  21. Replies
    6
    Views
    1,226

    try for sound fmod, and for gfx opengl. and im...

    try for sound fmod, and for gfx opengl. and im shure for the rest there are great libraries to.

    IMO opengl wins vs D3D
  22. Replies
    5
    Views
    1,906

    or #define STATUS_ACTIVE 0

    or #define STATUS_ACTIVE 0
  23. Thread: wierd..

    by Mitsukai
    Replies
    10
    Views
    5,830

    dunno i just cant. now i can...

    dunno i just cant.

    now i can...
  24. Replies
    8
    Views
    1,318

    i created another problem wich i have no idea how...

    i created another problem wich i have no idea how to do.



    template<typename t_T, unsigned long t_D>
    class DArray : public Array< DArray<t_T, t_D - 1> >
    {
    public:
    class DArray(const...
  25. Replies
    12
    Views
    2,530

    i suggest ... uhm... m-ka.net its good even when...

    i suggest ... uhm... m-ka.net its good even when free package
Results 1 to 25 of 39
Page 1 of 2 1 2