|
-
Jul 7th, 2001, 02:59 AM
#1
Thread Starter
PowerPoster
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?
-
Jul 7th, 2001, 03:20 AM
#2
-
Jul 7th, 2001, 10:21 AM
#3
There are many messages (that are either simple ones, or commonly used ones) that people can seem to remember easily.
-
Jul 7th, 2001, 01:12 PM
#4
Thread Starter
PowerPoster
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)
-
Jul 7th, 2001, 01:23 PM
#5
Frenzied Member
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.
-
Jul 7th, 2001, 01:51 PM
#6
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.
-
Jul 7th, 2001, 01:55 PM
#7
Thread Starter
PowerPoster
That is great then
Thanks a lot guys!
Now, programming windows is not so hard.
-
Jul 8th, 2001, 02:47 PM
#8
Monday Morning Lunatic
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
-
Jul 8th, 2001, 03:22 PM
#9
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
-
Jul 8th, 2001, 04:00 PM
#10
Monday Morning Lunatic
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
-
Jul 8th, 2001, 04:10 PM
#11
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....
-
Jul 8th, 2001, 04:43 PM
#12
Fanatic Member
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.
-
Jul 8th, 2001, 04:59 PM
#13
-
Jul 8th, 2001, 07:03 PM
#14
Sadly, the brain only consists of roughly 9 MB according to some scientists.
-
Jul 9th, 2001, 04:44 AM
#15
Monday Morning Lunatic
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
-
Jul 11th, 2001, 09:55 PM
#16
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|