Search:

Type: Posts; User: viaxd

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Quick Sort

    by viaxd
    Replies
    9
    Views
    1,695

    http://www.google.com/search?hl=en&q=quicksort+.c&...

    http://www.google.com/search?hl=en&q=quicksort+.c&btnG=Search
  2. Replies
    21
    Views
    11,948

    >How could a mathematical truth ever be wrong in...

    >How could a mathematical truth ever be wrong in reality?
    different implementations, different compilers, different optimizations + what Prelude said.
  3. Replies
    13
    Views
    3,791

    well, with a rating of < 800 im a little...

    well, with a rating of < 800 im a little embarassed. it just takes a lot of practice i guess.
  4. Replies
    13
    Views
    3,791

    i think topcoder is a lot of fun :) it really...

    i think topcoder is a lot of fun :) it really helps to develop valuable skills any programmer can find useful one day. not sure about advanced graph theorems and such, those things you should know...
  5. Replies
    6
    Views
    2,507

    classical dynamic programming problem. search...

    classical dynamic programming problem. search google with these terms.
  6. Thread: Happy new year

    by viaxd
    Replies
    9
    Views
    2,813

    happy new year! 9 minutes left here =)

    happy new year! 9 minutes left here =)
  7. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    anyone seen these titles: Kurogane peacemaker,...

    anyone seen these titles: Kurogane peacemaker, Haibane Renmei, shingetsutan tsukihime. i heard they are good. i just put them on my wait list =)
    ps. got death note ep 6 in english, cant wait to...
  8. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    watched some episodes of naruto and cowboy...

    watched some episodes of naruto and cowboy beebop. didn't like naruto very much too childish i guess for me, but cowboy beebop is pretty cool. ohh, and the artwork in wonderful days is amazing but...
  9. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    exellent suggestion, Prelude. i'll watch what i...

    exellent suggestion, Prelude. i'll watch what i can get :)
  10. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    downloads the best anime to my hard drive =) j/k...

    downloads the best anime to my hard drive =) j/k
    it's a vim command to save and quit
  11. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    =) no i don't, but i it works with (!) too :)

    =) no i don't, but i it works with (!) too :)
  12. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    Dante, how could you forget futurama ? =)

    Dante, how could you forget futurama ? =)
  13. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    yes! i've heard really great things about it! and...

    yes! i've heard really great things about it! and i have it on my hard drive right now =)
    ohh, and i also heard gungrave is pretty good..
  14. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    you obviosly havent' seen a lot, have you? ok,...

    you obviosly havent' seen a lot, have you?
    ok, let's not flame here. anyone esle can suggest something?
  15. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    anime is, well, japanese stuff.

    anime is, well, japanese stuff.
  16. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    oh, thanks for the list, indigo0086. i'll try to...

    oh, thanks for the list, indigo0086. i'll try to watch them all.
    Prelude, i agree, i didn't describe what i wanted exactly. That's because i've just discovered how big anime world really is and i...
  17. Thread: anime thread

    by viaxd
    Replies
    92
    Views
    20,380

    anime thread

    i think i'm getting addicted to anime, so suggest me something good to watch.
  18. Replies
    0
    Views
    1,641

    some design advice

    Hallo,
    I'm doing a simple solar system modelling program with OpenGL, so it's not really a game. However my main goal is to understand better and practice the advanced features of c++ as well as...
  19. Replies
    6
    Views
    2,978

    there is no need to use 'E' ... while...

    there is no need to use 'E'



    ...
    while ((*ch = fgetc(f)) != EOF)
    *ptr++ = *ch;
    while(--ptr - commandBuf >= 0)
    {
    ...
  20. Replies
    18
    Views
    4,774

    microsoft -> good code = error:Target article...

    microsoft -> good code = error:Target article does not exist.
  21. Replies
    1
    Views
    1,040

    generating word documents

    is there any way to generate msword .doc files? a library or something. reading standards and writing code myself seems too hard. or maybe there's some other way?
  22. Thread: menus and opengl

    by viaxd
    Replies
    6
    Views
    1,543

    cool, i didn't know such function existed,...

    cool, i didn't know such function existed, thanks. it worked, but i had to use WS_VISIBLE in my resource file for it to work, hope this is the right way to do it.
  23. Thread: menus and opengl

    by viaxd
    Replies
    6
    Views
    1,543

    Dante Shamest, yes, i guess the bool flag way...

    Dante Shamest, yes, i guess the bool flag way would be the easiest to do. about WM_KEYDOWN, i've heard it's slow and it's better to use GetAsyncKeyState.

    novacain, i create a dialog box with...
  24. Thread: menus and opengl

    by viaxd
    Replies
    6
    Views
    1,543

    menus and opengl

    hi, i have an opengl app in a window with a menu and i have 2 problems.
    1. when i click a menu option and a pop up dialog box appears, the app freezes completely. now if i move this dialog box...
  25. Thread: glRotate

    by viaxd
    Replies
    2
    Views
    2,243

    thanks. figured it out

    thanks. figured it out
Results 1 to 25 of 248
Page 1 of 10 1 2 3 4