Recent content by rabhishek21

  1. R

    asus-g53 sx price and availability in india

    looking for the availability of asus g-53sx availability and price in india. suggestions please!
  2. R

    colour conversion algo help!

    hey, i need the code to convert yuv 420 to rgb 24 format ... i'm mainly confused in looping and incrementing counters . please help! http://cdn.techenclave.com/images/smilies/confused1.gif
  3. R

    multicore programing

    thanks all --- Updated Post - Automerged --- i'm going for it ...i have companies like nvidia and texas instruments coming for placements ....hope it will be an edge over the others --- Updated Post - Automerged --- i'm a student and the circular is multicore programming in c ++ or java...
  4. R

    multicore programing

    i'm about to pursue my 6 months training . can somebody please tell me the job scope in multicore programming ????? its urgent !!
  5. R

    media player using swing and jmf

    i'm aiming on develpoing a media player in java using jmf(java media framework). need help in binding of actions ....such as when i press play button the video starts playing ....
  6. R

    Where to get training in 3D game programming for 6 months ?

    Re: 6months training in 3-d game programming thanks man ....i hope there is a website of this institute --- Updated Post - Automerged --- i'm aware of 3-d mathematics and i'm working on the basic 3-d concepts ...so i feel i can cope up with that . please suggest some institutes ..if you have...
  7. R

    Where to get training in 3D game programming for 6 months ?

    i'm pursuing my graduation in computer science . currently in 3rd year . i want to pursue my 6 months training in 3-d game programming . can someone tell me where i can pursue it
  8. R

    changing name of personal folder other than account name

    because i've found out that there is no easy way of doing it ...so there must be an other way .. n i've noticed it somewhere
  9. R

    changing name of personal folder other than account name

    i'm using windows 7 currently. i want to know how to change name of personal folder in the start pane and rename it other than the current account name . please help !
  10. R

    embedded or scripting

    i'm pursuing my btech currently in 3rd year ... i want my domain to be strong in 2 broad catagories ... i've already strengthened my skills in core languages C++ and j2SE. can anybody please advise me weather i should go for embedded programming or scripting programming eg.php,perl
  11. R

    continuously moving a sprite left and right in dark gdk

    if(dbSpriteX(1)>10){ dbRotateSprite(1,270); dbMoveSprite(1,4); dbRotateSprite(1,0); } else{ while(dbSpriteX(1)!=200){ dbFlipSprite(1); dbRotateSprite(1,90); dbMoveSprite(1,1); dbRotateSprite(1,0); } } this...
  12. R

    continuously moving a sprite left and right in dark gdk

    i'm getting a partial result out of it ...anyways thanks
  13. R

    continuously moving a sprite left and right in dark gdk

    i'm trying to move a sprite in dark gdk . the problem is code is not executing the condition to turn to the right direction . its continuously moving towards the left .... here's the code :while ( LoopGDK ( ) ) { dbSetSpriteFrame(1,2); dbRotateSprite(1,270)...
  14. R

    playing encrypted video files

    hi , i need to play a video file...but there's a message showing that video is encrypted....can someone give me a solution to that ?????
  15. R

    sprite animation help

    i'm developing a game using dark gdk ..... i want to move a animation of sprite from left to right on a screen ......please help!
Back
Top