here you go:
-->
this is the code i downloaded from above, i just changed the examples in main(). hope this helps...
Type: Posts; User: ComicSansMS
here you go:
-->
this is the code i downloaded from above, i just changed the examples in main(). hope this helps...
Now that explains why it didn't work for me :D
Okay, full undo, the CopyMatrix() works ;)
I also tried out the A=B thing and it seemed to work as well. So all you'll have to do is take care of...
I read Luna's book, and i think it's not that good for a beginner. Although it explains the useage of directx pretty well, it won't give you the neccessary understanding of 'how things work' in...
well, i just tried your code and got some big crash in the deletematrix()-function.
did you truly understand what the delete keyword is for? it only works on objects created with new, everything...
visual studio .net 2004? i don't think so. my university is in the msdn academic alliance and i think i would know if there was a 2004-version.
where did you see this, anyway?
Hey, the exact same thing happened to me, although i didn't realize it :rolleyes:
Well, understanding classes is difficult. I mean, you can memorize the concepts of OOP over and over, but the only way of truly understanding it, is to try it!
Unless you haven't seen the...
how do you actually move the player? the cursor buttons didn't work for me and i'm too lazy to try them all :rolleyes:
i think it just calculates the numbers of 0 to 99 over and over again.
oh man, those damn xors were confusing me a lot at first, but now i see what they mean :D
indeed, there is.
first of all, check out this site: http://www.wotsit.org/
you will find a whole bunch of documents about numerous file formats and how they work. pick an easy one for the...
c# will be very interesting regarding the upcoming windows longhorn and the directx replacing graphics api wgf.
microsoft provides an interface for directx with c# since version 9, and considering...
i'm one of those crazy "do-it-yourself-no-matter-how-hard-it-is"-guys, so i would recommend you visit the following site:
http://www.wotsit.org/default.asp
It has tons of information about most...
there is a form designer for vc++ from version 6 on.
but be careful: it's not that "draw and click"-thing like vb or delphi. the designer helps you to create the form, but how the program will...
the link doesn't work for me (404)
unfortunately, your list misses the merge-sort, which would be really interesting because it's a totally different approach than most of the other ones (with a...
I know this problem. This is because of the different codepages used by the VS-Editor-windows and the Windows Console.
An Example: The Ascii-char with code 201 in the VS 6 Editor Windows is
'...
Yeah, unfortunately the compiler in the cheap versions of VS is pretty lame, compared to the Enterprise Architect Version ;) Although it's pretty fast even in the standard edition.
The main reason...
now i got the point. very interesting, thank you!
how did you get those colors in your snake game? the only way i know to get color in the console is using curses and that's really painful (especially under windows :D )
i read 'teach yourself c in 21 days' a couple of years ago and it was horrible.
can't tell anything about the rest of the series, but that one was really bad.
it also depends on what you want to program. for network-based applications e.g. linux gives you a whole lot of tools which make life much easier.
however, windows offers a bunch of tools that...
you forgot to include the stdlib.h which holds the rand() function :D
that's the tricky point: the code would've worked if your compiler was configured properly. that's why you'll find a makefile coming with most sources you download from the internet.
the language...
think of the rand()-function as a mathematical function that calculates from your input a number within a specific range.
like any other mathematical function it will give you the same output for...
read an article about this three years ago.
ruby is nice for people who are interested in computers in general but definetely not for game programming!
ruby is a very popular language in japan (in...
even if it sounds boring: you can't do any computer graphics without the math behind it all!
unfortunately books on math are usually very expensive and hard to understand.
i'd still highly...