473,770 Members | 6,105 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to write a murder-program in C ???

I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

But, how can I write such a deadly program?

I want to be the meanest mass-murderer of them all and
I don't want to be captured by the cops.

Please help me to achieve my goal and I won't kill you!!!

Nov 30 '06
23 1971
"Ed Zagmoon" <sp**********@y ahoo.comwrites:
I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.
C is the wrong programming language for this task. You want to
write your program in Flash.
--
Ben Pfaff
email: bl*@cs.stanford .edu
web: http://benpfaff.org
Nov 30 '06 #11
>I want to write a program that can kill people in C. Something

Run just about any newbie C program on a DeathStation 9000.
In particular, look for code containing stuff like "void main"
and "fflush(std in)" and "i = i++ + ++i;".
>that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.
Any decent newsreader for USENET will do that. You'd have much
better luck having the program launch nuclear missiles.
>But, how can I write such a deadly program?
>I want to be the meanest mass-murderer of them all and
I don't want to be captured by the cops.
In that case, I suggest you BECOME a cop.
>Please help me to achieve my goal and I won't kill you!!!
Nov 30 '06 #12
>>>>"BP" == Ben Pfaff <bl*@cs.stanfor d.eduwrites:

BP"Ed Zagmoon" <sp**********@y ahoo.comwrites:
>I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.
BPC is the wrong programming language for this task. You want
BPto write your program in Flash.

Flash, and brain-dead people. Correlation, or causation?

Charlton
--
Charlton Wilbur
cw*****@chromat ico.net
Nov 30 '06 #13
[alt.recipes.bab ies removed for obvious reasons]

Spiros Bousbouras said:
Ed Zagmoon wrote:
>I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

But, how can I write such a deadly program?

The C standard has no provision for creating graphics
That isn't exactly true. I've created (and edited) graphics images (.bmp
format) using clc-conforming C[1]. It is even possible to /display/
graphics using standard C if you're content with text art. :-)

[1] ...by which I mean that it could probably be nit-picked, but not very
much...

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Nov 30 '06 #14
On Thu, 30 Nov 2006 22:08:12 -0000, go***********@b urditt.org (Gordon
Burditt) wrote:
>>I want to write a program that can kill people in C. Something

Run just about any newbie C program on a DeathStation 9000.
In particular, look for code containing stuff like "void main"
and "fflush(std in)" and "i = i++ + ++i;".
>>that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

Any decent newsreader for USENET will do that. You'd have much
better luck having the program launch nuclear missiles.
>>But, how can I write such a deadly program?
>>I want to be the meanest mass-murderer of them all and
I don't want to be captured by the cops.

In that case, I suggest you BECOME a cop.
...or president of US, Israel...
Dec 1 '06 #15
Just DO Simple C programming in WINDOWS OS, u often see (BLUE) flash
screen
and user will do suicide for using it.

Richard Heathfield wrote:
[alt.recipes.bab ies removed for obvious reasons]

Spiros Bousbouras said:
Ed Zagmoon wrote:
I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

But, how can I write such a deadly program?
The C standard has no provision for creating graphics

That isn't exactly true. I've created (and edited) graphics images (.bmp
format) using clc-conforming C[1]. It is even possible to /display/
graphics using standard C if you're content with text art. :-)

[1] ...by which I mean that it could probably be nit-picked, but not very
much...

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Dec 1 '06 #16
Just DO Simple C programming in WINDOWS OS, u often see (BLUE) flash
screen
and user will do suicide for using it.

Richard Heathfield wrote:
[alt.recipes.bab ies removed for obvious reasons]

Spiros Bousbouras said:
Ed Zagmoon wrote:
I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

But, how can I write such a deadly program?
The C standard has no provision for creating graphics

That isn't exactly true. I've created (and edited) graphics images (.bmp
format) using clc-conforming C[1]. It is even possible to /display/
graphics using standard C if you're content with text art. :-)

[1] ...by which I mean that it could probably be nit-picked, but not very
much...

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
Dec 1 '06 #17
Ed Zagmoon wrote:
I want to write a program that can kill people in C. Something
that will display flashing colors or fractal pictures that will
overload the brains of my victims so that they die.

But, how can I write such a deadly program?

I want to be the meanest mass-murderer of them all and
I don't want to be captured by the cops.
Pardon my ignorance, but just how do you intend to test it?

bashgcc -o murder murder.c
bash./murder
<BZZZZZZZZZTT >
....
<sound of lifeless body hitting the floor>
Please help me to achieve my goal and I won't kill you!!!
But will you *haunt* me?

goose,
the in-the-struct-able

