Results 1 to 16 of 16

Thread: do you use a win32 API refrence?

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    do you use a win32 API refrence?

    I thought that I ask this question...

    Do you use any win32 API refrence whenever you need need to find about a certain messege or a function like this exmaple:

    Code:
    WM_SETICON  
    wParam = (WPARAM) fType;          // icon type
    lParam = (LPARAM) (HICON) hicon;  // handle of icon
    In the above message, I did not know what to put on wparam and lparam so I got these informations from a win32 programmers' refrence. Do you remember all this stuff or you just look that up on the refrence file?
    Baaaaaaaaah

  2. #2
    denniswrenn
    Guest
    MSDN

  3. #3
    Megatron
    Guest
    There are many messages (that are either simple ones, or commonly used ones) that people can seem to remember easily.

  4. #4

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    what about the people who have studied the programming in colleges or universities. And they are now like doing their jobs.
    Do they also look at the refrence for windows API (or for any other os)
    Baaaaaaaaah

  5. #5
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    Well the things that are uncommon are always looked up in the MSDN. For example i don't have to look the MSDN for info about the Sleep API, but i have to look at it if i want to use the SHBrowseForFolder API. It is a fact that no human can remember 1.5GB of data.
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  6. #6
    denniswrenn
    Guest
    what about the people who have studied the programming in colleges or universities. And they are now like doing their jobs.
    Do they also look at the refrence for windows API (or for any other os)
    They all use references, like Vlatko said, nobody can remember all that information, it doesn't matter how much you've studied it.

  7. #7

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    That is great then

    Thanks a lot guys!

    Now, programming windows is not so hard.
    Baaaaaaaaah

  8. #8
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    OK I'm going to cause trouble now *smirks evilly*

    Vlatko, it is very possible to memorise 1.5GB of data. If you digitised someone's sensual memory (as in, knowledge of faces they've seen, music they've heard, etc.) I expect you'd be hard pressed to find that sort of storage capacity on the planet, just for ONE person

    But if you're referring to memorising MSDN, then probably not, although someone did learn that Buddhist thing...
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  9. #9
    denniswrenn
    Guest
    Originally posted by parksie
    OK I'm going to cause trouble now *smirks evilly*

    Vlatko, it is very possible to memorise 1.5GB of data. If you digitised someone's sensual memory (as in, knowledge of faces they've seen, music they've heard, etc.) I expect you'd be hard pressed to find that sort of storage capacity on the planet, just for ONE person

    But if you're referring to memorising MSDN, then probably not, although someone did learn that Buddhist thing...

    But faces, music, etc. are different from a bunch of crap some guy wrote in a help file

  10. #10
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Yes, but it's all information (considering knowledge to be information + rules, where rules are also a type of information )
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  11. #11
    denniswrenn
    Guest
    But it's a lot easier for me to remember what a face looked like, than even one page of text.... I'm sure I speak for many other people too....

  12. #12
    Fanatic Member Wynd's Avatar
    Join Date
    Dec 2000
    Location
    In a bar frequented by colossal death robots
    Posts
    772
    Very true dennis

    If someone memorized the MSDN I wouldn't know whether to salute them or call then crazy.
    Alcohol & calculus don't mix.
    Never drink & derive.

  13. #13
    Frenzied Member Vlatko's Avatar
    Join Date
    Aug 2000
    Location
    Skopje, Macedonia
    Posts
    1,409
    parksie, it is easier to remember every pixel of Pam Andersson's body, and you need at least 1GB of brain memory just to have an image of her tits (LOL ), than the parameters to the FindFirstChangeNotification API (where did that come from). Right .
    I am become death, the destroyer of worlds.
    mail:[email protected]

    • Visual Basic 6.0 & .NET
    • Visual C++ 6.0 & .NET
    • ASP
    • LISP
    • PROLOG
    • C
    • Pascal

  14. #14
    Megatron
    Guest
    Sadly, the brain only consists of roughly 9 MB according to some scientists.

  15. #15
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    Probably. Although I expect some form of "compression" is in effect, because with only a few details you can synthesise most visions or sounds. For example, you hear someone say a few words and you can imagine them saying lots of other words you haven't heard, and most of the time you get it right.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  16. #16
    Zaei
    Guest
    I think my brain deleted every memory that i've got before yesterday to make room for all of this programming crap =).

    Z.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width