473,658 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

I HATE STATICS

in

I hate static variables and methods.

Hate them.

HATE THEM

AAAAAAAAAAAAAAA AAAAAAAA!!!!!!! !!!!!!!!!!!!!!! !!!!!
Jul 21 '05 #1
10 1695
dare i ask why ?
Jul 21 '05 #2
in, <gu*****@treevi ew.control>, the flatus-relieving, scrabbly polictician,
and sheep and cattle driver, screamed:
I hate static variables and methods.

Hate them.

HATE THEM

AAAAAAAAAAAAAAA AAAAAAAA!!!!!!! !!!!!!!!!!!!!!! !!!!!


So how long has your Windows box been running?

One of my machines has been faultlessly running ME for nearly four years
with a perminent BSOD at 100% CPU with little or no problem whatsoever.

Now that's an impressive performance level even you can't disagree with.

Jul 21 '05 #3
Why? Static variables are very useful.

Jul 21 '05 #4
are you sure you dont mean statistics.

i can understand that
Jul 21 '05 #5
Yes, I'm dying to do this:

MessageBox bx = new MessageBox();
bx.Show("Blah") ;

That would soooo kick a33.

--
W.G. Ryan, MVP

www.tibasolutions.com | www.devbuzz.com | www.knowdotnet.com
"in" <gu*****@treevi ew.control> wrote in message
news:39******** *****@individua l.net...

I hate static variables and methods.

Hate them.

HATE THEM

AAAAAAAAAAAAAAA AAAAAAAA!!!!!!! !!!!!!!!!!!!!!! !!!!!

Jul 21 '05 #6
Bill

Can you give an explanation for a visitor too this newsgroup who does not
understand this jargon?

What is "kick a33"

Cor
Jul 21 '05 #7
Cor Ligthert no************@ planet.nl, wrote in message
23************* **@TK2MSFTNGP12 .phx.gbl:
Bill

Can you give an explanation for a visitor too this newsgroup who does
not understand this jargon?

What is "kick a33"

Cor


The Microsoft prostitute is in danger of losing everyfuckingthi ng but his
cherry if he keeps that up, you snipping cunt.

Jul 21 '05 #8
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

W.G. Ryan eMVP wrote:
[Idiotic drivel]

Ah, another "Most Valuable Prick" crossposting monkey crap to COLA and
attaching a fullquote at the bottom of his message.

And if you want to be "1337", a 3 equals an "e", not an "s". A 5 equals
a "s", you stupid moron.

Outlook does so kick a55.

Greetings,
Johannes

- --
PLEASE verify my signature. Some forging troll is claiming to be me.
My GPG key id is 0xCC727E2E (dated 2004-11-03). You can get it from
wwwkeys.pgp.net or random.sks.keys erver.penguin.d e.
Also: Messages from "Comcast Online" are ALWAYS forged.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCNviuCse FG8xyfi4RAkJiAJ 9ZC+IHOp/wXuZfHDUkuUqSoQ ibCgCfc1Bd
g2s4tINMRC6BQxr ZxwPiVZE=
=F5BH
-----END PGP SIGNATURE-----
Jul 21 '05 #9
W.G. Ryan eMVP Wi*********@gma il.com, wrote in message
23************* **@TK2MSFTNGP10 .phx.gbl:
Yes, I'm dying to do this:

MessageBox bx = new MessageBox();
bx.Show("Blah") ;

That would soooo kick a33.


BWAHAHAHAHAHAHA HAHAHAHAHA!!!! You fucktard cunt!!

BWAHAHAHAAHHAHA HAHA!!

Jul 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
1594
by: Spacen Jasset | last post by:
Since it says in the standard that the order of initialization of variables is indeterminate, does this also apply to a static within a function? e.g. int GetInt() { static int test = 458; return test;
4
1637
by: Martin | last post by:
I have some classes with statics public variables.... the problem is that the gcc compiles fine the files but in the linking process gcc says "multiple definitions of MyClass::Variable" or "undefined definition of MyClass::Variable". But this problem is only with static variables within a class. I access to variables with the complete name. I use kdevelop with pwlib based programs Thanks
5
1779
by: Stuart MacMartin | last post by:
I have a problem with static lifetime (order of destruction of statics within different cpp files). I have a workaround that happens to work in my case. I'd like to know if this is luck or required to work. Consider: class A { ... static B m_b; static C& GetC(); };
10
363
by: in | last post by:
I hate static variables and methods. Hate them. HATE THEM AAAAAAAAAAAAAAAAAAAAAAA!!!!!!!!!!!!!!!!!!!!!!!!!!!
20
6007
by: Aek | last post by:
We recently moved our large codebase over from VS7 to 8 and found that we now get access violations in atexit calls at shutdown when debugging the application in VS2005. This occurs in static members / singletons (especially meyer type singletons) which use locally declared static variables. These variables are normally cleaned up automatically at shutdown of the application by registering with the atexit. I break point the destructor on...
3
2150
by: DR | last post by:
I heard there is some trick to referencing statics in C# CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to compromise safety in the Sql Server 2005.
3
1427
by: DR | last post by:
I heard there is some trick to referencing statics in VB.NET CLR stored procedure without having to mark the assembly as unsafe. Does anyone know this? This is usefull as the case of needing a little static shared variable here and there without having to compromise safety in the Sql Server 2005.
3
2172
by: Peter | last post by:
Hi I can create types from dynamic loaaded assemblies (Assembly.Load) with Assembly.GetTyp( <typename) - OK I need a reference to the assembly (just Type.GetType() do not work ) now my question. 1) If i need different Types/Objects of the same Assembly in different app.sections, should I use Assembly.Load() several times or shoud I
3
1392
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... At least by the group title, this seems like a question for dotnet.framework.aspnet.caching but that group seems pretty slow. I'm trying to sort things out with a co-worker. We've got some classes that implement some in-memory caches with static Hashtable members. My understanding is that a static Hashtable may be shared between threads in the worker process but that it won't span multiple worker processes.
0
8427
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8850
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8523
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8626
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6178
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4334
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1975
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.