Search:

Type: Posts; User: mrafcho001

Page 1 of 20 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    74
    Views
    17,086

    I saw 0 good reasons to go Open Source, and 1...

    I saw 0 good reasons to go Open Source, and 1 good reason why i shouldn't:
  2. Replies
    74
    Views
    17,086

    Why would you open source?

    Why would you open source?
  3. Replies
    74
    Views
    17,086

    yeah liek i totaly pwn you guys i fixed it. ...

    yeah liek i totaly pwn you guys i fixed it.

    http://martin.thejefffiles.com/CCv2.0.zip
  4. Replies
    26
    Views
    5,953

    Poll: wut happened to democracy? (poll votes)

    wut happened to democracy? (poll votes)
  5. Replies
    9
    Views
    1,156

    enum something {somethign1, something2,...

    enum something {somethign1, something2, something3};

    double array[3] = {2.382, 23.28, 21.2324};


    array[something1] //when you want to access the number

    is what he means
  6. Go to the project's property page and under the...

    Go to the project's property page and under the C++->Code Generation Select /MT instead of /MD
  7. Replies
    16
    Views
    3,263

    I never said Hungarian notation was good, nor...

    I never said Hungarian notation was good, nor that i use it. I dont really have a convention.. but my code is something like this:

    varName
    funcName
    ClassName

    with pre-fixes and post-fixes in...
  8. Replies
    25
    Views
    2,490

    aight ill help you with testing ...

    aight ill help you with testing

    Comment/Suggest: Design Win32 easy to use interface? This dos stuff is killing me.
  9. Replies
    3
    Views
    1,820

    visit my website, if you like my paint program......

    visit my website, if you like my paint program... ill send you the source.

    its nice and simple.. good intro
  10. Replies
    16
    Views
    3,263

    Hungarian Notation...

    Hungarian Notation
  11. Replies
    5
    Views
    1,196

    I'm working with Windows and VC++. Well i just...

    I'm working with Windows and VC++.

    Well i just briefly looked into the Timer, but you can set it so it alerts the program every x miliseconds, now the program might have mor than 1 alerts set.
    ...
  12. Replies
    10
    Views
    4,536

    http://msdn.microsoft.com/library/default.asp?url=...

    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/getmodulefilename.asp...
  13. Replies
    8
    Views
    2,987

    typedef struct Wha *Whaa; why do people do...

    typedef struct Wha *Whaa;
    why do people do this...?
  14. Replies
    5
    Views
    1,196

    Working with Time

    I'll be making a notifier program, which'll allow the user to set notifications at certain times and when the time comes the application will alert the user.

    How should I go about working with...
  15. Replies
    3
    Views
    1,360

    You'll need to use a manifest file....

    You'll need to use a manifest file.
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xptheming.asp

    MSDN is just wonderful.

    I get much smalle executable sizes with...
  16. Replies
    2
    Views
    2,590

    UNICODE is the default of the compiler... go...

    UNICODE is the default of the compiler...

    go to your project settings and under general the 3rd one from the bottom up change it to "Use Multi-byte character set"
  17. Thread: Portal

    by mrafcho001
    Replies
    1
    Views
    933

    that is isane! such a simple concept behind...

    that is isane!

    such a simple concept behind the game yet this is very interesting
  18. Replies
    7
    Views
    1,469

    also most of the time it wont even work, the...

    also most of the time it wont even work, the debug .exes use extra dlls not found on the average user's computer.
  19. Replies
    7
    Views
    1,469

    no its not a loop... it just halts the execution,...

    no its not a loop... it just halts the execution, and yes it inserts code into the exe which helps it monitor the variables and what line of code is being executed.
  20. Replies
    62
    Views
    15,037

    Great resource to learn something about today's...

    Great resource to learn something about today's oil.

    Either way, once all the oil's been burned out, well start using other resources and when they are done well just keep consuming everything...
  21. Replies
    1
    Views
    1,105

    nvm i found it, just for the curious ones out...

    nvm i found it, just for the curious ones out there:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources.asp
    you can find information for...
  22. Replies
    1
    Views
    1,105

    Resource's in an executable

    I was just wondering how to go about accessing the resources in the executable. What i mean is when you use resource files (for bitmaps, icons, dialogs, version, etc...), how can i get that...
  23. Small Price to Pay.

    Small Price to Pay.
  24. Replies
    12
    Views
    1,759

    I wrote this TTT a while ago when i was...

    I wrote this TTT a while ago when i was learning...
    http://martin.thejefffiles.com/TTT.rar
  25. Thread: .NET woes

    by mrafcho001
    Replies
    49
    Views
    14,295

    I've had some experience with .NET. It's...

    I've had some experience with .NET. It's extremely easy to use compared to C++ and the Win32 APIs. And it has the Visual editor so designing the look of your applications is easier.

    However, i...
Results 1 to 25 of 489
Page 1 of 20 1 2 3 4