jump to navigation

Teh Tech Blog September 26, 2008

Posted by Matt in Uncategorized.
add a comment

I haven’t had any time to work on this, and though its evident a person or two stumbles acrross this, I doubt it has anyy real traffic. I won’t shut it down, but I’m really away from tech at the moment.

This blog is linked to my emails, so if you have a question, leave a comment. I’ll take a look and try and get back to you with an answer

 

Thanx

Matt

Ultimate Spyware Sweeper August 18, 2007

Posted by Matt in Uncategorized.
add a comment

This is the best sweeper I’ve found! enjoy! (more…)

Xanth thing! April 19, 2007

Posted by Matt in Uncategorized.
add a comment

Heres some code for a website I’m helping… (more…)

Process Error April 10, 2007

Posted by Matt in Uncategorized.
add a comment

Can’t Run a program? (more…)

Request member non-class type… C++ October 4, 2006

Posted by Matt in Uncategorized.
26 comments

For those of you whom programm in C++, I have a little tip whne working with calsses. If you get an erroer that looks like  this:

“Request for member”A” in “B” is of non-class type ”C”

Where A, B, and C ,may differ as to your actual code.

Whats happening(as far as I can tell…) is your calling things that don’t exist. We can only call things that exist….

Example(Plundered Geneously from below, so people strolling in don’t have to parse hundreds of comments)

In OBJECTS,

CObj Obj();//<–This the problem code.

If the CObj constructer has no parameters, It has no clue how to make such a thing, so it throws an error the nex t time you call for it. 

If your making something without parameters, do it thusly.(Maybe. Try it at least…)

 CObj Obj();//Better!

And that Might resolve the issue

In LINKED LISTS and POINTERS

float x = P.coord[0];//Problem Line

float x = P->coord[0];//Fixed.

I’m a bit away from Tech, so I openly admit to Bafflement on issues with Link Lists, Pointers, and the like.  i found this solutioon below and fixed it my self, apparently. But I’m not sure what it all means.

And for you late comers, for a period of MONTHS, this comment was naught but

For those of you whom programm in C++, I have a little tip whne working with calsses. If you get an erroer that looks like  this:

“Request for member”A” in “B” is of

Its a bit better now.

Magic Pens Editor Rights: July 28, 2006

Posted by Matt in Uncategorized.
add a comment

Here I “Hire” out my skills to MP members. (more…)

DIV problems July 22, 2006

Posted by Matt in Uncategorized.
add a comment

Heya, I was downloading a file from bit torrent and I was unable to play the files. I checked posts and havew a tip for those who have bad or missing DIV3 Files. here’s the ural:

http://athos.leffe.dnsalias.com/ffdshow-20040520.exe

thanks go to frightfoo at moviecodec.com

Follow

Get every new post delivered to your Inbox.