CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fireXmist

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    795

    Re: newbie question

    ty, that cleared it up :)
  2. Replies
    2
    Views
    795

    [RESOLVED] newbie question

    Hey i seen some code that has signs such as : and ? and never read anything about what they do.

    example is here



    hBrush = CreateSolidBrush (fFlipFlop ? RGB(255,0,0) : RGB(0,0,255)) ;
    ...
  3. Replies
    2
    Views
    725

    Re: Multple routers

    they are wireless. All but the main comp and xbox
  4. Replies
    2
    Views
    725

    Multple routers

    Hey i have like 6 computer connections in the house running off 1 router. all the computers are spread out. One of them has a bad signal and i was wondering. If i hook up another router near it would...
  5. Replies
    3
    Views
    876

    Programming curosity

    Curious about how people get their programming code into chips. Like if they wanted to make a calculator, how would they get the code into the chip and display.
  6. Replies
    3
    Views
    706

    Re: Quick question with class

    ic. what does the "." mean. i remebered learning about it but forget it ><.
  7. Replies
    3
    Views
    706

    Quick question with class

    Wondering what the -> does exactly. I know that its used in class but dont really understand what it does.


    SDL_SetColorKey( optimizedImage, SDL_SRCCOLORKEY, SDL_MapRGB( optimizedImage->format,...
  8. Thread: My C++ RPG

    by fireXmist
    Replies
    4
    Views
    1,029

    Re: My C++ RPG

    looks interesting. I also found glitch while playing when i try to buy dagger. When it asks if i want to buy again i say No and it loops the question over and over. Other than that good
  9. Replies
    11
    Views
    2,181

    Re: C++ SDL problem

    Thank you for your guys help. Got the problem solved now. Didnt know i had to put in pnb dll also.
  10. Replies
    11
    Views
    2,181

    Re: C++ SDL problem

    And for more curious people this is how it looks when i go to debug

    http://img691.imageshack.us/img691/56/debug.jpg

    This is how the folder looks
    ...
  11. Replies
    11
    Views
    2,181

    Re: C++ SDL problem

    the file is a png img, and shouldnt be unexpected. Also its part of Lazy Foo's tutorials for SDL which works for other people. Was thinking it was more something i did with compiler. I think he uses...
  12. Replies
    11
    Views
    2,181

    Re: C++ SDL problem

    my bad :) line 25


    loadedImage = IMG_Load( filename.c_str() );
  13. Replies
    11
    Views
    2,181

    Re: C++ SDL problem

    it opens up the cmd and attempts to load a image for 1/2 second but its blank than crashes says program stopped responding. When i run it in debugger it prompts error
    [CODE]First-chance exception...
  14. Replies
    11
    Views
    2,181

    C++ SDL problem

    Having using visual studio compiler with Lazy Foo's SDL tutorial 3.
    http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet0508e/index.php

    using exact same code he does but added the stdafx.h...
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured