|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Mike101 i know your here so read this PLEASE!!
Ive been searching for 2 days now looking for your thread on your memory leak program i have searched and searched but cant find it.
Can you please post it ive got the main part i just dont got the #include part. I know this is pfft but if you dont wanna post then please send it to me. Thanx man |
|
#2
|
||||
|
||||
|
mike stopped coming here ages ago since he launched his new site.
__________________
"Workers of the world unite; you have nothing to lose but your chains." -Karl Marx |
|
#3
|
|||
|
|||
|
He was on not long ago and he sent me a pm when i posted this thread he is coming just not as much and he aint posting.
And may i ask what is the url of his site? PS send me it in a pm if you know it cause i dont wan newbs going there and posting and being a pest like they are here. Ty |
|
#4
|
||||
|
||||
|
I dunno, he won't tell me, he just said he made a new site.
__________________
"Workers of the world unite; you have nothing to lose but your chains." -Karl Marx |
|
#5
|
|||
|
|||
|
o ok then thanx anyways.
|
|
#6
|
|||
|
|||
|
Mike as logged in today, so obviously he still logs on...
Maybe he just got tired of the idiots? no implication to you... |
|
#7
|
||||
|
||||
|
Ok, this is officially my last post.
I've left now to somewhere else, therefore will not be posting here any more. I only check PMs occasionally, which explains the 'recently active' profile data. Reasons? I have many, but I left mostly because of the spam, the same posts every week (,month, year) and just because I'm bored now. Those that wish to ever contact me may do so via PM, but I will eventually stop checking those as well and this 'identity' will be gone. Part of this means I won't be advertising any new websites I join here. The only thing I regret is not reaching 1000 posts .DevilsAdvance, you PMed me but you seem to have prevented incoming messages. I can't reach you. |
|
#8
|
||||
|
||||
|
I found mike's program for memory leak. Here's the source
Code:
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
while (1)
{
int * memleak = new int;
*memleak = 10;
}
return 0;
}
|
|
#9
|
|||
|
|||
|
?
anybody know mikes site?? if u do please pm me =]
|
|
#10
|
||||
|
||||
|
I've decided not to share my website with this forum for the moment (apart from a few members), but I might in the future. If I do, I'll probably add it to my profile, so if you're interested, check my profile from time to time.
|
|
#11
|
|||
|
|||
|
Besides........
Only few knows about it. The membership is around $5,000 just to be accepted. The VIP,you'll have to earn that.
__________________
What's New in Politics? Washington Scandals! Sign My Guestbook! Internet security is as real as your Dreams! |
|
#12
|
||||
|
||||
|
Quote:
In reality, there isn't much at all on my site (and certainly no membership fee), it's just I have decided not to post it here yet. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|