Search:

Type: Posts; User: jmgk

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    93
    Views
    21,785

    hi, if its poker, i will give it a try. the...

    hi,

    if its poker, i will give it a try.

    the sliding puzzle seens to hard for me :(

    jmgk
  2. Replies
    2
    Views
    1,240

    Daved, thanks for the help. Your post...

    Daved,

    thanks for the help.

    Your post opened my eyes to search for the bug elsewhere.

    ZSort() was a member function... it was MyClass2::ZSort(), and coz this couldnt be found by the code in...
  3. Replies
    2
    Views
    1,240

    Sorting vector

    Hi,

    I am having a problem sorting a vector<MyClass>



    vector<Faces3D> tmp;
    //
    std::sort(tmp.begin(),tmp.end(),ZSort);
  4. Replies
    9
    Views
    3,158

    jeremy, and you know how i should be...

    jeremy,

    and you know how i should be calculating it?

    jmgk
  5. Replies
    9
    Views
    3,158

    bubba, iīm afraid not. i do exaclty as you say...

    bubba,

    iīm afraid not. i do exaclty as you say i should.

    i create the 3d objects in form of x,y,z vertices and lines linking the vertices. they are abstract representation, and only come to...
  6. Replies
    9
    Views
    3,158

    skorman00, i recalculate all the vertices, and...

    skorman00,

    i recalculate all the vertices, and use the pure float value each time (i convert the 3d floats to 2d ints just to draw them on screen, and throw away after), so, i guess, is not a...
  7. Replies
    9
    Views
    3,158

    skorman00, it rotate. the jpgs attached are...

    skorman00,

    it rotate. the jpgs attached are screen captures at different moments of the rotation.

    at some angles, the distortion dissapear (or better, isnt noticeable). but then reapper.

    i...
  8. Replies
    9
    Views
    3,158

    Wireframe 3D engine problem

    hi,

    i coded a small wireframe engine, but i am having some problems with more complex forms, like toroids.

    with simple forms, like cubes and piramids, there are no problem.

    but with the...
  9. Iyouboushi, i dont know c#, but if you can use...

    Iyouboushi,

    i dont know c#, but if you can use windows APIs (as in C/C++), you should try GetPrivateProfileStringA() and similars.

    i hope this help

    jmgk
  10. Replies
    9
    Views
    2,516

    Davros, you can find this in a virus writer...

    Davros,

    you can find this in a virus writer e-zines (29A, etc... )

    that kind of hook is used often to infect files :rolleyes:

    jmgk
  11. Replies
    6
    Views
    1,761

    w274v, i recommend borland commandline c++...

    w274v,

    i recommend borland commandline c++ compiler, and open watcom... google for them

    jmgk
  12. Replies
    17
    Views
    1,963

    bikr692002, in windows, you can use WinExec()...

    bikr692002,

    in windows, you can use WinExec() too

    jmgk
  13. Replies
    30
    Views
    19,001

    hi, in the last issue of 29A e-zine (a virus...

    hi,

    in the last issue of 29A e-zine (a virus writers e-zine :rolleyes: ) thereīs some code to run ELF binaries in win32...

    basically, what it does is load the ELF binary to a buffer allocated...
  14. Replies
    6
    Views
    4,330

    Wraithan, take a look in...

    Wraithan,

    take a look in GetPrivateProfileString() API... it parse .ini file pretty similar to your ones

    jmgk
  15. Replies
    11
    Views
    3,314

    hi mattflick, you posted your "question" in...

    hi mattflick,

    you posted your "question" in the wrong forum... the right one would be "PLEASE DO MY HOMEWORK" ;)

    jmgk
  16. Replies
    34
    Views
    6,631

    Poll: hi, i have a brazilian clone of the CoCo, a...

    hi,

    i have a brazilian clone of the CoCo, a 1984 computer using a 6809e processor

    its called cp400 color2... i ocasionally turn it on

    jmgk
  17. Replies
    1
    Views
    2,879

    hi, you should use a proxy, a dialup...

    hi,

    you should use a proxy, a dialup connection, a friendīs connection, or a www based irc client, and go personally tell your sad story to admins

    anyway, irc bans usually arent permanent. come...
  18. Replies
    23
    Views
    4,747

    axon, is the first time such class is given? ...

    axon,

    is the first time such class is given?

    in any previous year(or semester), there where found 200(10*20) unknow holes?

    jmgk
  19. Replies
    6
    Views
    2,241

    hi, the guys at www.woodmann.com RE board did...

    hi,

    the guys at www.woodmann.com RE board did a nice .CHM with all the board. would be nice if we have the same here.

    jmgk
  20. Replies
    17
    Views
    2,981

    paper-pant, you tried open watcom??? i found...

    paper-pant,

    you tried open watcom??? i found it very nice

    jmgk
  21. Replies
    7
    Views
    2,872

    eam, already tried...

    eam,

    already tried http://www.google.com/search?q=linux+fork+syscall ? :rolleyes:

    or the linux secret command "man"? ;)

    jmgk
  22. Replies
    7
    Views
    2,872

    hi eam, you should take a look in fork() and...

    hi eam,

    you should take a look in fork() and clone() linux syscalls. they work similar to w32 threads.

    jmgk
  23. Replies
    28
    Views
    2,811

    bballzone, so, what more we can do for you? ...

    bballzone,

    so, what more we can do for you?

    jmgk
  24. Replies
    28
    Views
    2,811

    hi, a undocumented way to do what you want is...

    hi,

    a undocumented way to do what you want is calling FreeLibrary() in your own imagebase(under w9x) or UnmapViewOfFile(), under nt4.

    in assembler, you would do something like that:
    ...
  25. Thread: Assembly Language

    by jmgk
    Replies
    9
    Views
    3,316

    the brain, ever tried...

    the brain,

    ever tried http://win32asmboard.cjb.net/ asm board?

    jmgk
Results 1 to 25 of 31
Page 1 of 2 1 2