Thread: testing

  1. #1
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572

    testing

    hmm, odd board, dont know what to think
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  2. #2
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572

    login problems

    The user id says stoned_coder but i a m not stoned_coder, i am iain - i popped onto the new board see what it was like
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    Hey this is f***ed !!!!

    I am the real Stoned_Coder...

    This will need a little fixing before we move over here...
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Stoned_iain???

    Try logging off a few times then register - Worked for me.

    Though I was a Moderator for 5 mins

  5. #5
    Registered User rick barclay's Avatar
    Join Date
    Aug 2001
    Posts
    835
    >hmm, odd board, dont know what to think<

    Don't think! Just do!

    rick barclay
    No. Wait. Don't hang up!

    This is America calling!

  6. #6
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209

    Question

    I think the old board was faster, but the features here are cool

  7. #7
    Registered User
    Join Date
    Aug 2001
    Posts
    101

    testing

    Code:
    #include <windows.h>
    #include "Window.h"
    #include "Graphics.h"
    
    // Application entry point
    int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int)
    {
        if(InitMainWindow("lmov 3D"))
            if(InitDirectXGraphics())
                Run();
    
        ExitDirectXGraphics();
        return 0;
    }


    123



    Let's hope this comes out right.
    - lmov

  8. #8
    Registered User mfc2themax's Avatar
    Join Date
    Aug 2001
    Posts
    347
    WOW! Syntax highlighting....
    mfc2themax-Creator of all that is.

  9. #9
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209

    Thumbs up very nice

    Coloured syntax ...very nice indeed.

  10. #10
    Registered User
    Join Date
    Aug 2001
    Posts
    101
    Actually, the board doesn' do that automatically. I used the program at Sunlight's site: www.sunlightd.com. It took a bit of tweaking but I can see it comes one quite nice.
    - lmov

  11. #11
    aurė entuluva! mithrandir's Avatar
    Join Date
    Aug 2001
    Posts
    1,209
    Well done to Sunlight. I guess he deserves some praise for that. Perhaps I was a bit harsh on him...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenGL: Depth Testing, Matrixes, ect.?
    By Zeusbwr in forum Game Programming
    Replies: 8
    Last Post: 12-08-2004, 09:37 AM
  2. C++ bit testing
    By Vicious in forum C++ Programming
    Replies: 3
    Last Post: 09-19-2004, 11:44 AM
  3. Blending and Depth Testing
    By Thunderco in forum Game Programming
    Replies: 2
    Last Post: 03-08-2004, 06:37 PM
  4. tips for testing conditions
    By Silvercord in forum Game Programming
    Replies: 12
    Last Post: 04-10-2003, 01:42 PM
  5. about testing a program
    By Abdi in forum C Programming
    Replies: 1
    Last Post: 06-09-2002, 12:51 AM