Advertisement

Newbie in need of tutorials: Where The???

Started by May 02, 2001 08:42 AM
5 comments, last by Crash 23 years, 9 months ago
Hey guys, I'm a little stucks I need links to where I can find tutorials on the following things: 1, Windows C++ Programming 2, Win32 ASM And I also need to find a text file called Win32 Programmer's Reference, cos I've been working through a couple of windows tutorials and this text file, Win32 Programmer's Reference, has come up a number of times. Each time though it says this can be d/l from a number of websites but links are never provided. Does anyone here know where I can d/l the whole 24mb of it? Hoping someone can help me, Crash, edit: The capslock key is on the left side of your keyboard beside "A". /nod nod We Must Move Forwards NOT Backwards, Sideways NOT Forwards And Always Twirling Twirling Towards Success Edited by - felisandria on May 2, 2001 12:51:22 PM
"We Must Move Forwards NOT Backwards, Sideways NOT Forwards And Always Twirling Twirling Towards Success." - 2000"If You Keep Looking Forward Your Gonna End Up Looking Backwards At Yourself Running Sideways!" - 2001
Interactive tutorials........

"There is humor in everything depending on which prespective you look from."
"There is humor in everything depending on which prespective you look from."
Advertisement
this is a good startingpoint for win32 assembly (at least I think it is)

http://grc.com/smgassembly.htm
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~I'm looking for work
lots of good info here also

http://webster.cs.ucr.edu/
Thanks for the help so far guys, especially felisandria I dunno why but I can never find that KEY... OHO THERE IT GOES AGAIN.

Neway seriously folks, keep the links coming, they''re a big help, but I do have another question, which will probably sound dumb as sto you lot but here it goes:

1, If I write a function or something else in Win32 ASM how can I use it to speed up my C++ code? i.e. How do I link/implement it in to my C++ code?

Hoping Someone knows the answer,
Crash,



We Must Move Forwards NOT Backwards, Sideways NOT Forwards And Always Twirling Twirling Towards Success
"We Must Move Forwards NOT Backwards, Sideways NOT Forwards And Always Twirling Twirling Towards Success." - 2000"If You Keep Looking Forward Your Gonna End Up Looking Backwards At Yourself Running Sideways!" - 2001
yo dude
check these out:

http://members.nbci.com/winasm/tutorials.html

http://www.hiroshimator.com/asmcommunity/messageboard/ShowForums.asp?Page=1&forum=1&PDays=30

there you go
for win 32 asm

Arkon
[QSoft Systems]
Advertisement
Hey,
Tutorials are good but they will really only get you so far, and all the good ones are long and will take you quite a bit of ink and paper to pump out. I suggest making a small investment and get yourself some book. Very portable and much easier on the eyes!

if(!You_Like_Game_Dev)
{
return Loser;
}
else
{
return Cool;
}
if(!You_Like_Game_Dev){ return Loser;}else{ return Cool;}

This topic is closed to new replies.

Advertisement