Dec 1 '06 #18
sunny:
Just DO Simple C programming in WINDOWS OS, u often see (BLUE) flash
screen
and user will do suicide for using it.

It's quite easy to get the blue screen up:

int main(void)
{
*(int*)7492 = 5;
}

You might even say that the behaviour is perfectly well defined on Windows.

--

Frederick Gotham
Dec 1 '06 #19

Frederick Gotham wrote:
>
It's quite easy to get the blue screen up:

int main(void)
{
*(int*)7492 = 5;
}
I may be way off base here, but I doubt that that will produce
a blue-screen-of-death on any nt-based windows (NT, 2k, 2k3, XP).

Unless, of course, there is something remarkable about that particular
address.

goose,

Dec 1 '06 #20

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

Similar topics

10
2912
by: Greg Hurlman | last post by:
I've got what I'm sure is a very simple problem. In an ASP page, I am trying to write out 4 fields from a recordset in succession: Response.Write rs("LastName") Response.Write rs("Suffix") Response.Write rs("FirstName") Response.Write rs("MiddleInitial") All fields are populated and are single terms. I would expect "LastNameSuffixFirstNameMiddleInitial" ("UserIIITestA" in my test record) to
1
2873
by: techy techno | last post by:
Hii Just wanted to know how can I decorate my texboxes and Listmenu which is called from a JS file using the following code below: document.write("<SELECT NAME='cur2' ONCHANGE='cconv1();'>"); document.write("<OPTION VALUE='0.345066110642241'>Argentina Peso </OPTION>"); document.write("<OPTION VALUE='0.790200069503053'>Australia Dollar
2
2386
by: Brett Baisley | last post by:
Hello I have a block of html code that I want to run by calling a javascript function to print it. Its basically a table with menu items in it that is the same for many pages, and instead of copying/pasting everytime I change it, I figure this will be better, as I only change it once. The problem is, document.write doesn't handle multiple lines very well, so I was wondering what is the best way to do this? Maybe there is even a better...
0
1763
by: hari krishna | last post by:
hi all, My requirement is to generate xl reports throu Asp.Net without installing xl on web server computer. i am using Response object and wrtifile method as below. i dont know whether it is correct, but giving error says " file is accessed by other process cannot access" I have some logic inbetween and write the info using response.write in to html format Ex: Response.Write("<td>" & "client_no" & "</td>"). I am getting the error at :...
8
17922
by: Ben | last post by:
Hi all, Just wondering how to write (using document.write) to a table cell. I have table with 3 rows and 3 colums. I want to write from within the Javascript to say third column of a first row. How do I do it? I think one way is to write the entire table out in document.write("<table>...) but I'd like to know if it is possible to access a particular cell in a table.
4
2952
by: Prowler | last post by:
In the application we are currently building, we need to write positioning code on-the-fly, based upon the screen offset of the element in the AS/400 application which drives the Web app. The 400, like DOS, uses memory-mapped display, two bytes per character (one char byte and one attribute byte). We can get the screen offset allright, and I've written a javascript which does the math to convert the offset into row/col (i.e. left, top)...
11
16229
by: Vmusic | last post by:
Hi, I am trying to write out an array of string variables to Notepad. I can't get SendKeys to accept the string variable only literal quoted strings. I DO NOT want the hassle of writing to a file I DO NOT want to write to a report I DO NOT want to write to a form My user requires I write this array of string variables out to Notepad,
4
4327
by: cbtechlists | last post by:
I have an ASP app that we've moved from a Windows 2000 to a Windows 2003 server (sql server 2000 to sql server 2005). The job runs fine on the old servers. Part of the app takes a recordset and response.writes out comma delimited strings so that the results are opened in Excel or saved to a flat file. Basically, it looks something like this like this:
0
5893
by: kuguy | last post by:
Hi all, I'm new to the forums, so I hope this isn't in the wrong place... I have that "Software caused connection abort: socket write error" exception error that i've never meet before. Basically what im trying to do is the following: - a client connect to a server using sslsocket. - server receive the connection and reply with the first part of the data and keep the connection open. - then client receive the reply and request for...
0
173
by: JeffP | last post by:
Went looking there and it isn't there? Did a search of the registry and not there? "lyle" <lyle.fairfield@gmail.comwrote in message news:eacf6afc-651e-48be-bd47-90dcbe1aa310@1g2000prg.googlegroups.com... On Apr 9, 3:08 am, "JeffP" <no-re...@asken.com.auwrote: This might/should tell you (maybe): HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
0
9592
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
9425
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10059
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9871
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
7416
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
6679
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
5313
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5452
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2817
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.